/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#loadBanner{
	/* min-height: 426px; */
	position: relative;
	display:block;
	margin-bottom: 0px;
	max-height: 100%;
}
/* #loadBanner.homeversion2 {
	margin-bottom: 80px;
} */
.main-template-no.homebanner-container {
	margin-bottom: 40px;
}

.homebanner-container .carousel {
	margin:0;
	box-shadow: none;
}

.homebanner-container .carousel-inner {
	height: 100%;
	position: relative;
}

.homebanner-float {
	top: 0;
    color: #fff;
    width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
}

.homebanner-text,
.homebanner-text h1,
.homebanner-text p,
.homebanner-text a, .homebanner-text a:hover {
    color: #000;
    font-family: 'Quincy-Cf';
    line-height: 38px;
    font-size: 33px;
    margin: 0px auto 0px auto;
    text-align: center;
    vertical-align: middle;
    display: block;
}

.homebanner-description {
    width: 100%;
    font-family:'GroteskPro-Book';
    color: #000;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
	margin-top: 15px;
    min-height: 45px;
}
F
.homebanner-description p {
	font-family: 'Montserrat-Light';
	font-size: 20px;
	line-height: 24px;
	color: #221e1f;
}

.homebanner-text-maincontainer {
	position: relative;
}

.homebanner-text-subcontainer {
	display: table;
    height: 100%;
	width: 100%;
	margin: 0 auto;
}

.homebanner-text-innercontainer {
	display: table-cell;
    vertical-align: middle;
    /*background-color: rgb(0,0,0,0.2);*/
}

.homebanner-desc-link:focus{
	text-decoration: none;
}

.homebanner-desc-link-container {
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center;
}

.homebanner-desc-link,.homebanner-desc-link:focus,.homebanner-desc-link:hover{
	font-family: 'Grotesk-semi';
    color: #000;
    font-size: 16px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    line-height: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
}


#homebanner .owl-dots{
	text-align: center;
	margin-top: 15px;
}

#homebanner .owl-dots .owl-dot span{
    /*background: url(/themes/cake/assets/images/svg/slider-inactive-dark.svg) center no-repeat;*/
    background-color: #fff;
    border: none;
    border: 1px solid #000;
	width: 10px;
    height: 10px;
	margin: 15px 2px 10px;
}

#homebanner .owl-dots .owl-dot.active span{
    /*background: url(/themes/cake/assets/images/svg/slider-active-dark.svg) center no-repeat;*/
    background-color: #000;
    border: 1px solid #000;
}

#homebanner .black-btn{
	margin: 0 auto;
}

#cakelingerie .homebanner-text,
#cakelingerie .homebanner-text h1{
	color: #fa9d60;
	margin-bottom:15px;
}

#cakelingerie .homebanner-description, #cakelingerie .homebanner-description p {
	width: 100%;
    max-width: 350px;
    text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
	color:#5b5967;
	margin: 0px;
	border-top: 1px solid #5b5967;

}

#cakelingerie .homebanner-text-subcontainer{
	width: 100%;
	max-width: 360px;
	text-align: center;
}

#cakelingerie .homebanner-description p{
	font-size: 18px;
}

#cakelingerie .cm-btn{
	margin:0 auto;
	width: 130px;
	line-height: 22px;
	background-color: #d4b5a1;
	transition: background-color 1s ease,border 1s ease,color 1s ease;
}

#cakelingerie .cm-btn a{
	color:#ffffff;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Neuzeit';
}

#cakelingerie .cm-btn:hover {
	background-color:#f0e7e3;
	box-shadow: none;
	color:#ffffff;
	text-decoration: none;
}

#homebanner .banner-btn-shop, #homebanner .banner-btn-shop a {
	font-family:'GroteskPro-SemiBold';
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    padding-bottom: 1px;
    margin-top: 20px;
}
.underline-white, .underline-white:hover,.underline-white:focus {
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 1px;
    color: #fff;
}
.homebanner-text-maincontainer img {
	height: 100%;
	min-height: 300px;
}

.homebanner-container .owl-dots {
    background-color: transparent;
}

.delay-load-section {
	display: none;
}
.link-container {
	text-align: center;
	margin-top: 20px;
}
.link-container .cm-link-white-underline {
	display: inline;
	margin-top: 30px;
}
.text-upper-case, .text-upper-case:hover {
	text-transform: uppercase;
	font-family: 'GroteskPro-Bold';
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
.homepage-sub-container {
    max-width: 300px;
    margin: 0px auto;
    margin-top: 30px;
}
.link-container .home-banner-a-btn, .link-container .home-banner-a-btn:hover {
    width: 200px;
    font-family: 'GroteskPro-Bold';
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    height: 40px;
    line-height: 30px;
}
.homebanner-banner-img {
	max-height: 300px;
    overflow: hidden;
    display: block;
}
/* .margin-on {
	margin-top
} */

.homebanner-float {
	position: absolute;
	top: 0;
    height: 100%;
    width: 100%;
}
.homebanner-headline {
    display: flex;
	align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.homebanner-headline-sub {
	/* display: table-cell;
	vertical-align: middle; */
}
.homebanner-headline-sub h1 {
	font-weight: normal;
	margin-bottom: 0;
}
.homebanner-headline-sub p,
.homebanner-headline-sub span,
.homebanner-headline-sub em {
	margin-bottom: 0px;
    font-family: 'Gothic-semi';
    line-height: 32px;
    font-size: 24px;
    color: #fff;
	display: block;
}
.homebanner-headline-sub em {
	display: inline-block;
}
.homebanner-subtext {
    position: absolute;
    display: table;
    bottom: 65px;
    text-align: center;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    line-height: 1.2px;
}

.homebanner-subtext-sub p {
	font-family: 'Grotesk-semi';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 5px;
    display: inline;
}
.homebanner-subtext-sub p:nth-child(1) {
	margin-left: 0px;
}
.link-btn-contain {
	position: absolute;
    display: table;
    bottom: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    right: 0px;
    height: 35px;
    z-index: 1;
    line-height: 35px;
}

.btn-style-contain a {
	width: 100%;
    display: block;
    max-width: 180px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: 'Gothic-black';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 23px;
}

.homebanner-image-contain {
	/*background-color: black;*/
	/* min-height: 340px; */
}

/*.homebanner-image-contain img {
	filter: brightness(75%);
}*/
.padding-left-right30 {
	padding-left: 30px;
	padding-right: 30px;
}

.homebanner-headline-sub i, .homebanner-headline-sub em{
	font-family:  'Gothic-semi';
	font-style: italic;
	color: #fff;
}

.main-template.herobannercarousel-container {
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

#heroBannerCarousel,
#heroBannerSlider {
	text-align: center;
}

#heroBannerCarousel .position-relative,
#heroBannerSlider .position-relative {
	position: relative;
}

#heroBannerCarousel .position-absolute,
#heroBannerSlider .position-absolute {
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
}

#heroBannerCarousel .display-table,
#heroBannerSlider .display-table {
	display: table;
	width: 100%;
    height: 100%;
}

#heroBannerCarousel .display-tablecell,
#heroBannerSlider .display-tablecell {
	display: table-cell;
	vertical-align: middle;
}

#heroBannerCarousel .herobanner-title,
#heroBannerSlider .herobanner-title {
	padding-left: 40px;
	padding-right: 40px;
}

#heroBannerCarousel .herobanner-title p,
#heroBannerSlider .herobanner-title p {
	margin: 0;
	font-family: 'Quincy-Cf';
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	display: inline;
	margin-left: 5px;
}

#heroBannerCarousel .herobanner-title p em {
	margin: 0;
	font-family: 'Quincy-Cf-Italic';
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	display: inline;
	/*margin-left: 5px;*/
}

#heroBannerCarousel .herobanner-title p:nth-child(1),
#heroBannerSlider .herobanner-title p:nth-child(1) {
	margin-left: 0;
}

#heroBannerCarousel .herobanner-link,
#heroBannerSlider .herobanner-link {
	position: absolute;
    width: 100%;
    bottom: 75px;
}

#heroBannerCarousel .herobanner-link a,
#heroBannerSlider .herobanner-link a {
	color: #fff;
    border-bottom: 1px solid;
    font-family: 'GroteskPro-SemiBold';
}

#heroBannerCarousel .herobanner-title i,
#heroBannerSlider .herobanner-title i,
#heroBannerCarousel .herobanner-title em {
	font-family: 'Quincy-Cf-Italic';
}

.herobannercarousel-dots-container {
	position: relative;
}

#heroBannerCarouselDots.owl-dots {
	position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
	padding-bottom: 25px;
}

#heroBannerCarouselDots button {
	background: transparent;
}

#heroBannerCarouselDots.owl-dots .owl-dot span {
	border: none;
	margin: 5px 5px;
	background: #a0979a;
}

#heroBannerCarouselDots.owl-dots .owl-dot.active span {
	background: #fff;
}

.herobannercarousel-img {
	background-color: rgb(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-banner-a-btn.text-banner-a-btn {
    max-width: 235px;
    width: 100%;
    font-family: 'GroteskPro-SemiBold';
    background-color: #fff;
    color: #000;
}
.col-blog-container {
	padding: 0px 15px;
}

.col-blog-text {
	padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
	min-height: 77px;
}

.col-blog-text a {
	/* text-align: center; */
	/* padding: 2px 10px; */
	font-family: 'GroteskPro-SemiBold';
	display: block;
    font-size: 15px;
	line-height: 16px;
	text-decoration: none;
}
.col-blog-title {
	font-size: 26px;
	margin-bottom: 30px;
	font-family: Gothic-semi;
	text-align: center;
}
.col-blog-textcontainer{
	cursor: pointer;
	text-align: left;
	max-width: 270px;
}
.col-blog-title .go-to-block-link:focus, .col-blog-title .go-to-block-link:hover{
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.blog-container{
	padding: 25px 30px;
}

/* #homeBlogSlider .owl-stage-outer {
	width: 100%;
}
#homeBlogSlider {
	text-align: center;
} */

#homeBlogContainer {
	background: #f0ece8;
	margin-bottom: 0;
}

.blog-main-container .homeblog-container {
	padding-bottom: 20px;
}

.blog-main-container .homereview-container {
	padding-top: 20px;
}

#homeBlogContainer p,
#homeBlogContainer a {
	color: #000;
}

#homeBlogContainer .homeblog-header {
	padding-bottom: 25px;
	text-align: center;
}

#homeBlogContainer .homeblog-name,
#homeBlogContainer .homeblog-name p {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2.5px;
	margin-bottom: 0;
}

.homeblog-title-content {
	font-family: 'GroteskPro-BookItalic';
}

.homeblog-name-content {
	font-family: 'GroteskPro-Bold';
	text-transform: uppercase;
}

.homeblog-title p, .homeblog-title p em {
	font-family: 'Quincy-Cf';
    font-size: 28px;
	line-height: 40px;
	margin: 0;
	text-align: left;
}

.homeblog-title i {
	font-family: 'Quincy-Cf-Italic';
	font-style: normal;
}

.homeblog-link {
	font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

.homeblog-link img {
	width: 15px;
	height: 15px;
}

.bloghome-category-name {
	text-align: center;
    text-transform: uppercase;
    font-family: 'GroteskPro-SemiBold';
    font-size: 10px;
	margin: 25px 0 10px;
	letter-spacing: 1.5px;
}

.bloghome-date {
	font-family: 'GroteskPro-Light';
    font-size: 12px;
}

#homeBlogContainer .blog-main-container {
	padding-bottom: 50px;
}

#homeBlogContainer .owl-carousel .owl-item {
	overflow: hidden;
}

.main-template.blog-main-container {
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

#homeBannerLink .position-relative {
	position: relative;
}

#homeBannerLink .position-absolute {
	position: absolute;
	width: 100%;
	text-align: center;
}

#homeBannerLink .display-table {
    display: table;
	text-align: center;
	top: 0;
    width: 100%;
    height: 100%;
}

#homeBannerLink .display-tablecell {
	display: table-cell;
    vertical-align: middle;
}

#homeBannerLink .herobanner-title p {
	margin-bottom: 0;
	font-family: 'Quincy-Cf';
    font-size: 32px;
	line-height: 32px;
    color: #fff;
}

#homeBannerLink .herobanner-title i {
	font-family: 'Quincy-Cf-Italic';
	font-style: normal;
}


#homeBannerLink .homebannerlink-title {
	top: 0;
	height: 100%;
}

.homebannerlink-img {
    background-color: rgb(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
}

.homebannerlink-subtext {
	bottom: 55px;
	padding-left: 15px;
    padding-right: 15px;
}

.homebannerlink-subtext p {
	color: #fff;
    font-size: 16px;
	line-height: 20px;
	display: inline;
	margin-left: 5px;
	margin-bottom: 0;
}

.homebannerlink-subtext p:nth-child(1) {
	margin-left: 0;
}

.homebannerlink-link {
	bottom: 20px;
	text-align: center;
}

.homebannerlink-link a {
	color: #fff;
    border-bottom: 1px solid;
    font-family: 'GroteskPro-SemiBold';
    font-size: 16px;
}
.homereview-title p em {
    font-family: 'Quincy-Cf-Italic';
    font-style: normal;
    padding-bottom: 25px;
    font-size: 28px;
    line-height: 40px;
}
/*redesign for asseen*/

/* START.Text Banner Two Column */
.txtbanner-two-container {
	display: table;
    width: 100%;
    height: 100%;
}
.txtbanner-two-title {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.txtbanner-two-title p,
.txtbanner-two-title em,
.txtbanner-two-title span {
    margin-bottom: 0;
    text-align: center;
    font-size: 32px;
    line-height: 34px;
    font-family: 'Quincy-Cf';
	color: currentColor;
}
.txtbanner-two-title em {
    font-family: 'Quincy-Cf-Italic';
}
.txtbanner-two-title a {
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid;
	font-family: 'GroteskPro-SemiBold';
}
#homeTextBannerTwo .owl-dots{
	text-align: center;
	margin-top: 40px;
	height: 20px;
}
#homeTextBannerTwo .owl-dots .owl-dot span {
	border: none;
	margin: 5px 7px;
	background: #dddbdb;
}
#homeTextBannerTwo .owl-dots .owl-dot.active span {
	background: #000;
}

/* END.Text Banner Two Column */
.ups-classwidth {
	margin: auto;
	text-align: center;
}
.owl-carousel .owl-item .ups-classwidth {
	width: 45px;
	height: auto;
}
p.ups-upperline {
	font-family: 'Gothic-Semi';
    font-size: 20px;
    text-align: center;
    margin: 13px auto 10px;
}
p.ups-lowerline {
	font-family: 'Grotesk-Reg';
    font-size: 13px;
    line-height: 16px;
    margin: 0px auto 20px;
    text-align: center;
}
.ups-section-mobile .owl-dots {
	text-align: center;
}
.ups-section-mobile .owl-dots .owl-dot span {
	/* border: none; */
	margin: 5px 3px;
	/* background: #a0979a; */
}
#usp-section {
	padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
	max-width: 100%;
}
.ups-img-cont {
	margin: auto;
}
#usp-section .owl-stage {
	display: flex;
    align-items: center;
}
.ups-marginmbl-btm {
	margin-bottom: 30px;
}
.ups-dynamic-cont {
	display: flex;
	flex-direction: column;
}
.ups-flex-cont {
	display: flex;
    justify-content: center;
}
.story-section-headline p, .story-section-headline p span {
	font-family: 'Quincy-Cf';
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    max-width: 200px;
    margin: auto;
    margin-bottom: 16px;
}
.story-section-headline p span {
	font-family: 'Quincy-Cf-Italic';
}
.story-section-imgs {
	margin-top: 25px;
}
.story-section-imgs p{
	text-align: center;
}
.story-link-container {
	margin-top: 10px;
	text-align: center;
}
.story-link-container .cm-link{
	font-family: 'GroteskPro-SemiBold';
	font-size: 12.5px;
}
.story-section-text p {
	font-family: 'GroteskPro-Light';
    line-height: 18px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.story-section-mrg {
	margin-top: 25px;
}
.story-section-imgs p img {
	margin-right: 5px;
}
#press-section {
	margin-bottom: 0px;
}
.press-section-content-container {
	font-family: 'GroteskPro-Light';
	font-size: 16px;
	line-height: 21px;
}
.press-section-content-container p {
	max-width: 300px;
    margin: auto;
}
.press-section-content-container p a{
	border-bottom: 1px solid #000;
}
.press-section-mbottom {
	margin-bottom: 0px;
	margin-top: 0px;
}
.background-color-pres {
	background-color: #dbd6eb;
}
.press-header-mbl {
	padding-top: 40px;
}
.as_seen_in {
	font-family: 'Quincy-Cf-Italic';
	font-size: 14px;
	text-align: center;
}
.homebanner-subtext-ver2  {
	padding-top: 30px;
}
.homebanner-subtext-ver2 .homebanner-subtext-sub {
	text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    line-height: 1.2px;
}
.homebanner-subtext-ver2 .homebanner-subtext-sub p {
	font-family: 'Gothic-med';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 5px;
    display: inline;
}
.homebanner-subtext-ver2 .homebanner-subtext-sub p:nth-child(1) {
    margin-left: 0px;
}
.link-btn-contain-ver2 {
	width: 100%;
    z-index: 1;
}
.link-btn-contain-ver2 .btn-style-contain a{
	width: 100%;
    display: block;
    height: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 35px;
    font-family: 'Gothic-semi';
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: initial;
    border-radius: 3px;
}
.link-btn-contain-ver2 .btn-style-contain{
	display: block;
}
.homeversion1 .section-title {
	text-align: center;
}
.homeversion1 .productlisting-btn {
	border-radius: 3px;
	margin-top: 40px;
	font-family: 'GroteskPro-SemiBold';
}
.homeversion1 .productlisting-btn.productlisting-nolabel {
	margin-top: 10px;
}
/*.homeversion1 .as-seen-on-cont {
    margin-top: 30px;
}*/
.homeversion1 .home-review-container {
	padding-top: 70px;
	padding-bottom: 30px;
	position: relative;
}
.link-btn-contain-ver2.btn-style-contain a:hover,
.link-btn-contain-ver2.btn-style-contain a:focus {
	background-color: #000;
    color: #fff;
}
.main-banner-position {
	position: relative;
	width: 100%;
}
.link-btn-contain-ver1 {
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    margin-top: 55px;
}
.homebanner-subtext-ver1 {
	margin-top: 12px;
}

.marquee-class {
	line-height: 50px;
}
.marquee-class div {
    font-family: 'Gothic-black';
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
}
.marquee-class .star-astr img, .marqueeWavy-class .star-astr img {
    width: 15px;
    height: 15px;
    margin: 17px 40px;
}
.marquee-class .star-astr, .marqueeWavy-class .star-astr {
    margin-left: 20px;
    margin-right: 20px;
    display: contents;
}
.contain-width {
	width: 100%;
	z-index: 900;
}
.contain-marquee {
	margin: 0 auto;
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #9ca3db;
}
.marquee-class {
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.star-astr {
    width: 50px;
    height: 50px;
    padding: 15px;
}
.page-home .marquee-main-cont {
	margin-bottom: 70px;
}
.page-home .self-intro-cont {
    margin-bottom: 80px;
    position: relative;
	max-width: 1100px;
}
.self-intro-text {
	text-align: center;
}
.self-intro-text p {
    font-family: 'Gothic-med';
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
	display: inline;
}
.self-intro-text p em{
    border-bottom: 1px solid #fffbf0;
    font-family: 'Gothic-med';
    display: inline;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}
.redefined-subtext {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.self-intro-img img {
	width: 100%;
    max-width: 70px;
    height: 66px;
    position: absolute;
    left: 15%;
    bottom: -90px;
    z-index: 1;
}

.redefined-cont {
	background-color: #fff5d3;
}
.redefined-img {
	padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
}
.redefined-img img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.redefined-header {
    margin-bottom: 20px;
}
.redefined-header p, .redefined-header p span {
	font-family: 'Gothic-black';
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: center;
}
.redefined-header p span {
	border-bottom: 8px solid #a394f8;
    padding-bottom: 0px;
}
.redefined-subtext p {
    font-family: 'Grotesk-med';
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;
}
.comfort-subtext {
	width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.redefined-btn {
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.redefined-btn a {
	width: 100%;
    display: block;
    height: 40px;
    background-color: #fff1d0;
    text-align: center;
    line-height: 40px;
    font-family: 'Gothic-black';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 23px;
    color: #000;
}
.homeversion2 .redefined-btn a {
    background-color: #fff;
}
.redefined-text {
	display: table;
	padding-left: 0px;
    padding-right: 0px;
}
.redefined-sub-text {
	display: table-cell;
    vertical-align: middle;
}
.text-path path {
    fill: none;
}
.fQtextcont-outer {
	display: table;
	margin: auto;
	margin-top: 40px;
	text-align: center;
}
.homeversion2 .fQtextcont-outer {
	margin-top: 0;
	padding-top: 40px;
}
.fQtextcont-middle {
	display: inline-block;
 	vertical-align: middle;
}
.fqBtn {
	margin-top: 5px;
}
.fQtextcont p, .fQtextcont p em {
	font-family: 'Gothic-Semi';
	font-size: 22px;
	line-height: 30px;
	margin: auto;
	text-align: center;
	color: #fff;
}
.fQtextcont p:last-child {
	margin-bottom: 20px;
}
.fQtextcont p em {
	font-style: italic;
	font-size: 16px;
}
.fQcontMain .main-template-wide{
	margin-bottom: 0px;
	margin-top: 0px;
}
.textPath {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Gothic-semi';
	letter-spacing: 2px;
}
text.transform-text {
	transform: rotate(338deg);
}
svg.text-path {
	transform-origin: 50% 50%;
	overflow: visible;
}
.wavetextMainCont {
	max-height: 120px;
}
.wavetextMainCont.main-template-wide {
	margin-bottom: 0px;
	max-width: 100%;
}
.wavetextMainCont.main-template-wide {
	margin-top: 0px;
	padding-top: 40px;
}
.redefined-cont .two-cln-container {
	margin-bottom: 0px;
}
.comfort-header {
	margin-top: 40px;
    margin-bottom: 20px;
}
.comfort-header p {
    font-family: 'Gothic-black';
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
}
.comfort-subtext p {
    font-family: 'Grotesk-med';
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #000;
}
.comfort-btn {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.comfort-btn a {
	width: 100%;
    display: block;
    height: 40px;
    background-color: #000;
    text-align: center;
    line-height: 40px;
    font-family: 'Gothic-black';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff;
}
.comfort-btn a:hover {
    background-color: #fff;
    color: #000;
}
/* START.Video Banner */
.main-template-no-wide.home-videobanner-container {
	position: relative;
	margin-bottom: 0;
    padding: 0;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-height: unset;
}
.main-template-wide.home-videobanner-container {
	position: relative;
	margin: 0;
    padding: 20px;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-height: unset;
}
.video-homebanner-video {
	padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.video-homebanner-video p{
	margin:0px;
}
.home-videobanner-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-videobanner-link-container {
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}
.home-videobanner-link-container a,
.home-videobanner-link-container a:hover,
.home-videobanner-link-container a:active,
.home-videobanner-link-container a:visited {
    color: #fff;
	margin: 0;
    font-family: 'Gothic-black';
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
}
/* END.Video Banner */

/* START.Review Section */
.home-review-background {
    background: #dce2de;
}
.home-review-container {
    padding: 25px 30px;
}
.home-review-backgroundv2 .main-template-wide {
	padding: 0;
	margin: 0;
}
.homeversion2 .home-review-container {
	padding: 25px 0 70px;
}
.homeversion2 #carouselReviewListv2 .owl-item {
	width: 100%;
}
.homeversion2 .review-nav-container #reviewNav {
	top: 150px;
}
.review-content-container .review-content {
    min-height: 545px;
    display: table;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
    border-radius: 15px;
	padding: 30px 15px 20px;
	margin-bottom: 0;
}
.homeversion2 .review-content-container .review-content {
    min-height: 200px;
    display: table;
	min-width: fit-content;
	width: 100%;
	height: 100%;
	background: #fffbf3;
    border-radius: 15px;
	padding: 35px 35px 20px;
	margin-bottom: 0;
	border: 1.5px solid #000;
}
.homeversion2 .review-content {
	margin: 0;
}
.homeversion2 .homereview-title p {
	text-align: center;
	font-family: 'Gothic-Bold';
    font-size: 26px;
    line-height: 24px;
	margin-top: 45px;
}
.homeversion2 .homereview-subtext {
	margin-bottom: 50px;
}
.homeversion2 .homereview-subtext p {
	text-align: center;
	font-family: 'Grotesk-Med';
	font-size: 19px;
}
.homeversion2 .review-content .customer-review-alias {
	font-family: 'Grotesk-Bold';
}

.homeversion2 .row.review-rating-container .customer-review-alias,
.review-verified-purchase,
.review-verified-star {
    line-height: normal;
    margin-bottom: 10px;
}

.review-content-container .review-table {
    display: table-cell;
    vertical-align: middle;
}
.review-content-container .review-top-table {
    display: table-row;
    vertical-align: top;
}
.review-content-container .review-bottom-table {
    display: table-row;
    vertical-align: bottom;
}
.review-content-container p.review-customer {
    margin-bottom: 15px;
    padding-top: 0;
}
.review-content-container .review-content p {
	margin-bottom: 0;
    font-family: 'Grotesk-Book';
    font-size: 14px;
    line-height: 25px;
}
.review-content-container .review-customer span {
    font-size: 14px;
    font-family: 'Grotesk-Semi';
}
.review-content-container .cm-link-underline {
	font-family: 'Gothic-black';
    font-size: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.homeversion2 .review-content-container .cm-link-underline {
	font-size: 16px;
	font-family: 'Gothic-Bold';
	border-bottom: 1px solid;
}
.hpr-link-container {
    text-align: center;
	margin-top: 20px;
}
.homeversion2 .hpr-link-container {
	margin-top: 70px;
}
.main-template-no-wide.homereview-container {
	padding-bottom: 0;
	margin-bottom: 0;
	max-height: 100%;
}
/* END.Review Section */

/* START.Two Column with Slider */
.container-content-reverse {
	display: flex;
	flex-direction: column-reverse;
}
.comfort-img {
	padding-left: 0;
	padding-right: 0;
}
.comfort-sub-img .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
	margin-bottom: 25px;
}
.comfort-sub-img .owl-dots .owl-dot span {
	background: #fff;
    border: none;
    opacity: 0.5;
	margin-top: 0;
	margin-bottom: 0;
}
.comfort-sub-img .owl-dots .owl-dot.active span {
	background: #fff;
    border: none;
    opacity: 1;
}
.main-template-wide.two-cln-container-withSlider {
	margin-top: 0;
	margin-bottom: 0;
}
.prod-list-text-cont {
	width: 100%;
}

.prod-list-title {
	margin-bottom: 20px;
    margin-top: 50px;
	text-align: center;
}

.prod-list-title p {
	margin-top: 0px;
	text-align: center;
    font-family: 'Gothic-black';
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.homeversion2 .prod-list-title p {
	font-family: 'Gothic-bold';
}

.prod-listing-main-cont .pl-name {
	margin: 10px 0;
}

.prod-listing-main-cont .pl-name a {
    font-family: 'Gothic-semi';
    font-size: 14px;
    line-height: 18px;
}

.prod-list-sub {
	margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.homeversion2 .prod-list-sub {
	display: none;
}
.prod-list-sub p {
    font-family: 'Grotesk-med';
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}
.product-listing-btn .discounted-sale span {
	font-family: 'Grotesk-book';
    font-size: 16px;
    margin-bottom: 0;
}
.grey-bg-dsc {
    margin-top: 20px;
}
.grey-bg-dsc span {
    background-color: #f9f2e6;
    width: auto;
    display: inline-block;
    text-align: center;
    font-family: 'Grotesk-semi';
    font-size: 10px;
    border-radius: 34px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    line-height: 23px;
    text-transform: uppercase;
}
.prod-list-btn-cont {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.prod-list-btn {
 	width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 15px;
 }
.prod-list-btn a {
 	width: 100%;
    display: block;
    height: 40px;
    background-color: #000;
    text-align: center;
    line-height: 40px;
    font-family: 'Gothic-black';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 22px;
    color: #fff;
 }
.page-home .two-cln-container {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.redefined-btn a:hover, .redefined-btn a:focus {
	background-color: #fff;
}

.prod-list-btn a:hover, .prod-list-btn a:focus {
	background-color: #fff;
}
.padding-dynamic {
	padding-left: 0px;
    padding-right: 0px;
}
.item-list {
	position: relative;
}
.item-list img {
	border-radius: 17px;
}
/*as seen on page end*/
/*wavy */
.contain-marqueeWavy {
	margin: 0 auto;
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #cce2ec;
    overflow: hidden;
}
.marqueeWavy-class {
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.marqueeWavy-class div {
    font-family: 'Gothic-black';
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*end wavy*/
.homebanner-headline-sub p, .homebanner-headline-sub span, .homebanner-headline-sub em {
	font-size: 28px;
	line-height: 34px;
}
.homebanner-subtext-sub p {
    font-size: 18px;
    line-height: 24px;
}
.self-intro-text {
	padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}
.pl-btn-margin span {
    font-family: 'Grotesk-book';
    font-size: 14px;
}
.redefined-sub-img {
    margin-left: -15px;
    margin-right: -15px;
}
.page-home .prod-listing-main-cont {
	margin-bottom: 0px;
	padding-bottom: 0;
}
.prod-list-data-container a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.swatch-circle.selected {
    border: 1.5px solid #000;
}
.swatch-circle {
    height: 13px;
    width: 13px;
    border-radius: 13px;
    margin: 0 2px;
    display: inline-block;
}
.sw-cl-cn {
	margin-top: 10px;
}
.main-template-wide.padding-left-right {
	padding-left: 20px;
	padding-right: 20px;
}
.homebanner-headline-sub p{
	padding: 0px;
}
.homebanner-subtext-sub{
	max-width:300px;
	width:100%;
	margin: 0 auto;
}
.pl-btn-margin span.discounted-sale {
	text-decoration: line-through;
	color: #ABA6A5;
}
#product .marquee-main-cont {
	margin-bottom: 80px;
}
.product-img-container,.pl-container, #productlisting4 .owl-item {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
#productlisting4 .home-promo-tile {
	overflow: hidden;
}
#productlisting4 .home-promo-tile img {
	width: auto;
	margin: 0 auto;
}
.hover-size {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.find-my-fit-btn {
    border-radius: 40px;
    border: 1px solid #000000;
    margin: 0px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.find-my-fit-btn p, .find-my-fit-btn a {
    margin-bottom: 0px;
    font-family: 'Gothic-black';
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}
.main-template-no-wide.wavetextMainCont {
	margin-bottom: 0px;
	padding-bottom: 0;
}
/* END.Two Column with Slider */

.review-content-container {
    border-radius: 15px;
	max-width: 1160px;
	margin: 0 auto;
}

.owl-carousel .owl-item img.review-star-rating {
	width: 20px;
	height: 30px;
	display: inline-block;
}
.homeversion2 .owl-carousel .owl-item img.review-star-rating {
	width: 16px;
	height: 16px;
	display: inline-block;
	filter: brightness(0.2);
}

.review-verified-purchase {
	font-family: 'Grotesk-Semi';
    font-size: 14px;
    color: #a394f8;
    vertical-align: middle;
    margin-left: 5px;
}
.homeversion2 .review-verified-purchase {
    color: #000;
	margin-left: 0;
	font-size: 12px;
	letter-spacing: 1px;
}

.review-rating-container {
	margin-bottom: 30px;
}

.homeversion2 .review-rating-container {
	margin-bottom: 10px;
}

.review-recommended-container {
	text-align: left;
}

.review-content-container .review-content p.short-review {
	font-family: 'Gothic-Bold';
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 15px;
}

.owl-carousel .owl-item img.recommended-icon {
	width: 20px;
	height: auto;
	display: inline-block;
}

.review-recommended {
	font-family: 'Grotesk-Book';
    font-size: 14px;
    color: #818285;
    vertical-align: middle;
    margin-left: 5px;
}

.product-review-details {
	display: flex;
	margin-bottom: 25px;
}

.product-review-details .product-swatch {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 15px;
	margin-right: 10px;
}

.product-review-details .product-name,
.product-review-details .product-name a {
	font-family: 'Grotesk-Book';
    font-size: 14px;
    color: #818285;
    line-height: 25px;
}
.product-review-details .product-name {
	border-bottom: 1px solid #818285;
}

.product-review-details .product-name a:hover {
    color: #000;
}
.customer-productname-colour .color-text a:focus {
	text-decoration: none;
}

.product-name a:focus {
	text-decoration: none;
}

.review-content-container .review-content .customer-review {
	margin-bottom: 20px;
	font-family: 'Grotesk-Book';
    font-size: 14px;
	line-height: 22px;
	min-height: 170px;
}

.homeversion2 .review-content-container .review-content .customer-review {
	min-height: 100px;
	margin-bottom: 15px;
}

.review-footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.review-footer span:nth-child(1) {
	font-family: 'Grotesk-Semi';
}

.review-footer span {
	font-family: 'Grotesk-Book';
	font-size: 14px;
}

.review-content-container .review-content p.review-date {
	text-align: right;
	font-family: 'Grotesk-book';
    font-size: 12px;
    color: #818285;
    /* display: inline-block; */
    vertical-align: middle;
    width: 100%;
}

#reviewNav .owl-prev {
	float: left;
	left: 0;
    bottom: 50%;
    position: absolute;
    z-index: 2;
	background: none;
    border: 0;
	top: 0;
	width: 32px;

}

.homeversion2 #reviewNav .owl-prev {
	margin-left: -50px;
}
.homeversion2 #reviewNav .owl-next {
	margin-right: -50px;
}

#reviewNav .owl-next {
	float: right;
	right: 0;
    bottom: 50%;
    position: absolute;
	z-index: 2;
	background: none;
    border: 0;
	top: 0;
	width: 32px;

}

#reviewNav .owl-prev img,
#reviewNav .owl-next img {
	width: 20px;
}

.review-footer-margin {
	margin-bottom: 20px;
	line-height: normal;
}

.review-nav-container {
	position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.review-nav-container #reviewNav {
	position: absolute;
    width: 100%;
    top: 230px;
}

.home-review-container .homereview-asterisk-icon {
	display: none;
}
.customer-review-seeless,
.customer-review-readmore {
	margin-top: 10px;
    color: #a394f8;
    text-decoration: underline;
	font-family: 'Grotesk-Book';
    font-size: 14px;
    line-height: 22px;
	cursor: pointer;
}

.homeversion2	 .customer-review-seeless,
.homeversion2	 .customer-review-readmore {
	color: #000;
	font-family: 'Grotesk-Bold';
}

.customer-review-hide {
	display: none;
}
.review-content-container .review-content .review-row {
	align-items: center;
}

.img-qoute {
	width: 100%;
	max-width:40px;
	height:auto;
	margin-bottom: 15px;
}
.redef-video-tag {
	width: 100%;
	border: 8px solid #a394f8;
}
.homepage-link-float {
	position: absolute;
	top:49%;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1;
}

/* START.Homepage Redesign - Hero Banner */
.homebanner-button-float {
	position: absolute;
	width: 100%;
	bottom: 18%;
	padding-left: 15px;
	padding-right: 15px;
    height: auto;
	z-index: 1;
}
.homebanner-button-cont {
	display: flex;
    width: 100%;
    height: 100%;
	justify-content: center;
	gap: 20px
}
#loadBanner.homeversion2 .btn-style {
	display: inline-block;
	border-radius: 23px;
	font-family: 'Gothic-Black';
	letter-spacing: 1px;
	height: 44px;
    background-color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 0;
}
#loadBanner.homeversion2 .btn-style:hover {
	background-color: #000;
}
#loadBanner.homeversion2 .homepage-link-float{
	top: 40%;
}
/* START.Homepage Redesign - Compare 2 Image */
.compare-two-image-heading p {
	margin: 80px 30px 50px;
	font-family: 'Gothic-Semi';
	font-size: 32px;
	line-height: normal;
	color: #000;
}
.compare-two-image-subheading p {
	margin: 80px 30px 50px;
	font-family: 'Grotesk-bold';
	font-size: 19px;
    line-height: 22px;
	color: #000;
}
.img-comp-wrapper {
	margin: auto;
}
.img-comp-container {
	position: relative;
	height: 340px;
	width: 340px;
	margin: 0 auto;
}
.img-comp-img {
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.img-comp-img img {
	display: block;
	vertical-align: middle;
	height: 340px;
	width: 340px;
}
.img-comp-slider {
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	width: 40px;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
.compare-two-image-heading p {
	margin: 80px 30px 40px;
	font-size: 32px;
}
.compare-two-image-reason {
	margin: 50px 30px 40px;
}
.features-list .feature-item {
	border-radius: 20px;
	background-color: #9CA3DB;
	width: fit-content;
}
.features-list .feature-item p {
	height: auto;
	text-align: center;
	font-size: 12px;
	font-family: 'gothic-bold';
	color: #fff;
	margin: 5px 20px;
}
/* END.Homepage Redesign - Compare 2 Image */
/* END.Homepage Resign - Hero Banner */

/* START.Homepage Resign - UPLIFT TAB */
.uplift-multi-tab-container {
	background-color: rgba(255, 241, 208, 0.25);
}
.uplift-multi-tab-wrapper {
	margin: 0 auto;
}
.uplift-multi-tab-title {
	font-family: 'Gothic-bold';
    font-size: 28px;
    text-align: center;
    line-height: 35px;
	margin: 50px auto;
}

#UpliftMultiTab .btn-style-contain {
	display: flex;
	align-items: flex-end;
	margin: 0;
}
.btn-style-contain .col:not(:last-child) {
    margin-right: 5px;
}

.btn-style-contain .tab_action {
	display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    color: #000;
    border-radius: 20px 20px 0 0;
	border: 2px solid #ebd2d4;
	border-bottom: none;
	font-family: 'Gothic-ExtraBold';
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
.btn-style-contain .tab_action.active {
	display: block;
    background-color: #ebd2d4;
    color: #000;
}
.uplift-desc-headline p {
	font-family: 'Gothic-Semi';
	font-size: 26px;
	color: #000;
	text-align: center;
	line-height: normal;
}
.uplift-desc-subtext p {
	font-family: 'Grotesk-Book';
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 10px auto 20px;
	max-width: 320px;
	text-align: center;
}
.uplift-multi-tab-list,
.uplift-multi-tab-main-container {
	max-width: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.uplift-multi-tab-carousel .uplift-multi-tab-image img {
	width: 350px;
	margin: 30px auto 73px;
}
.uplift-multi-tab-carousel .uplift-multi-tab-image video {
	width: 100%;
	height: fit-content;
	border-radius: 0%;
	margin-bottom: 20px;
}
.uplift-desc-link {
	text-align: center;
	margin-bottom: 40px;
}
.uplift-desc-link a {
	font-size: 16px;
    font-family: 'Gothic-Bold';
	border-bottom: 1px #000 solid;
}
.uplift-multi-tab-carousel .uplift-multi-tab-container {
	border-radius: 0 0 10px 10px;
	min-height: 580px;
}
.uplift-multi-tab-link {
	margin: 70px auto;
}
.uplift-multi-tab-link a {
    width: 50%;
    display: block;
    height: 40px;
    background-color: #000;
    text-align: center;
    line-height: 40px;
    font-family: 'Gothic-black';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 23px;
    color: #fff;
	margin: 0 auto;
}
.uplift-multi-tab-link a:hover {
	color: #fff;
}
#loadBanner.homeversion2 .homebanner-headline-sub p {
	padding: 0px 20px;
}
/* END.Homepage Resign - UPLIFT TAB */

/* START.Homepage Uplift Single Video */
.uplift-single-vid-container {
	max-width: 700px;
	margin: 0 auto;
}
.uplift-single-vid-container video {
	width: 100%;
}
.uplift-single-vid-container .uplift-multi-tab-link {
	margin-top: 50px;
	margin-bottom: 50px;
}
/* END.Homepage Uplift Single Video */

@media (min-width: 576px){
	.homebanner-text h1{
		font-size: 48px;
		line-height: 52px;
	}

	#loadBanner{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.homepage-sub-container {
		max-width: 100%;
	}
	.ups-marginmbl-btm {
		margin-bottom: 0px;
	}

}
@media (min-width: 768px) {
	.homebanner-description, #cakelingerie .homebanner-description p {
	    width: 100%;
	    margin: 0px;
	    line-height: 28px;
	    font-size: 18px;
	}
	.homebanner-text,
	.homebanner-text h1,
	.homebanner-text p,
	.homebanner-text a, .homebanner-text a:hover, .homebanner-text a:focus {
		font-size: 31px;
	    line-height: 32px;
	    height: auto;
	    margin: 0% auto 10px auto;
	    color: #fff;

	}
	.homebanner-description p {
		font-size: 16px;
		line-height: 26px;
	}
	.homebanner-text-maincontainer img {
		min-height: 305px;
	}
	.homebanner-container .owl-dots {
	    background-color: #ffffff;
	}
	.homebanner-float {
		position: absolute;
		max-width: -webkit-fill-available;
	}
	.homebanner-text-innercontainer {
		background-color: rgb(0,0,0,0.2);
	}
	.description-display {
		display: block;
		font-family: 'GroteskPro-Book';
	    font-size: 20px;
	    line-height: 28px;
	    color: #fff;
	}
	.link-container .home-banner-a-btn, .link-container .home-banner-a-btn:hover, .link-container .home-banner-a-btn:focus {
		height: 50px;
    	line-height: 39px;
    	background-color: #fff;
	}
	.text-upper-case, .text-upper-case:hover, .text-upper-case:focus {
		color: #000;
	}
	.main-template-no.homebanner-container {
		margin-bottom: 80px;
	}
	.homepage-sub-container {
		margin-top: 0px;
	}
	.link-container {
	    margin-top: 20px;
	}
	/* #loadBanner {
	    min-height: 340px;
	} */
	.homebanner-banner-img{
		min-height: 378px;
	}
	.homebanner-button-float {
		bottom: 6%;
	}

	/*.homebanner-headline-sub p {
		font-size: 36px;
    	line-height: 37px;
	}*/
	.homebanner-subtext-sub p {
    	padding-left: 40px;
    	padding-right: 40px;
    	display: block;
	}
	.btn-style-contain a {
		max-width: 250px;
    	margin-left: auto;
    	margin-right: auto;
	}

	#heroBannerCarousel .herobanner-title p,
	#heroBannerSlider .herobanner-title p {
		font-size: 36px;
		line-height: 37px;
		display: block;
		margin-left: 0;
	}
	#heroBannerCarousel .herobanner-title p em {
		font-size: 36px;
		line-height: 37px;
	}
	.home-banner-a-btn.text-banner-a-btn {
    	max-width: 400px;
	}
	.col-blog-title{
		text-align: left;
	}
	#homeBlogContainer {
		margin-bottom: 0;
	}

	#homeBlogContainer .homeblog-header {
		text-align: left;
	}

	.homeblog-title p {

		font-size: 34px;
	}

	.blog-main-container .homeblog-container {
		padding-bottom: 0;
		padding-right: 7px;
	}

	.blog-main-container .homereview-container {
		padding-top: 0;
		padding-left: 7px;
	}

	.homebannerlink-subtext p {
		display: block;
		margin-left: 0;
	}

	#homeBannerLink .herobanner-title p {
		display: inline;
		font-size: 36px;
		line-height: 37px;
	}

	.homeblog-link {
		font-size: 16px;
	}

	.homebannerlink-subtext {
		bottom: 15%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.homebannerlink-link {
		bottom: 6%;
	}
	.homeblog-title p em, .homereview-title p em {
	    font-size: 34px;
	}
	.txtbanner-padding:nth-child(odd) {
		padding-right: 0;
	}
	.txtbanner-padding:nth-child(even) {
		padding-left: 0;
	}
	.story-section-mrg {
		margin-top: 0px;
	}
	.story-section-text p {
		text-align: left;
	}
	.story-section-headline p, .story-section-headline p span {
		max-width: 420px;
		text-align: left;
	}
	.story-section-imgs p{
		text-align: left;
	}
	.story-link-container {
		text-align: left;
	}
	.background-color-pres {
		background-color: #fff;
	}

	.story-section-text p:nth-child(even) {
		margin-top: 16px;
	}
	.removepad0 {
		padding-left: 0;
		padding-right: 0;
	}

	.homebanner-subtext-ver2 .homebanner-subtext-sub p {
		font-size: 18px;
	    line-height: 27px;
	    padding-left: 40px;
	    padding-right: 40px;
	    display: block;
	}
	.link-btn-contain-ver2 .btn-style-contain a {
	    max-width: 250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.homeversion1 .section-title {
		text-align: left;
	}
	.homeversion1 .home-review-container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#press-section {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	p.ups-upperline {
		font-size: 24px;
		text-align: left;
		margin-bottom: 15px;
	}
	p.ups-lowerline {
		font-size: 16px;
		text-align: left;
		margin: 0;
		line-height: 18px;
		max-width: 250px;
	}
	.homebanner-subtext-ver1 {
		margin-top: 22px;
	}
	.link-btn-contain-ver1 {
		margin-top:30px;
	}
	.page-home .marquee-main-cont {
		padding-bottom: 0px;
		margin-bottom: 80px;
	}
	.self-intro-text p {
	    font-size: 26px;
    	line-height: 44px;
    	display: block;
	}
	.self-intro-img img {
	    left: unset;
	    right: 15%;
	    max-width: 100px;
    	height: 100px;
	    bottom: -115px;
	}
	.redefined-img {
		margin-bottom: 0px;
	}
	.redefined-img img {
		max-width: 100%;
	}
	.redefined-btn  {
		margin-bottom: 0px;
	}
	.redefined-header p, .redefined-header p span {
	    font-size: 36px;
    	line-height: 48px;
    	text-align: left;
	}
	.redefined-subtext p {
	    font-size: 18px;
    	line-height: 26px;
    	text-align: left;
	}
	.redefined-btn a {
		max-width: 250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.fQtextcont p, .fQtextcont p em {
		font-size: 22px;
	}
	.fQtextcont p:last-child {
		margin-bottom: 0px;
	}
	.fQtextcont-outer {
		margin-bottom: 40px;
	}
	.fQtextcont {
		padding-right: 40px;
	}
	.container-content-reverse {
		display: flex;
		flex-direction: row;
	}
	.comfort-sub-img .owl-dots {
		position: absolute;
		top: 0;
		bottom: initial;
		width: auto;
		height: auto;
		text-align: left;
		margin-top: 35px;
		margin-left: 35px;
		margin-bottom: 0;
	}
	.comfort-text {
		padding-left: 0;
		padding-right: 45px;
		display: table;
	}
	.comfort-sub-text {
		display: table-cell;
		vertical-align: middle;
	}
	.comfort-header p {
		text-align: left;
		font-size: 36px;
		line-height: 48px;
	}
	.comfort-subtext p {
		margin-bottom: 40px;
		text-align: left;
		font-size: 18px;
    	line-height: 26px;
	}
	.comfort-btn {
		margin-left: 0;
	}
	.comfort-img {
		/* padding-right: 15px; */
		overflow: hidden;
	}
	.comfort-img-table {
		display: table;
		width: 100%;
		height: 100%;
	}
	.comfort-img-center {
		display: table-cell;
		vertical-align: middle;
	}
	.comfort-img-container {
		max-width: 520px;
		width: 100%;
		height: auto;
		margin: 70px auto;
		float: right;
	}
	.comfort-header {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.comfort-btn {
		max-width: 240px;
	}
	.comfort-btn a {
		font-size: 12px;
		height: 44px;
		line-height: 44px;
		border-radius: 25px;
	}
	.prod-list-title p {
	    display: inline-block;
	}
	.prod-list-title p:nth-child(2) {
		margin-left: 5px;
	}
	.prod-list-sub p {
		 display: inline-block;
	}
	.prod-list-sub {
		text-align: center;
		max-width: 100%;
	}
	.prod-list-sub p:nth-child(2) {
		margin-left: 5px;
	}
	.review-content-container .review-customer span {
		font-size: 20px;
	}
	.review-content-container .cm-link-underline {
		font-size: 16px;
	}

	.redefined-btn.fqBtn a {
		min-width: 120px;
    	float: left;
	}
	.redefined-sub-img {
	    margin-left: 0px;
	    margin-right: 0px;
		padding-right: 30px;
	}
	.redefine-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.homebanner-subtext-sub{
		max-width:100%;
		width:100%;
	}
	.homebanner-headline-sub p {
		padding-left: 40px;
		padding-right: 40px;
	}
	.productlist-image {
	    height: 286px;
	    overflow: hidden;
	}
	.self-intro-text p em {
		font-size: 26px;
    	line-height: 44px;
	}
	.comfort-subtext {
		margin-left: 0px;
		max-width: 100%;
	}
	.prod-listing-main-cont .pl-name {
		margin: 15px 0 0 0;
	}
	#productlisting4 .home-promo-tile img {
		max-height: 275px;
	}
	.review-content-container .review-content {
		min-height: 350px;
		padding: 50px 80px 40px;
	}
	.review-recommended-container {
		text-align: right;
		margin-bottom: 30px;
	}
	.review-footer-margin {
		margin-bottom: 0;
	}
	.hpr-link-container {
		margin-top: 50px;
	}
	.home-review-container .homereview-asterisk-icon {
		display: block;
	    position: absolute;
	    top: -47px;
	    left: 50px;
	}
	.product-review-details .product-swatch {
		width: 25px;
		height: 25px;
	}
	.owl-carousel .owl-item img.recommended-icon {
		width: 20px;
	}

	.img-qoute {
		max-width:50px;
	}
	.ups-dynamic-cont {
		flex-direction: row;
	}
	.owl-carousel .owl-item .ups-classwidth {
		width: 65px;
		max-width: 65px;
		height: auto;
	}
	.ups-content {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	#usp-section .owl-carousel .owl-item:last-child .ups-content {
		padding-right: 0;
	}
	#usp-section {
		padding-top: 74px;
		padding-bottom: 74px;
	}
	.homeversion2 .home-review-container {
		padding: 25px 0 70px;
		width: 650px;
		margin: 0 auto;
	}
	.homeversion2 .review-content-container .review-content {
		padding: 35px 30px 20px;
		min-height: 300px;
		min-width: 300px;
	}
	.homeversion2 .review-verified-purchase {
		font-size: 11px;
	}
	/* START.Homepage Redesign - Compare 2 Image */
	.compare-two-img-dsk {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		align-content: center;
		max-width: 700px;
	}
	#compare2Img .main-template-no-wide {
		padding: 0px 0px 30px 0px;
	}
	.compare-two-image-heading p {
		margin: 0 30px 40px;
		font-size: 19px;
		line-height: normal;
	}
	.compare-two-image-subheading p {
		margin: 0 30px 10px;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 11px;
	}
	.img-comp-container {
		margin: 0 auto;
	}
	.compare-two-image-reason {
		margin: 0 30px;
	}
	.features-list {
		justify-content: flex-start;
		gap: 15px;
	}
	.features-list .feature-item p {
		font-size: 9px;
		margin: 5px 15px;
		text-transform: uppercase;
	}
	/* END.Homepage Redesign - Compare 2 Image */
	/* START.Homepage Redesign - Meet The Range */
	.homeversion2 .prod-list-title {
		text-align: left;
		margin-left: 40px;
		margin-bottom: 10px;
	}
	.homeversion2 .prod-list-sub {
		display: block;
		text-align: left;
		margin-left: 40px;
		width: auto;
	}
	/* END.Homepage Redesign - Meet The Range */
	/*  */
	#UpliftMultiTab .btn-style-contain {
		display: flex;
		margin-bottom: 50px;
	}
	.btn-style-contain .tab_action {
		padding: 7px 10px;
		border-radius: 25px;
		border: 2px solid #000;
		font-size: 10px;
	}
	.btn-style-contain .tab_action.active {
		background-color: #000;
    	color: #fff;
	}
	.uplift-multi-tab-list,
	.uplift-multi-tab-main-container {
		max-width: 800px;
	}
	.uplift-multi-tab-carousel .uplift-multi-tab-container {
		border-radius: 11px;
		min-height: fit-content;
	}
	.uplift-multi-tab-desc {
		margin: auto;
	}
	.uplift-multi-tab-carousel .uplift-multi-tab-image img {
		margin: 27px auto;
	}
	.uplift-desc-link {
		margin-bottom: 0;
	}
	.uplift-desc-headline p,
	.uplift-desc-subtext p {
		text-align: start;
	}
	.uplift-desc-subtext p {
		font-size: 16px;
		margin: 10px 20px 0 0;
	}
	.uplift-multi-tab-carousel .uplift-multi-tab-image video {
		height: 325px;
		border-top-left-radius: 10px; 
		border-bottom-left-radius: 10px; 
		margin-bottom: -5px;
	}
	#UpliftMultiTab.main-template-wide {
		margin-top: 0;
		margin-bottom: 0;
	}
	.uplift-desc-headline p {
		font-size: 22px;
	}
	
	/*  */
}

@media (min-width: 810px){
	.productlist-image {
	    height: 304px;
	    overflow: hidden;
	}
	#productlisting4 .home-promo-tile img {
		max-height: 298px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.homebanner-text-maincontainer{
		max-height: 890px;
	}
	.homebanner-text,
	.homebanner-text h1,
	.homebanner-text a, .homebanner-text a:hover, .homebanner-text a:focus {
		font-size: 40px;
		line-height: 50px;
	}
	.homebanner-description, #cakelingerie .homebanner-description p{
		padding: 0px;
	    margin-top: 0px;
	    width: 100%;
	}
	.homebanner-description p {
		font-size: 22px;
		line-height: 32px;
	}
	.homebanner-shop {
		display: block;
	}
	.homebanner-min-width{
		min-height: 640px;
	}
	.homebanner-text-maincontainer img {
	    min-height: 430px;
	}

	/* #loadBanner{
		min-height: 459px;
	} */
	.homebanner-banner-img {
		min-height: 505px;
	}

	/*.homebanner-headline-sub p {
	    font-size: 38px;
	    line-height: 39px;
	}*/
	.home-banner-a-btn.text-banner-a-btn {
   		max-width: 600px;
	}
	.col-blog-title {
		font-size: 30px;
		margin-bottom: 60px;
		text-indent: -3px;
	}

	.col-blog-text {
		font-size: 20px;
		line-height: 22px;
		/* margin: 5px 0px 10px 0px; */
	}
	.col-blog-title{
		text-align: left;
	}
	.homebannerlink-subtext p {
		font-size: 18px;
	}

	#homeBannerLink .herobanner-title p {
		display: block;
		font-size: 42px;
		line-height: 46px;
	}

	.col-blog-textcontainer {
		max-width: 300px;
	}
	.story-section-headline p, .story-section-headline p span{
		max-width: 420px;
		text-align: left;
		margin: 0;
		font-size: 36px;
		line-height: 44px;
	}
	.story-link-container .cm-link{
		font-size: 16px;
		text-align: left;
	}
	.story-link-container {
		margin-top: 25px;
		text-align: left;
	}
	.story-section-text p {
		font-size: 16px;
		max-width: 100%;
		margin: 0;
	}
	.story-section-imgs {
		margin-top: 35px;
	}
	.removepad0 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wavetextMainCont.main-template-wide {
		min-height: 100px;
	}
	.textPath {
		font-size: 10px;
	}
	text.transform-text {
		transform: rotate(351deg);
	}
	.main-template-wide.two-cln-container-withSlider {
		max-width: 100%;
		padding-left: 100px;
		padding-right: 100px;
	}
	.productlist-image {
	    height: 260px;
	    overflow: hidden;
	}
	#productlisting4 .home-promo-tile img {
		max-height: 260px;
	}
	.review-content-container .review-content {
		padding-left: 140px;
		padding-right: 140px;
	}
	.img-qoute {
		max-width:80px;
	}
	.redefined-sub-img.ref-video-show {
		padding-top:30px;
		padding-bottom:30px;
		text-align:right;
		margin-right: 65px;
	}
	.redef-video-tag {
		padding-right: 0px;
	}
	.redefined-sub-img.redefined-sub-img {
		padding-right: 0px;
	}
	.main-template-wide.home-videobanner-container {
		padding: 30px;
	}
	.homeversion2 .review-content-container {
		max-width: 980px;
	}
	.homeversion2 .review-content-container .review-content {
		min-height: 300px;
		min-width: 300px;
	}
	.homeversion2 .home-review-container {
		padding: 25px 0 70px;
		width: 965px;
		margin: 0 auto;
	}

	/* START.Homepage Redesign - Compare 2 Image */
	.compare-two-image-heading p {
		margin: 15px 0 50px;
		font-size: 30px;
	}
	.compare-two-image-subheading p {
		margin: 0;
		font-size: 15px;
	}
	.compare-two-image-reason {
		margin: 0;
	}
	.img-comp-wrapper {
		margin: 0;
	}
	.img-comp-container {
		margin: 0;
	}
	.img-comp-img img,
	.img-comp-container {
		height: 460px;
		width: 420px;
	}
	.features-list {
		max-width: 500px;
		gap: 20px 15px;
	}
	.features-list .feature-item p {
		font-size: 12px;
		letter-spacing: 1px;
	}
	/* END.Homepage Redesign - Compare 2 Image */
	/*  */
	.uplift-multi-tab-wrapper {
		width: 800px;
		margin: 0 auto;
	}
	.uplift-multi-tab-link a {
		width: 240px;
	}
	.btn-style-contain .col:not(:last-child) {
		margin-right: 20px;
	}
	.uplift-desc-subtext p {
		text-align: start;
		max-width: 370px;
	}
	.uplift-multi-tab-carousel .uplift-multi-tab-image img {
		width: 400px;
		margin: 30px auto;
	}
	.btn-style-contain .tab_action {
		font-size: 12px;
	}
	.uplift-desc-subtext p {
		margin: 10px 20px 0 0;
	}
	.uplift-desc-headline p {
		letter-spacing: 1px;
		font-size: 29px;
	}
	.uplift-multi-tab-carousel .uplift-multi-tab-image video {
		height: 370px;
		border-top-left-radius: 11px; 
		border-bottom-left-radius: 11px; 
	}
	/*  */

	#loadBanner.homeversion2 .btn-style {
		/* margin: 40px; */
	}
	.homebanner-button-cont {
		gap: 80px;
	}
	.homebanner-button-float {
		bottom: 14%;
	}
}

@media (min-width: 1200px) {
	.homebanner-description, #cakelingerie .homebanner-description p{
		width: 100%;
        font-size: 24px;
    	line-height: 34px;
	}

	#homebanner .banner-btn-shop, #homebanner .banner-btn-shop a {
	    width: 100%;
    	font-size: 16px;
    	line-height: 26px;
    	margin-top: 25px;
	}

	.homebanner-text,
	.homebanner-text h1,
	.homebanner-text p,
	.homebanner-text a, .homebanner-text a:hover, .homebanner-text a:focus {
		font-size: 55px;
		line-height: 65px;
	}
	.homebanner-text-maincontainer img {
	    min-height: 591px;
	}
	/* #loadBanner {
		min-height: 500px;
	} */
	.homebanner-banner-img {
		min-height: 665px;
	}

	/*.homebanner-headline-sub p {
	    font-size: 55px;
    	line-height: 65px;
	}*/

	.btn-style-contain a {
        max-width: 220px;
	    height: 44px;
	    line-height: 44px;
	    padding-left: 20px;
	    padding-right: 20px;
		font-size: 12px;
		border-radius: 25px;
	}
	.homebanner-headline-sub p,
	.homebanner-headline-sub span,
	.homebanner-headline-sub em {
		font-size: 48px;
		line-height: 52px;
	}
	.homebanner-subtext {
		bottom: 115px;
	}
	.link-btn-contain {
		bottom: 40px;
	}
	.col-blog-textcontainer {
		max-width: 430px;
	}

	.col-blog-text {
		min-height: 0;
	}
	.link-btn-contain-ver2 .btn-style-contain a {
	    max-width: 220px;
	    height: 35px;
	    line-height: 35px;
	    padding-left: 20px;
	    padding-right: 20px;
	    font-size: 16px;
	}
	.main-template-wide.bottom-section-container {
		margin-bottom: 60px;
	}
	.homebanner-subtext-ver1 {
		margin-top: 30px;
	}
	.homebanner-headline-sub p, .homebanner-headline-sub span, .homebanner-headline-sub em {
		font-size: 50px;
    	line-height: 50px;
	}
	.homebanner-subtext-sub p{
		font-size: 24px;
    	line-height: 28px;
	}
	.link-btn-contain-ver1 {
		max-width: 240px;
	}
	.redefined-btn {
	    max-width: 240px;
	    margin-left: 0;
	    margin-right: 0;
	    margin-left: 40px;

	}
	.redefined-btn a {
		max-width: 220px;
	    height: 44px;
	    line-height: 44px;
	    padding-left: 20px;
	    padding-right: 20px;
	    font-size: 12px;
	    border-radius: 25px;
	}
	.prod-list-sub {
		margin-bottom: 80px;
	}
	.prod-list-title p {
		font-size: 36px;
    	line-height: 48px;
	}
	.prod-list-sub p {
 	    font-size: 24px;
    	line-height: 30px;
	}


	.prod-listing-main-cont.main-template-wide {
		margin-top: 0;
		padding-top: 40px;
	}
	.prod-listing-main-cont.main-template-wide {
		margin-top: 0;
		padding-top: 40px;
	}
	.page-home .prod-listing-main-cont {
	    margin-bottom: 0px;
	    max-height: 100%;
	}
	.marquee-class .star-astr img, .marqueeWavy-class .star-astr img {
		width: 10px;
		height: 10px;
		margin: 18px 50px;
	}
	.page-home .two-cln-container {
		max-width: 100%;
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.redefined-header {
	    margin-bottom: 40px;
        max-width: 550px;
    	margin-left: 40px;
	}
	.redefined-subtext {
		margin-bottom: 40px;
		max-width: 550px;
    	margin-left: 40px;
	}
	.prod-list-btn-cont {
	    max-width: 240px;
		margin-top: 40px;
		margin-bottom: 100px;
	}
	.prod-list-btn {
		height: 100%;
	}
	.prod-list-btn a {
		height: 44px;
	    line-height: 44px;
	    border-radius: 30px;
	    font-size: 12px;
	}
	.main-template-wide.two-cln-container-withSlider {
	    max-width: 100%;
    	padding-left: 85px;
    	padding-right: 100px;
	}
	.comfort-img-container {
	    margin: 70px 0px 70px auto;
	}
	.redefine-container {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.productlist-image {
	    height: 300px;
	    overflow: hidden;
	}
	.product-img-container,.pl-container, #productlisting4 .owl-item {
	    width: 100%;
	    max-width: 306px;
	    display: inline-block;
	}
	#productlisting4 .home-promo-tile img {
		max-height: 100%;
	}

	#productlisting4 .home-promo-tile {
		max-height: 293px;
	}
	.redef-video-tag {
		width: auto;
		padding-right: 0px;
	}
	.main-template-wide.home-videobanner-container {
		padding: 45px;
	}
	.prod-list-title {
		margin-top: 100px;
	}
	.home-review-backgroundv2 .main-template-wide {
		padding: 0;
		margin: 0;
	}
	/* START.Homepage Redesign - Compare 2 Image */
	#compare2Img {
		margin-bottom: 70px;
	}
	.img-comp-container {
        margin: 30px 70px 0 auto;
    }
	.compare-two-img-dsk {
		float: inline-end;
	}
	.features-list .feature-item p {
        font-size: 11px;
    }
	.features-list .feature-item p {
		margin: 5px 20px;
	}
	/* END.Homepage Redesign - Compare 2 Image */
	/*  */
	.uplift-multi-tab-wrapper {
		width: 1000px;
	}
	.uplift-multi-tab-list, .uplift-multi-tab-main-container {
        max-width: 1000px;
    }
	.uplift-multi-tab-carousel .uplift-multi-tab-image video {
		height: 470px;
		border-top-left-radius: 11px; 
		border-bottom-left-radius: 11px; 
	}
	.homeversion2 .home-review-container {
        max-width: 975px;
		width: 100%;
    }
	/*  */
	/* START.Homepage Redesign - Meet The Range */
	.homeversion2 .prod-list-title, .homeversion2 .prod-list-sub {
		margin-left: 40px;
	}
	/* END.Homepage Redesign - Meet The Range */
	/*  */
	.uplift-multi-tab-carousel .uplift-multi-tab-image img {
		width: 400px;
		margin: 67px auto;
	}
	/*  */
	.homeversion2 .homereview-title p {
		font-size: 36px;
		line-height: 38px;
	}
	.homeversion2 .homereview-subtext p {
		font-size: 24px;
        line-height: 30px;
	}
}
@media (min-width: 1300px){
	.productlist-image {
	    height: 359px;
	    overflow: hidden;
	}
	#productlisting4 .home-promo-tile {
		max-height: 315px;
	}
	.product-img-container,.pl-container, #productlisting4 .owl-item {
	    width: 100%;
	    max-width: 100%;
	    display: inline-block;
	}
	
}
@media (min-width: 1400px){
	.productlist-image {
	    height: 100%;
	    overflow: hidden;
	}
	#productlisting4 .home-promo-tile {
		max-height: 100%;
	}
}