body {	
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
}
a,a:hover{
	transition: all ease 0.3s;
	text-decoration: none;
}
.header-wrap {
	position: relative;
	height: 830px;
}
.popular-prod-wrap .image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	width: 94%;
	max-width: 94%;
	height: 430px;
	margin: 0 auto;
}
.popular-prod-wrap .image-wrapper img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}
.popular-prod-wrap .image-wrapper .text-overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.popular-prod-wrap .image-wrapper .text-overlay h3 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
	padding: 10px;
}
.popular-prod-wrap .image-wrapper .text-overlay h3 a {
	color: #fff;
}
.popular-prod-caro {
	overflow-x: hidden;
}
.announcement-wrap{
	background-color: #132028;
	height: 50px;
}
.announcement-wrap p{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	margin: 0px;
	text-align: center;
	font-weight: 400;
}
.logo-nav-wrap{
	/*background-color: #132028;*/
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 9;
}
.logo-sec {
	margin-top: 25px;
}
.logo-sec img{}
.navigation-wrap{}
.navigation-wrap ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.navigation-wrap ul li{
	list-style-type: none;
	display: inline-block;
	color: #d1d1d1;
	font-size: 17px;
	line-height: 80px;
	padding: 0 10px;
    position: relative;
}
.navigation-wrap ul li a{
	color: #fff;
	display: block;
}
.navigation-wrap ul li a:hover{
	color: #d1d1d1;
}
.navigation-wrap ul li ul.submenu {
	position: absolute;
	background: #132028;
	width: 210px;
	z-index: 10;
	top: 80px;
	left: 0;
	text-align: left;
    display: none;
}
.navigation-wrap ul li:hover ul.submenu {
    display: block;
}
.navigation-wrap ul li ul.submenu li {
	line-height: 0px;
	display: block;
	padding: 0;
	font-size: 0;
	border-bottom: 1px solid #273f4ecc;
}
.navigation-wrap ul li ul.submenu li a {
	color: #d1d1d1;
	font-size: 16px;
	line-height: 22px;
	padding: 15px 15px;
}
.navigation-wrap ul li ul.submenu.megamenu {
	width: 100vw;
	left: calc(100vw - 133.9vw);
}
.navigation-wrap ul li ul.submenu.megamenu li {
	width: 19.6%;
	display: inline-block;
	border-right: 1px solid #273f4ecc;
	border-bottom: none;
}
.cart-progress{
  background: #f6f6f7;
  padding: 14px;
  margin: 10px;
  border-radius: 10px;
}
#FreeShippingText .small-text , #FreeShippingTextLarge .small-text {
    font-size: 15px;
}
#FreeShippingText,#FreeShippingTextLarge{
    display: flex;
    align-items: center;
    gap: .5rem;
}
#FreeShippingText .free-shipping__icon , #FreeShippingTextLarge .free-shipping__icon{
    width: 1.9rem;
}
#FreeShippingText .icon, #FreeShippingTextLarge .icon{
  display: block;
  max-height: 100%;
  pointer-events: none;
  width: 100%;
}


.user-cart-sec {
	margin-top: 20px;
}
.user-cart-sec i{
	height: 34px;
	width: 34px;
	color: #2b314b;
	background-color: #fff;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	border-radius: 50%;
	transform: scale(1);
	transition: all ease 0.3s;
}
.user-cart-sec i:hover{
	transform: scale(1.1);
	transition: all ease 0.3s;
}
.banner-wraper {
	height: 777px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50px;
    /* top: 79px; */
	z-index: 5;
}
.banner-caro {
	overflow-x: hidden;
}
.banner-wraper fieldset{
	position: relative;
}
.banner-content {
	position: absolute;
	left: 6%;
	top: 35%;
	z-index: 9;
	width: 36%;
}
/*.banner-content h2 {
	color: #fff;
	font-size: 138px;
	line-height: 85px;
	font-weight: 700;
}*/
.banner-content h2 {
	color: #fff;
	font-size: 68px;
	line-height: 62px;
	font-weight: 700;
	text-align: left;
}
.banner-content h2 span {
	font-size: 48px;
	color: #fff;
	display: block;
	font-weight: 300;
}
.banner-content p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}
.banner-content .btn-sec{
	display: block;
	margin-top: 20px;
}
.banner-content .btn-sec a {
	height: 40px;
	line-height: 40px;
	border: 2px solid #cfccd1;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
	background-color: transparent;
	transition: all ease 0.3s;
}
.banner-content .btn-sec a:hover{
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	transition: all ease 0.3s;
}
.banner-content .btn-sec a:first-child{
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	transition: all ease 0.3s;
}
.banner-content .btn-sec a:first-child:hover{
	background-color: transparent;
	border: 2px solid #cfccd1;
	color: #fff;
	transition: all ease 0.3s;
}
.banner-caro .owl-pagination {
	text-align: center;
	position: absolute;
	right: 15px;
	z-index: 9;
	top: 300px;
}
.banner-caro .owl-page {
	height: 35px;
	width: 35px;
	background-color: #fff;
	display: block;
	border-radius: 0;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all ease .3s;
}
.banner-caro .owl-page.active {
	background-color: #cfccd1;
	transition: all ease .3s;
}
.verified-review-sec {
	top: -3px;
	position: relative;
}
.verified-review-sec a{
	height: 70px;
	width: auto;
	background-color: #132028;
	color: #fff;
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	width: auto;
	padding: 0 50px;
	display: table;
	margin: 0 auto;
	font-weight: 600;
}
h2{
	color: #132028;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	font-weight: 800;
}
.mtop50{margin-top: 50px;}
p.slogantext{
	color: #787878;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: 400;	
}
.vapenebula-product-series-listing h2{margin-top: 0px;}
.prodseriesCaro {
	margin-top: 60px;
	/*height: 750px;
	overflow-x: hidden;*/
}
.vapenebula-product-series-listing fieldset {
	width: 90%;
	height: 645px;
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
/*.vapenebula-product-series-listing fieldset::before{
	content: '';
	border: 1px solid #000;
	height: 80%;
	width: 80%;
}*/
.vapenebula-product-series-listing fieldset img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	object-fit: cover;
}
.vapenebula-product-series-listing fieldset h3 {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	font-weight: 800;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 2;
	padding: 0px 20px;
}
.vapenebula-product-series-listing fieldset h3 a{color: #fff;}
/*.vapenebula-product-series-listing fieldset .series-short-highlighter {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 10px;
	right: 0;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
}*/
.vapenebula-product-series-listing fieldset .series-short-highlighter {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -88px;
	right: 0;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
	background: rgba(19,32,40,0.6);
	transition: all ease 0.3s;
}
.vapenebula-product-series-listing fieldset:hover .series-short-highlighter{
	bottom: 10px;
	transition: all ease 0.3s;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul{
	padding: 0;
	margin: 0;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li{
	list-style-type: none;
	display: inline-block;
	width: 47.7%;
	height: 37px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 37px;
	border: 2px solid #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li:first-child{margin-right: 7px;}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li:nth-child(3){
	width: 100%;
	display: block;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li a{color: #fff;}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li a:hover{}
.vapenebula-product-series-listing fieldset .series-short-highlighter .cta-btn{
	height: 40px;
	line-height: 40px;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.3s;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter .cta-btn:hover{}
.prodseriesCaro .owl-pagination {
	text-align: center;
	position: absolute;
	right: 0;
	z-index: 9;
	bottom: 0px;
	left: 0;
	margin: 0 auto;
}
.prodseriesCaro .owl-page {
	height: 35px;
	width: 35px;
	background-color: #fff;
	border: 1px solid #989898;
	display: inline-block;
	border-radius: 0;
	margin-right: 10px;
	cursor: pointer;
	transition: all ease .3s;
}
.prodseriesCaro .owl-page.active {
	background-color: #000;
	border: 1px solid #000;
	transition: all ease .3s;
}
.nebula-hero-product-wrap{
    background-image: url('//vapenebulashop.com/cdn/shop/t/21/assets/Hero-Product_Background_Desktop.jpg?v=108153625781985157951727098614');
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 690px;*/
	height: auto;
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
	overflow: hidden;
    margin-top: 70px;
}
.nebula-hero-product-wrap::after {
	content: '';
    background-image: url('//vapenebulashop.com/cdn/shop/t/21/assets/Hero-Product_Circle-Gear.png?v=58610689025007897751727098638');
	background-size: contain;
	background-repeat: no-repeat;
	height: 680px;
	position: absolute;
	right: -360px;
	top: 0;
	z-index: 0;
	width: 680px;
	animation: 50s linear infinite rotate !important;
}
@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.nebula-hero-product-wrap .left-pic-sec{position: relative;}
.nebula-hero-product-wrap .left-pic-sec img {
	position: relative;
	left: -12%;
	top: 12%;
}
.nebula-hero-product-wrap h2,.nebula-hero-product-wrap .slogantext{
	color: #fff;
	text-align: left;
}
.nebula-hero-product-wrap h2{margin-top: 0px;}
.nebula-hero-product-wrap ul{
	padding: 0;
	margin: 0;
}
.nebula-hero-product-wrap ul.keypoints {
	padding: 0;
	margin: 20px 0px;
}
.nebula-hero-product-wrap ul.keypoints li{
	list-style-type: none;
	display: inline-block;
	width: 32%;
}
.nebula-hero-product-wrap ul.keypoints li img {
	display: inline-block;
	width: 38px;
	margin-right: 6px;
}
.nebula-hero-product-wrap ul.keypoints li p {
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	display: inline-block;
    background-image: url('//vapenebulashop.com/cdn/shop/t/21/assets/Border.png?v=10115220118727749931727098661');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin: 0px;
}

.nebula-hero-product-wrap ul.features li {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	width: 32%;
	margin-bottom: 15px;
}
.nebula-hero-product-wrap p.title{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	margin-top: 20px;
}
.nebula-hero-product-wrap hr {
	height: 2px;
	background-color: #fff;
	border: none;
	display: block;
	margin: 0;
	width: 7%;
	margin-bottom: 20px;
}
.btn-sec {
	display: block;
	margin-top: 20px;
}
.btn-sec a {
	height: 40px;
	line-height: 40px;
	border: 2px solid #cfccd1;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
	background-color: transparent;
	transition: all ease 0.3s;
}
.btn-sec a:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	transition: all ease 0.3s;
}
.btn-sec a:first-child {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	transition: all ease 0.3s;
}
.btn-sec a:first-child:hover {
	background-color: transparent;
	border: 2px solid #cfccd1;
	color: #fff;
	transition: all ease 0.3s;
}
.choose-what-best-wrap{}

.best-tab-wrap{}
.best-tab-wrap .tab {
	overflow: hidden;
	border: none;
	background-color: transparent;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.best-tab-wrap .tab button {
	background-color: transparent;
	float: none;
	border: 1px solid #787878;
	outline: none;
	cursor: pointer;
	padding: 0px 7px;
	transition: 0.3s;
	font-size: 18px;
	height: 40px;
	color: #132028;
	font-weight: 700;
	margin: 0 30px;
	display: inline-block;
	line-height: 40px;
	position: relative;
}
.best-tab-wrap .tab button::after {
	content: '';
	height: 2px;
	width: 40px;
	background-color: #787878;
	position: absolute;
	right: -52px;
	top: 19px;
	z-index: 1;
}
.best-tab-wrap .tab button:last-child::after{display: none;}
.best-tab-wrap .tab button:hover {
  	background-color: #132028;
  	color: #fff;
  	border: 1px solid #132028;
}
.best-tab-wrap .tab button.active {
	background-color: #132028;
  	color: #fff;
  	border: 1px solid #132028;
}
.best-tab-wrap .tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
}
.best-tab-wrap .tabcontent fieldset {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #989898;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.best-tab-wrap .tabcontent fieldset .picholder{}
.best-tab-wrap .tabcontent fieldset .picholder img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: 308px;
}
.best-tab-wrap .tabcontent fieldset h3{
	color: #132028;
  	font-size: 26px;
  	line-height: 34px;
  	text-align: center;
  	font-weight: 800;
}
.best-tab-wrap .tabcontent fieldset h3 a{color: #132028;}
.best-tab-wrap .tabcontent fieldset p{
	color: #787878;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}
.best-tab-wrap .tabcontent fieldset p strong{color: #787878;font-size: 20px;text-align: center;}
.best-tab-wrap .tabcontent fieldset .short-highlighter {
	padding: 0 9px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul{
	padding: 0;
	margin: 0;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li{
	list-style-type: none;
  	display: inline-block;
  	width: 47.7%;
  	height: 37px;
  	color: #132028;
  	font-size: 16px;
  	text-align: center;
  	line-height: 37px;
  	border: 2px solid #132028;
  	font-weight: 500;
  	margin-bottom: 10px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li:first-child {
	margin-right: 7px;
}
.best-tab-wrap .tabcontent fieldset .cta-btn:hover{
	background-color: #fff;
	border: 1px solid #132028;
	color: #132028;
	transition: all ease 0.3s;
}
.best-tab-wrap .tabcontent fieldset .cta-btn {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background-color: #132028;
	border: 1px solid #132028;
	transition: all ease 0.3s;
}
.cta-btn.dark {
	height: 40px;
	line-height: 40px;
	display: table;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 0 40px;
	margin: 0 auto;
	text-align: center;
	background-color: #132028;
	border: 1px solid #132028;
	transition: all ease 0.3s;
}
.cta-btn.dark:hover{
	background-color: #fff;
	border: 1px solid #132028;
	color: #132028;
	transition: all ease 0.3s;
}
.best-tab-wrap .tabcontent fieldset .cta-btn.dark:hover{
	background-color: #fff;
	border: 1px solid #132028;
	color: #132028;
	transition: all ease 0.3s;
}
.take-a-quiz-wrap{
    background-image: url('//vapenebulashop.com/cdn/shop/t/21/assets/Quiz_Desktop.png?v=33077867816475288651727098685');

	background-repeat: no-repeat;
	background-size: cover;
	height: 440px;
}
.take-a-quiz-wrap .mid-content-sec{
	padding-top: 120px;
}
.take-a-quiz-wrap .mid-content-sec h2{text-align: left;color: #fff;}
.take-a-quiz-wrap .mid-content-sec p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.take-a-quiz-wrap .mid-content-sec p strong{color: #fff;font-size: 20px;text-align: center;}
.usp-wraper{
	display: block;
	margin-top: 130px;
}
.usp-wraper ul{
	padding: 0;
	margin: 0;
}
.usp-wraper ul li{
	list-style-type: none;
	display: inline-block;
	width: 19%;
}
.usp-wraper ul li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.usp-wraper ul li p {
	color: #787878;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	text-align: center;
	margin-top: 15px;
}

.became-a-member-wrap{}
.became-a-member-wrap ul{
	padding: 0;
	margin: 0;
}
.became-a-member-wrap ul li {
	list-style-type: none;
	display: block;
	border-left: 7px solid #787878;
	padding-left: 15px;
}
.became-a-member-wrap ul li p{
	color: #787878;
	font-size: 16px;
	line-height: 32px;
	font-weight: 800;
	margin-top: 40px;	
}
.became-a-member-wrap ul li p strong{
	display: block;
	color: #132028;
	font-weight: 800;
	font-size: 26px;
}
.became-a-member-wrap .cta-btn.dark{
	margin: 40px 0px 0px;
}
.brans-story-wrap{}
.brans-story-wrap fieldset{
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 0 0 14px #9b9b9b;
	transition: all ease 0.3s;
}
.brans-story-wrap fieldset:hover{
	transition: all ease 0.3s;
	padding: 10px;
}
.brans-story-wrap fieldset img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brans-story-wrap fieldset .brandstory-content-holder {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	padding: 0 15px;
}
.brans-story-wrap fieldset .brandstory-content-holder h3 {
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	font-weight: 800;
}
.brans-story-wrap fieldset .brandstory-content-holder p{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	min-height: 45px;
}
.brans-story-wrap fieldset .brandstory-content-holder a.linktxt{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	text-align: center;
	font-weight: 600;
	transform: scale(1);
	transition: all ease 0.3s;
}
.brans-story-wrap fieldset .brandstory-content-holder a.linktxt:hover{
	transform: scale(1.03);
	text-decoration: underline;
	transition: all ease 0.3s;
}
.top-flavors-wrap{
	background-color: #132028;
	height: 270px;
}
.top-flavors-wrap .left-sec {
	padding: 36px 15px;
}
.top-flavors-wrap .left-sec h2{color: #fff;text-align: left;font-size: 66px;line-height: 70px;margin: 0;}
.top-flavors-wrap .left-sec h2 span{display: block;font-size: 40px;}
.top-flavors-wrap .left-sec p{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.top-flavors-wrap .right-sec{}
.top-flavors-wrap .right-sec ul{
	padding: 0;
	margin: 0;
}
.top-flavors-wrap .right-sec ul li{
	list-style-type: none;
	display: block;
	float: left;
	width: 14%;
	background: linear-gradient(to bottom,  #0b7aa4 0%,#142129 100%);
	height: 270px;
	position: relative;
	transition: all ease 0.3s;
	overflow: hidden;
}
.top-flavors-wrap .right-sec ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}
.top-flavors-wrap .right-sec ul li:hover img{
	transform: scale(1.3);
	transition: all ease 0.3s;
}
.top-flavors-wrap .right-sec ul li h3{
	color: #fff;
	font-size: 21px;
	line-height: 30px;
	text-align: left;
	font-weight: 800;
	z-index: 4;
	position: absolute;
	width: 100%;
	padding: 0 10px;
	left: 0px;
	bottom: 40px;
	margin: 0;
}
.top-flavors-wrap .right-sec ul li h3 a{color: #fff;}
.top-flavors-wrap .right-sec ul li h3 a:hover{color: #fff;}
.top-flavors-wrap .right-sec ul li.showdesktop h3 {
	font-size: 26px;
	line-height: 54px;
	bottom: unset;
	top: 40px;
}
.top-flavors-wrap .right-sec ul li.showdesktop h3 strong {
	font-size: 64px;
	font-weight: 900;
	display: block;
}
.top-flavors-wrap .right-sec ul li a.linktxt {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	text-align: left;
	font-weight: 600;
	transform: scale(1);
	transition: all ease 0.3s;
	position: absolute;
	left: 0;
	bottom: 1px;
	padding: 0 10px;
	width: 100%;
	z-index: 5;
}
.top-flavors-wrap .right-sec ul li a.linktxt:hover{
	transform: scale(1.03);
	text-decoration: underline;
	transition: all ease 0.3s;
}
.nebula-community-wrap{}
.nebula-community-wrap .community-listing{margin-top: 50px;}
.nebula-community-wrap .community-listing fieldset{
	width: 100%;
	height: 584px;
	position: relative;
}
.nebula-community-wrap .community-listing fieldset img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nebula-community-wrap .community-listing fieldset .content-holder {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	padding: 0 15px;
	width: 100%;
}
.nebula-community-wrap .community-listing fieldset .content-holder h3 {
	color: #fff;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	font-weight: 800;
}
.nebula-community-wrap .community-listing fieldset .content-holder h3 span{
	display: block;
	font-size: 25px;
	text-align: center;
}
.nebula-community-wrap .community-listing fieldset .content-holder a.linktxt{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	text-align: center;
	font-weight: 600;
	transform: scale(1);
	transition: all ease 0.3s;
}
.nebula-community-wrap .community-listing fieldset .content-holder a.linktxt:hover{
	transform: scale(1.03);
	text-decoration: underline;
	transition: all ease 0.3s;
}
.nebula-community-wrap .community-listing fieldset .content-holder p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}
.nebula-community-wrap .community-listing fieldset .content-holder p a{
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	margin-top: 10px;
}
.nebula-community-wrap .community-listing .community-block fieldset .content-holder {
	background: rgba(19,32,40,0.8);
	width: 95%;
	height: 95%;
	display: block;
	margin: 0 auto;
	top: 15px;
	left: 0;
	right: 0;
}
.footer-wrap{
	background-image: url('../images/Footer_Baackground.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 15px;
}
.footer-wrap h2{color: #fff;margin-bottom: 0px;}
.footer-wrap h2 span{color: #fff;font-weight: 500;}
.footer-wrap .newsletter-sec{margin-top: 50px;margin-bottom: 50px;}
.footer-wrap .newsletter-sec input[type="text"],.footer-wrap .newsletter-sec input[type="email"]{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
}
.footer-wrap .newsletter-sec button {
	height: 40px;
	background: #fff;
	color: #132028;
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
	display: block;
	padding: 0 20px;
	border: none;
	transition: all ease 0.3s;
}
.footer-wrap .newsletter-sec button:hover{
	background: #132028;
	color: #fff;
	transition: all ease 0.3s;
}
.footer-logo {
	margin-top: 24px;
}
.foot-social-sec i {
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	transition: all ease 0.3s;
	transform: scale(1);
}
.foot-social-sec i:hover{
	transition: all ease 0.3s;
	transform: scale(1.1);
}
.footer-wrap p.slogantext{color: #fff;}
.footer-wrap h3{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
}
.footer-wrap hr{
	height: 4px;
	width: 15%;
	display: block;
	background-color: #fff;
	border: none;
	margin: 10px 0px;
}
.footer-wrap p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.footer-wrap ul{
	padding: 0;
	margin: 0;
}
.footer-wrap ul li{
	list-style-type: none;
	display: block;
}
.footer-wrap ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	transition: all ease 0.3s;
}
.footer-wrap ul li a:hover{
	padding-left: 5px;
	transition: all ease 0.3s;
}
.footer-wrap .copyright-text{
	border-top: 1px solid #fff;
	margin-top: 50px;
}
.footer-wrap .copyright-text p{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	text-align: center;
}


img {
	width: auto !important;
}
.showdesktop{display: block;}
.showmobile{display: none;}
.owl-carousel .owl-item img {
	display: block;
	width: 100% !important;
}
.prodseriesCaro {
	overflow-x: hidden;
	height: 750px;
}
.nav-btn {
	display: none;
}
.top-flavors-wrap .right-sec ul li.showdesktop{display: inline-block;}
.top-flavors-wrap .right-sec ul li.showmobile{display: none;width: 100%;}
loess-modal-product{display: block !important;}
.header-wrap.inner-page {
	position: relative;
	height: auto;
}
.logo-nav-wrap.inner-page {
	background: #132028cc;
}
.banner__media > * {
	width: 100% !important;
}
loess-product-card.card {
	border: 1px solid #989898 !important;
}
loess-product-card.card .card__title.caption {
	color: #132028;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-family: Urbanist,sans-serif !important;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.price-details {
	margin-bottom: 10px;
}
.price-item {
	color: #787878;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	text-align: center;
    margin-bottom: 10px;
}
/*.user-cart-sec {
        margin-top: 0;
        width: auto ! IMPORTANT; 
}*/
.pagination__nav-item {
	font-size: 18px;
}
.custom-card-add-to-cart .btn {
	border-radius: 0px;
	padding: 10px 20px;
}
.small-caption {
	--font-size: 16px;
}
.collection-utility-bar__buttons button {
	font-size: 17px;
}
.collection-utility-bar__count {
	font-size: 17px;
}
.card__top-button button {
	height: 40px;
	line-height: 40px;
	display: table;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	background-color: #132028;
	border: 1px solid #132028;
	transition: all ease .3s;
}
.color-inverse {
	--color-background: #fff !important;
}
.product-form__submit {
	font-size: 17px !important;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	padding: 0px !important;
}
.shopify-payment-button__button {
	font-size: 17px !important;
	text-transform: uppercase;
	letter-spacing: 0;
}
.cart-items tr th {
	font-size: 18px;
	font-weight: 600;
}
.small-body-text {
	--font-size: 16px;
}
.cart-checkout-button button {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #000;
}
.shipping-rates__inputs {
	font-size: 16px;
}
.drawer-footer__inner--cart .cart-notes button {
	font-size: 18px;
}
.remove__button {
	font-size: 14px;
}
.small-text {
	font-size: 16px;
}
.banner__text h6 {
	font-size: 16px;
	line-height: 22px;
}
.customers-form button {
	height: 40px;
	line-height: 40px;
	display: table;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 0 40px;
	margin: 0 auto;
	text-align: center;
	background-color: #132028;
	border: 1px solid #132028;
	transition: all ease .3s;
}
.customers-form .button.button--plain {
	font-size: 18px;
}
.whatsapp-widget-upper-right {
	right: 10px;
	bottom: 140px !important;
}
.cart-drawer-recommendations loess-product-card.card .card__title.caption {
	color: #132028;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-family: Urbanist,sans-serif !important;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
	padding: 0 20px;
}
loess-product-card.card input[type="number"] {
	width: 90%;
	display: block;
	margin: 0 auto;
}

/*....Responsive Css Start....*/
@media (min-width: 1200px){
.container {
	width: 90%;
}	
}
@media (min-width: 1860px) and (max-width: 1921px){
.header-wrap {
	position: relative;
	height: 1024px;
}
.take-a-quiz-wrap {
	height: 560px;
}
.take-a-quiz-wrap .mid-content-sec {
	padding-top: 240px;
}
.usp-wraper {
	display: block;
	margin-top: 20px;
}
}
@media (min-width: 1369px) and (max-width: 1440px){
.navigation-wrap ul li {
	font-size: 16px;
	padding: 0 8px;
}
}
@media (min-width: 1160px) and (max-width: 1368px){
.navigation-wrap ul li {
	font-size: 16px;
	padding: 0 8px;
}
.header-wrap {
	height: 744px;
}
.banner-wraper {
	height: 694px;
}
.top-flavors-wrap .right-sec ul li.showdesktop{display: inline-block;}
.top-flavors-wrap .right-sec ul li.showmobile{display: none;width: 100%;}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li {
	font-size: 14px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li {
	font-size: 15px;
}
.top-flavors-wrap .right-sec ul li h3 {
	font-size: 17px;
}
.top-flavors-wrap .right-sec ul li a.linktxt {
	font-size: 16px;
}
.top-flavors-wrap .right-sec ul li.showdesktop h3 strong {
	font-size: 42px;
}
.top-flavors-wrap .right-sec ul li.showdesktop h3 {
	font-size: 20px;
}
}
@media (min-width: 769px) and (max-width: 1024px){
.showdesktop{display: block;}
.showmobile{display: none;}
.top-flavors-wrap .right-sec ul li.showdesktop{display: inline-block;}
.top-flavors-wrap .right-sec ul li.showmobile{display: none;width: 100%;}
}
@media (min-width: 481px) and (max-width: 998px){
.showdesktop{display: block;}
.showmobile{display: none;}
.top-flavors-wrap .right-sec ul li.showdesktop{display: inline-block;}
.top-flavors-wrap .right-sec ul li.showmobile{display: none;width: 100%;}
.vapenebula-product-series-listing fieldset {
	width: 95%;
	height: 440px;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li {
	width: 47.6%;
    font-size: 12px;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter {
	bottom: 10px;
}
.prodseriesCaro {
	overflow-x: hidden;
	height: 550px;
}
.nebula-hero-product-wrap::after {
	display: none;
}
.btn-sec a {
	font-size: 16px;
	padding: 0 15px;
}
.nebula-hero-product-wrap ul.keypoints li img {
	display: inline-block;
	width: 30px !important;
	margin-right: 6px;
}
.nebula-hero-product-wrap ul.keypoints li p {
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	margin: 0;
}
.nebula-hero-product-wrap ul.features li {
	font-size: 16px;
	width: 49%;
}
.best-tab-wrap .tabcontent fieldset .picholder img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: 160px;
}
.best-tab-wrap .tabcontent fieldset h3 {
	font-size: 17px;
	line-height: 26px;
}
.best-tab-wrap .tabcontent fieldset p strong {
	font-size: 15px;
}
.best-tab-wrap .tabcontent fieldset p {
	font-size: 16px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li:first-child {
	margin-right: 3px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li {
	height: auto;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 5px;
}
.take-a-quiz-wrap {
	height: 280px;
}
.take-a-quiz-wrap .mid-content-sec {
	padding-top: 56px;
	padding-right: 30%;
}
.usp-wraper {
	display: block;
	margin-top: 50px;
}
.brans-story-wrap fieldset .brandstory-content-holder h3 {
	font-size: 18px;
	line-height: 38px;
}
.brans-story-wrap fieldset .brandstory-content-holder p {
	font-size: 14px;
	line-height: 20px;
    min-height: 65px;
}
.top-flavors-wrap .left-sec h2 {
	font-size: 36px;
	line-height: 50px;
	margin: 0;
}
.top-flavors-wrap .right-sec ul li h3 {
	font-size: 12px;
	line-height: 20px;
	padding: 0 5px;
	bottom: 27px;
}
.top-flavors-wrap .right-sec ul li a.linktxt {
	font-size: 9px;
	line-height: 30px;
	bottom: 1px;
	padding: 0 5px;
}
.top-flavors-wrap .right-sec ul li.showdesktop h3 {
	font-size: 14px;
	line-height: 34px;
	bottom: unset;
	top: 40px;
}
.top-flavors-wrap .right-sec ul li.showdesktop h3 strong {
	font-size: 34px;
}
.nebula-community-wrap .community-listing fieldset .content-holder h3 {
	font-size: 24px;
	line-height: 34px;
}
.nebula-community-wrap .community-listing fieldset .content-holder a.linktxt {
	font-size: 15px;
	line-height: 30px;
}
.footer-wrap h3 {
	font-size: 15px;
}
.footer-wrap ul li a {
	font-size: 13px;
}
.user-cart-sec {
	width: auto;
	position: absolute;
	right: 10px;
	top: 0;
}
.navigation-wrap ul li {
	list-style-type: none;
	display: inline-block;
	color: #d1d1d1;
	font-size: 15px;
	line-height: 60px;
	padding: 0 8px;
	position: relative;
}
.banner-content h2 span {
	font-size: 28px;
}
.banner-content h2 {
	font-size: 38px;
	line-height: 40px;
}
.banner-caro .owl-pagination {
	top: 210px;
}
.banner-wraper {
	height: 417px;
}
.header-wrap {
	position: relative;
	height: 470px;
}
}
@media screen and (max-width: 480px){
.showdesktop{display: none;}
.showmobile{display: block;}
.announcement-wrap p {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 15px;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter {
	bottom: 12px;
}
.prodseriesCaro {
	height: 410px;
    overflow-x: hidden;
}
.prodseriesCaro .owl-page {
	height: 15px;
	width: 15px;
	margin-right: 5px;
}
.mtop50 {
	margin-top: 30px;
}
.vapenebula-product-series-listing {
	margin-bottom: 30px;
}
.nebula-hero-product-wrap ul.keypoints li img {
	display: inline-block;
	width: 24px !important;
	margin-right: 6px;
}
.nebula-hero-product-wrap ul.keypoints li p {
	font-size: 13px;
	padding-left: 10px;
}
.nebula-hero-product-wrap ul.features li {
	font-size: 15px;
	width: 49%;
}
.btn-sec a {
	font-size: 14px;
	padding: 0 11px;
}
.nebula-hero-product-wrap::after {
	display: none;
}
.best-tab-wrap .tab button {
	padding: 0 15px;
	font-size: 14px;
	margin: 0 10px 10px;
}
.best-tab-wrap .tab button::after {
	width: 15px;
	right: -20px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li:first-child {
	margin-right: 8px;
}
.take-a-quiz-wrap {
	height: auto;
	background-image: none;
	background-color: #132028;
}
.question-mark-sec {
	display: none;
}
.usp-wraper ul {
	text-align: center;
}
.usp-wraper ul li {
	width: 49%;
}
.brans-story-wrap fieldset {
	margin-bottom: 20px;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li {
	height: auto;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.vapenebula-product-series-listing fieldset .series-short-highlighter ul li:first-child {
	margin-right: 3px;
}
.vapenebula-product-series-listing fieldset h3 {
	font-size: 22px;
	line-height: 30px;
	padding: 0 10px;
}
.vapenebula-product-series-listing fieldset {
	width: 95%;
	height: 355px;
}
.best-tab-wrap .tabcontent fieldset h3 {
	font-size: 17px;
	line-height: 26px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li {
	height: auto;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 5px;
}
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li:first-child {
	margin-right: 3px;
}
.best-tab-wrap .tabcontent fieldset .picholder img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: 200px;
}
.best-tab-wrap .tabcontent .pad0 {
	padding: 0 3px;
}
.usp-wraper ul li:last-child{display: none;}
.banner-content {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	width: 100%;
	right: 0;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
}
.banner-content h2 {
	font-size: 28px;
	line-height: 30px;
}
.banner-content h2 span {
	font-size: 18px;
	display: block;
}
.banner-content p {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.banner-content .btn-sec {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.banner-content .btn-sec a {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;
}
.verified-review-sec a {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding: 0 30px;
}
h2 {
	font-size: 26px;
	line-height: 35px;
}
.take-a-quiz-wrap .mid-content-sec {
	padding-top: 0px;
	padding-bottom: 20px;
    text-align: center;
}
.take-a-quiz-wrap .mid-content-sec h2 {
	text-align: center;
	color: #fff;
}
.became-a-member-wrap ul li p {
	font-size: 16px;
	line-height: 20px;
}
.became-a-member-wrap ul li p strong {
	font-size: 22px;
	margin-bottom: 10px;
}
.top-flavors-wrap {
	height: auto;
}
.top-flavors-wrap .right-sec {
	padding: 0;
}
.top-flavors-wrap .right-sec ul li {
	width: 33.3%;
    height: 187px;
}
.top-flavors-wrap .right-sec ul li h3 {
	font-size: 17px;
}
.top-flavors-wrap .right-sec ul li a.linktxt {
	bottom: 10px;
    font-size: 15px;
}
.top-flavors-wrap .right-sec ul li.showdesktop{display: none;}
.top-flavors-wrap .right-sec ul li.showmobile{display: block;width: 100%;height: auto;}
.top-flavors-wrap .right-sec ul li.showmobile img{display: block;width: 100%;height: auto;}
.nebula-community-wrap .community-listing {
	overflow-x: hidden;
    height: 650px;
}
.brans-story-wrap .bandstory-listing{
  overflow-x: hidden;
  height: 650px;
}
.nebula-community-wrap .community-listing .owl-page ,.brans-story-wrap .bandstory-listing .owl-page{
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid #989898;
	display: inline-block;
	border-radius: 0;
	margin-right: 5px;
	cursor: pointer;
	transition: all ease .3s;
}
.nebula-community-wrap .community-listing .owl-page.active,.brans-story-wrap .bandstory-listing .owl-page.active {
	background-color: #000;
	border: 1px solid #000;
	transition: all ease .3s;
}
.nebula-community-wrap .community-listing fieldset {
	width: 96%;
    margin: 0px auto;    
}
.nebula-community-wrap .community-listing .owl-pagination, .brans-story-wrap .bandstory-listing .owl-pagination {
	text-align: center;
	position: absolute;
	right: 0;
	z-index: 9;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}
.nav-btn i {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
}
.nav-btn {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: -10px;
    display: block;
}
.navigation-wrap {
	display: none;
}
.logo-sec img {
	width: 50% !important;
}
.user-cart-sec {
	margin-top: 0;
	width: auto;
	position: absolute !important;
	left: 47%;
	top: 19px;
}
.user-cart-sec i {
	height: 30px;
	width: 30px;
	font-size: 16px;
	line-height: 30px;
}
.header-wrap {
	position: relative;
	height: 507px;
}
.banner-caro .owl-pagination {
	top: 100px;
}
.banner-caro .owl-page {
	height: 15px;
	width: 15px;
	margin-bottom: 6px;
}
.footer-wrap .newsletter-sec {
	margin-top: 0px;
	margin-bottom: 0px;
}
.banner-wraper {
	height: 465px;
}
.brans-story-wrap .bandstory-listing {
    overflow-x: hidden;
    height: 710px;
}
.top-flavors-wrap .right-sec ul li img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}
.banner-content h1,.banner-content h2 {
	text-align:center;
} 
.best-tab-wrap .tabcontent fieldset .short-highlighter ul li {
	font-size: 11px;
}
}
@media screen and (max-width: 400px){
.header-wrap {
	position: relative;
	height: 485px;
}
.banner-wraper {
	height: 405px;
	/* top: 73px; */
    top: 50px;
}  
.banner-content {
	top: 51%;
}
.banner-content h1,.banner-content h2 {
	text-align:center;
}
.brans-story-wrap .bandstory-listing {
	overflow-x: hidden;
	height: 630px;
}
.best-tab-wrap .tabcontent fieldset p strong {
	font-size: 15px;
}
}
/*....Responsive Css End....*/

.moreless-button {	
    background-color: #142028;
	border: 1px solid #003733 !important;
	color: #fff !important;
	border-radius: 25px;	
	display: table;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	transition: all ease 0.3s  !important;
	width: auto;
	text-transform: capitalize;
    margin: 20px auto;
}
.moreless-button:hover,.moreless-button:focus,.moreless-button::selection {
	background-color: transparent;
	border: 1px solid #d6d6d6  !important;
	color: #142028;
	transition: all ease 0.3s  !important;
}

#footerAccordion {
	margin-top: 20px;
}
#footerAccordion .btn-link {
	width: 100%;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	padding: 0 15px;
	position: relative;
	background-color: #263d4a;
	margin-bottom: 5px;
}
#footerAccordion h5{margin: 0;}
  #footerAccordion .btn-link span {
      float: left;
      color: #f8f8f8;
  }
#footerAccordion .float-right {
	color: #f8f8f8;
	position: absolute;
	right: 10px;
	top: 13px;
}
#footerAccordion ul {
	padding: 0 15px;
}
.navigation-wrap-mobile {
	display: none;
}
