
.bannerbtn, .login-submit, .submit-btn, .btn, button, .shop-btn {

    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
}

img { -ms-interpolation-mode: bicubic; }

.sitemap ul {
    margin:3px 0 12px 0;
}
.sitemap ul li{
    margin:0 0 2px 0;
    list-style-type: none;
}
.sitemap ul li a{
    font-size:12px;
}
.sitemap ul li ul li{
    margin:0 0 2px 30px;
    list-style-type: disc;
}
.sitemap ul li ul li a{
    font-size:11px;
}
.sitemap ul li ul li ul li{
    margin:0 0 2px 20px;
}
.sitemap ul li ul li ul li a{
    font-size:10px;
}
.sitemap ul li ul li ul li ul li a{
    font-size:10px;
}

em, strong em, em strong {font-style: italic}
strong, em strong, strong em {font-weight: bold}

.tagWrap {
    position: relative;
}

.tagWrapPencil {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.popupHolder {
	width: 100%;
	height: 100%;
	background: url(../images/bg_popup.png) repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9000;
}

.popupBoxCms {
	border: 1px solid #aeaeae;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 100px;
	-moz-box-shadow: 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 1px 2px 1px #ccc;
	box-shadow: 0px 5px 15px 5px #444;
}

.cmsEditPopup {
	width: 700px;
    min-height:500px;
	margin-left: -277px;
	top: 100px;
}



.popupBg {
	/*background: url(../images/bg_popup.png); */
    background: rgba(255,255,255,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: none;
}

.popupBox {
	position: fixed;
	top: 50px;
	left: 50%;
	width: 350px;
	margin-left: -180px;
	z-index: 20001;
	background: #fff;
	display: none;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #119537;
    min-height: 30px;
    padding: 24px;
}

#popupBoxVideo {
	position: fixed;
	top: 50px;
	left: 50%;
    width: 637px;
	margin-left: -361px;
	z-index: 20001;
	background: #fff;
	display: none;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #119537;
    min-height: 30px;
    padding: 24px;
}

.popupClose {
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

#popupDivAddtocart img {
	width:60%;
}



.closeBox {
	text-align: right;
	padding: 6px 7px 1px 7px;
	background: #ebebef;
	border-bottom: 1px solid #bdbdbd;
}

.closeBox h3 {
	float: left;
	color: #1e4680;
	font-size: 15px;
	padding: 5px 0 6px 5px;
}

.popupContent {
	padding: 16px;
}

#uberbar  {
  border-bottom:1px solid #eee;
  background:#efefef;
  padding:10px 20px;
  position:fixed;
  bottom:0;
  left:0;
  opacity:0.8;
  z-index:2000;
  width:100%;
}
.cmsConfirmBanner {
    position:fixed;
    z-index:20000;
    width:98%;
    left:0;
    top:0;
    height:60px;
    background:#efefef;
    padding:15px;
}




.faqItem {
	background: #fff;
	padding: 7px 17px;
	color: #58595b;
	margin-bottom: 13px;
    border: 1px solid #17a345;
}

.faqItemActive {
	background: #fff;
}

.faqText {
	display: none;
	padding-top: 15px;
}

.faqItem h3 {
    font-size: 15px;
    font-weight: 400;
	background: url(../images/faqPlus.gif) 100% 2px no-repeat;
	cursor: pointer;
	color: #17a345;
	padding-bottom: 0;
}

.faqItemActive h3 {
	background: url(../images/faqMinus.gif) 100% 2px no-repeat;
}

.faqItemActive .faqText {
	display: block;
}


faqItem2 {
	background: #fff;
	padding: 7px 17px;
	color: #58595b;
	margin-bottom: 13px;
    border: 1px solid #17a345;
}

.faqItemActive2 {
	background: #fff;
}

.faqText2 {
	display: none;
	padding-top: 15px;
}

.faqItem2 h3 {
    font-size: 15px;
    font-weight: 400;
	background: url(../images/faqPlus.gif) 100% 2px no-repeat;
	cursor: pointer;
	color: #17a345;
	padding-bottom: 0;
}

.faqItemActive2 h3 {
	background: url(../images/faqMinus.gif) 100% 2px no-repeat;
}

.faqItemActive2 .faqText2 {
	display: block;
}

.bannertitle {position: relative; left:-10000px;}

.main-nav {
    position:relative;
    z-index: 500;
}
.main-nav div.dropdown {
    background-color:#fff;
}



.bFilterActive, .nFilterActive, .mFilterActive, .pFilterActive {
	border:3px solid #666;
}
.cFilterActive, .fFilterActive {
	border:3px solid #119537;
}


.fregrence-div {
	width: 18%;
}
.browse-product li a .product img {
	max-width:80%;
}

.headerCart {
    float:right;
    padding: 1px 2px 2px 5px;
}

.addToCartForm .cart-qty {
    float:left;
    margin-bottom:20px;
    padding:3px 0; 
}

.addToCartForm .btn {
    float:left;
    clear:left;
}

.bannerbtn {    
    right: 8.3%;
    bottom: 4.1%;
    }

.responsive-tabs.tabs>div.content {border: none;}


.fragrancesList li a .new {
	top:5px;
	left:auto;
	right:5px;
	width:100px;
}


.default-leftFull {
	width:95%;
}


.tradePop .btn {
    clear:left;
    float:left;
	display:inline-block;
	float:none !important;
	margin:10px auto 0;
	font-size:18px;
	line-height:32px;
}
.newSection {
	/*width:440px;*/
	width:77%
	float:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	position:relative;
	font-size:16px;
	line-height:22px;
	color:#666;
	font-weight:400;
	padding:25px 100px 10px 30px;
	border:1px solid #119537;
	min-height:310px;
}
.newSection50 {
	width:575px;
	float:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	position:relative;
	font-size:16px;
	line-height:22px;
	color:#666;
	font-weight:400;
	/*padding:25px 100px 10px 30px;
	border:1px solid #119537;*/
	min-height:310px;
}

	.newSection50 {max-width: 100%;}
	.newSection50 img {max-width: 100%;}
.newSection100 {
	width:1169px;
	float:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	position:relative;
	font-size:16px;
	line-height:22px;
	color:#666;
	font-weight:400;
	/*padding:25px 100px 10px 30px;
	border:1px solid #119537;*/
	min-height:310px;
}
	.newSection100 {max-width: 100%;}
	.newSection100 img {max-width: 100%;}

.token img {max-width: 80%;}
.main-nav li a {padding:0 10px;}


.fragrancesList li h4 {font-size: 18px; line-height: 20px;}
.browse-product li a h4 {font-size: 20px;line-height: 22px;}
.bannertitle {line-height:10px;}
.item3 {min-height: 260px;}
.main-nav li .dropdown {width:200px;}
.fragrance-div2 {width:30.914%}
.fregrence-div {margin-right: 3.127659574468%;margin-bottom: 3.127659574468%;}
.fregrence-area h4 {font-size: 18px;font-weight: 500;}


.reviewBlock {
    margin-bottom:20px;
}


.text-box, .cart-qty {
    line-height: normal;
	padding:8px 10px;
}

.owl-theme .owl-controls .owl-page span {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;}
.owl-controls {padding:5px;}

.loadingDivNew {left:100px;}
h3.lefttitle a {color:#000;}
h3.lefttitle a:hover {color:#17a345;}

.default-left img {max-width:100%;}

.cartRow {width:1170px;}
.cartMobileItem {border:0;margin:0;padding;}
.cartImage {float:left; padding:0 20px;border: 1px solid #17a345;width:110px;height:130px;border-collapse: collapse;text-align: center;}
.cartBottom {float:left; padding:0 20px;border: 1px solid #17a345;width:634px;height:100px;border-collapse: collapse;text-align: center;}
.cartImage img {max-height: 70px;}
.cartTitle {float:left; text-align: left;padding: 10px 20px;border: 1px solid #17a345;width:300px;height:110px;border-collapse: collapse;text-align: center;}
.cartPriceLabel {float:left;text-align: left;padding: 10px 20px;border: 1px solid #17a345;display:none;}
.cartPrice {float:left;text-align: left;padding: 10px 20px;border: 1px solid #17a345;width:140px;height:110px;border-collapse: collapse;text-align: center;}
.cartQuantityLabel {float:left;text-align: left;padding: 10px 20px;border: 1px solid #17a345;display:none;}
.cartQuantity {float:left;text-align: left;padding: 10px 20px;border: 1px solid #17a345;width:210px;height:110px;border-collapse: collapse;text-align: center;}
.cartTotal {float:left;text-align: left;padding: 10px 20px;border: 1px solid #17a345;width:190px;height:110px;border-collapse: collapse;text-align: center;}
.cartHeader {font-size:26px;border:none;height:30px;}
.cartFooter {float:left;height:50px;padding:0 20px;margin-bottom:20px;}
.cartBottom {font-weight:bold;font-size: 18px;}

.checkoutHolder .form-label {
    display:block;
    margin-top:12px;
    margin-bottom:2px;
    padding-bottom:0;
}

.main-nav li.aboutMobile {
    display:none;
}

.prodbreadcrumb  {
    margin-bottom: 10px;
}
.prodbreadcrumb a {
    color:#000;
    text-decoration:none;
}

.resourcePopThumb {
    max-height:400px;
}

.left-bar {width:200px}

.leftList {width:200px}
.right-side {margin-left: 240px;}
.btn:hover {background: #119537;
}



.formRow {
clear:both;
}


label.formLabel {
float:left;
width: 85px;
}

.textbox {
width: 200px;
}
.textareabox {
width: 100%;
}

.selectbox {
width: 200px;
}

.mFilter {margin-left:81px;}

.h1Your {letter-spacing: -8px;}
.h1Perfect {letter-spacing: 4px;}
.scent-list li a {font-weight: 500;margin-top: 5px;}
.scent-list {float: left;}
#pop-up-2 {text-align: left;}
.cartbtn {float:left; margin: 10px 0 0 0;}


.store-cat .btn  {
width:42%;
}


.bannerVidWrap{
position:relative;
}
.bannerVid {
    position:absolute;
    right:20px;
    top:60px;
    width:40%;
    background-color:#ccc;
}
.bannerVidMobile {
    display:none;
}




.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 53.5%; /*56.25%;*/
    padding-top: 0px; height: 0; overflow: hidden;
    border: #000 solid 1px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 1%;
    left: 2.5%;
    width: 95%;
    height: 95%;
}





/* ----- media queries ----- */
@media(max-width:1250px){
	.owl-carousel .item {
	    background-image:none !important;
	}
	.small_banner2 {
    	     display: block !important;
	}
}


@media (min-width: 1400px) {
	.demo:before {
	    width: 75px;
	    right: calc(100% - 75px);}
	.demo:after {
	    width: 75px;
	    left: calc(100% - 75px);}
}

@media(min-width:481px) and (max-width:1200px){

	.main-nav li ul {width: 200px;}
	.main-nav li li a {
	    font-size: 14px;
	    line-height: 22px;}
	.cart-qty {border: 1px solid #17a345;}
	.saveAction {border: 1px solid #119537;}
	.callAction {border: 1px solid #119537;}
	.newSection50 {width:44vw;min-height: 23.72vw;}
	.newSection100 {width:92vw;min-height: 23.72vw;}
	.left-bar {width: 25vw;}
	.leftList {width: 20.5vw;}
	.right-side {margin-left: 25.66vw;}
	.leftList li a {
	    font-size: 1.8vw;
	    line-height: 2.6vw;
	    }
	
	.cartRow {width:780px;border:1px;}
	.cartBottom {width:411px;}
	
	.cartImage {width:55px;}
	.cartTitle {width:203px;}
	.cartPrice {width:70px;}
	.cartQuantity {width:130px;}
	.cartTotal {width:110px;}
	.cart-btn-area {width:780px}
	
	.text-box {border: 1px solid #17a345;}
	.select-box {border: 1px solid #17a345;}
}

@media(max-width:1086px){
	.fragrancesList li h4 {font-size: 16px; line-height: 18px;}
}



@media(max-width:1000px){
	.owl-carousel .item {
	    background-image:none !important;
	}

	.bannerbtn {
	       position:relative !important;
	       left:calc(50% - 70px) !important;
	       right:0;
	       top:auto;
	       bottom:0;
	       margin-top:20px;
	       -webkit-appearance:none;
	}
	.token img {max-width: 100%;}
	.newSection50 {max-width: 100%;min-height: 23.72vw;}
	.newSection50 img {max-width: 100%;}
	.newSection100 {max-width: 100%;min-height: 23.72vw;}
	.newSection100 img {max-width: 100%;}
	
}


@media(max-width:975px){
	.fragrancesList li h4 {font-size: 14px; line-height: 16px;}
}


@media (max-width: 800px) {


.bannerVid {
display:none;
}

.bannerVidMobile {
    display:block;
}

}


@media (max-width: 800px) and (min-width: 481px){
	.browse-product li a h4 {
	    font-size: 2.33vw;
	    line-height: 2.66vw;
	}
	.left-bar {
	    width: 100%;
	    margin-bottom: 4.16vw;
	    }
	.leftList {
	    width: 100%;}
	.lefttitle {
	    font-size: 20px;
	    line-height: 25px;
	    }
	.leftList li a {
	    font-size: 16px;
	    line-height: 18px;
	    }
	.right-side {
	   margin-left: 0;
	   }
	   
	.popupBox {width:250px;
		margin-left: -120px;}
	
	.cartRow {width:95%;position:relative;margin:0;}
	.cartMobileItem {border: 1px solid #17a345;}
	.cartImage {width:100%;;border:none;}
	.cartImage img {max-height: 70px;}
	.cartTitle {width:100%;;border:none;}
	.cartPriceLabel {display:block;width:30%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartPrice {width:49%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartQuantityLabel {display:block;width:30%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartQuantity {width:49%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartTotal {width:49%;height: 25px;border:none;}
	.cartHeader {display:none;}
	.cartBottom {border:none;
		height: 20px;
		/*display:none;*/}
	.cartQuantity.cartFooter {display:block;width:30%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cart-btn-area {width:95%;}
	.form-label, text-box, .top-menu li a, .footerList li a {
	    font-size: 1.5vw;
    	    line-height: 1.7vw;}
    	
	.mFilter {margin-left:0px;}
	.h1Your {letter-spacing: -4px;}
	.h1Perfect {letter-spacing: 2px;}
}

@media(max-width:480px) {


.store-cat .btn  {
width:100%;
}



.fragrancesList li h4 {font-size: 12px; line-height: 14px;}

.shop-btn:hover {
background-color:#119537;
}
.main-nav li.aboutMobile {
    display:block;
}
	.right-side {
	   margin-left: 0;
	   }

.default-leftFull {
	width:100%;
}

	.fregrence-div {
		width: 100%;
	}
	.headerCart {
	    display:none;
	}


	.browse-product li a .product img {
		max-width:33.33vw;
	}
	
	.bannerbtn {
	    display: inherit;
	}
	.left-bar {
	    width: 100%;
	    margin-bottom: 4.16vw;
	    }
	.leftList {
	    width: 100%;}
	.lefttitle {
	    font-size: 20px;
	    line-height: 25px;
	    }
	.leftList li a {
	    font-size: 16px;
	    line-height: 20px;
	    }
	.loadingDivNew {left:25px;}
	   
	.popupBox {width:220px;
		margin-left: -120px;}
	.cart-table {display: block;}
	
	.cartRow {width:95%;position:relative;margin:0;}
	.cartMobileItem {border: 1px solid #17a345;padding: 10px 0;}
	.cartImage {width:100%;;border:none;}
	.cartImage img {max-height: 70px;}
	.cartTitle {width:100%;;border:none;}
	.cartPriceLabel {display:block;width:45%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartPrice {width:20%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartQuantityLabel {display:block;width:45%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartQuantity {width:20%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cartTotal {width:20%;height: 25px;border:none;}
	.cartHeader {display:none;}
	.cartBottom {border:none;
		height: 20px;
		width: 100%;}
	.text-box {border: 1px solid #17a345;}
	.cartQuantity.cartFooter {display:block;width:45%;padding-left:5%;padding-right:5%;height: 25px;border:none;}
	.cart-btn-area {width:95%;}
	
	.select-box {border: 1px solid #17a345;}
	.h1Your {letter-spacing: -4px;}
	.h1Perfect {letter-spacing: 2px;}
}



@media(max-width:320px) {

.fragrancesList li h4 {font-size: 10px; line-height: 12px;}

}
    

