body {
	background-color: #ffffff;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#mainmenu ul.dropdown-menu.animated {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
ul.alpha-list {
  padding: 0;
  margin: 0 0 20px;
  margin-bottom: .125rem;
  width: 100%;
  float: none;
  list-style: none;
  list-style-image: none;
  color: #353332;
  line-height: 1.4;
}
ul.alpha-list li {
  display: inline-block;
  width: 4.2rem;
  height: auto;
  margin: 0 .125rem .375rem 0;
  color: #353332;
  line-height: 1.8em;
  text-transform: none;
  padding: 0;
}
ul.alpha-list li.wide {
  width: 6rem;
}
ul.alpha-list li a {
  display: block;
  line-height: 1.8em;
  text-align: center;
  padding: .5rem 0 .3125rem;
  border: 1px solid #ebebe8;
  font-size: 1.3rem;
  color: #353332;
  font-weight: normal;
  text-decoration: none;
  background-color: #ffffff;
}
ul.alpha-list li a:hover {
  text-decoration: none;
  background: #e6e6e6;
}
ul.mflinks {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;;
  width: 100%;
  float: none;
  list-style: none;
  list-style-image: none;
  color: #353332;
  line-height: 1.4;
}
ul.mflinks li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
}
ul.mflinks li a {
  font-size: 12px;
  text-decoration:none;
}
ul.mflinks li a:hover {
  text-decoration:underline;
}
.menusubhead {
  font-size: 15px;
  font-weight: bold;
  color: #353332;
  display:block;
  margin-bottom: 3px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
#header .logo-container {
	position: relative;
}
#header .logo-online {
	font: 400 1.3em 'Oleo Script', Helvetica, sans-serif;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	color: #8476b3;
}
#header .logo-online a {
	color: #8476b3;
}
#header .freeshipheader {
  background:#ffbf00;
  margin-top: 10px;
  padding:10px 30px;
  color:#000;
  font-size: 20px;
}
#header .online {
  font-family: 'Oleo Script', Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 1px #000000;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: normal;
}
#header .online a {
  padding: 0px;
}
#header #searchbox {
	padding-top: 18px;
	padding-bottom: 18px;
}
#header .phonelink {
	font-size: 1.44em;
	background-color: #eeeeee;
	max-height: 34px;
	height: 34px;
	padding: 0px 12px;
	margin-bottom: 12px;
}
.phonelink i {
	color: #5CB85C;
}
.phonelink a {
	color: #000000;
}
.emaillink {
	color: #000000;
}
.emaillink i {
	color: #FFBF00;
}
#viewcart {
	font-size: 20px;
	margin-top: 18px;
}
#viewcart-small {
	margin-top: 0px;
}
#mps-menu {
	margin-top: -58px;
	padding-left: 0px;
	padding-right: 0px;
}
@media all and (max-width: 1199px) {
  #mps-menu {
	  margin-top: 0px;
  }
}
@media all and (max-width: 991px) {
  #header .freeshipheader {
    font-size:15px;
    padding: 8px 24px;
  }
  #mps-menu {
	  margin-top: 0px;
  }
}
@media all and (max-width: 767px) {
  #mps-menu {
	  margin-top: 0px;
  }
  .navbar-nav > li > a, .navbar-brand {
	  padding-top: 5px !important;
	  padding-bottom: 5px !important;
	  height: 30px;
  }
  .navbar {
	  min-height: 30px !important;
  }
  .navbar-toggle {
	  margin-top: 1px;
	  margin-bottom: 1px;
	  padding-top: 8px;
	  padding-bottom: 8px;
	  padding-right: 8px;
	  padding-left: 8px;
  }
}
@media all and (max-width: 500px) {
  #mps-menu {
	  margin-top: 0px;
  }
}
.navbar-nav > li > a {
	padding-right: 12px;
	padding-left: 12px;
}
.scentsational {
	/* font-size: larger; */
	text-align: center;
	/* color: #ff0000; */
	font: 400 1.5em 'Oleo Script', Helvetica, sans-serif;
	color: #555555;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}
#featured-products h3 {
	margin-top: 5px;
}
.productbox {
	/* height: 180px; */
	background-color:#ffffff;
	padding:10px;
	margin-bottom:20px;
	height: 232px;
	-webkit-box-shadow: 0 8px 6px -6px  #999;
	-moz-box-shadow: 0 8px 6px -6px  #999;
	box-shadow: 0 8px 6px -6px #999;
	text-align: center;
}
.productbox .imgwrap {
	text-align:center;
	margin: 0px;
	padding: 1px;
	height: 152px;
	width: 100%;
	border: 1px solid #8578B4;
	position: relative;
}
.productbox .imgwrap img {
	max-height: 150px;
	max-width: 99%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.producttitle {
    font-weight:bold;
        padding:5px 0 5px 0;
}

.productprice {
        border-top:1px solid #dadada;
        padding-top:5px;
}

.pricetext {
        font-weight:bold;
        font-size:1.4em;
}
.pricetext .cut-price {
  text-decoration:line-through;
  color:#ccc;
  font-weight:normal;
}
.savenow {
  color: #ff0000;
  font-weight: bold;
}
.ccpic {
  margin: 10px 0;
}
.google_ad {
	margin-top: 10px;
	margin-bottom: 10px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 15px;
	height: 0px;
	overflow: hidden;
}
.video-container iframe,
.video-container embed,
.video-container object {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#footer {
  background: #FFFFFF;
  padding-top: 30px;
  margin-top: 0px;
  padding-bottom: 10px;
  color: #333;
}
#footer h3 {
  font-size: 30px;
  padding-bottom: 12px;
  border-bottom: 8px solid #CCC;
}
#copyright {
  margin: 0;
  margin-top:16px;
  padding-top: 20px;
  padding-bottom:10px;
  color: rgb(120, 83, 19);
  background: rgb(207, 175, 119);
}
#footer .contact {
  font-size: 18px;
  line-height: 1.9;
}
#footer .navigation ul {
  margin: 0;
  padding: 0;
  list-style:none;
  font-size: 12px;
}
#footer .navigation ul li {
  margin: 0;
  padding: 0;
}
#footer .navigation ul li a {
  color: #3C2900;
  padding: 3px 12px;
}
.navbar-custom {
  background-color: #6666cc;
  border-color: #4d4dc4;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#8c8cd9), to(#6666cc));
  background-image: -webkit-linear-gradient(top, #8c8cd9, 0%, #6666cc, 100%);
  background-image: -moz-linear-gradient(top, #8c8cd9 0%, #6666cc 100%);
  background-image: linear-gradient(to bottom, #8c8cd9 0%, #6666cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c8cd9', endColorstr='#ff6666cc', GradientType=0);
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #c0c0c0;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #c0c0c0;
  background-color: #4d4dc4;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4d4dc4), to(#7373d0));
  background-image: -webkit-linear-gradient(top, #4d4dc4, 0%, #7373d0, 100%);
  background-image: -moz-linear-gradient(top, #4d4dc4 0%, #7373d0 100%);
  background-image: linear-gradient(to bottom, #4d4dc4 0%, #7373d0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4dc4', endColorstr='#ff7373d0', GradientType=0);
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-custom .navbar-toggle:hover {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #4b4bc3;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #4d4dc4;
  color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c0c0c0;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c0c0c0;
    background-color: #4d4dc4;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}

/*
     FILE ARCHIVED ON 01:13:37 Oct 18, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:22:54 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.39
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.03
  esindex: 0.007
  cdx.remote: 27.863
  LoadShardBlock: 273.727 (3)
  PetaboxLoader3.datanode: 282.606 (4)
  PetaboxLoader3.resolve: 69.076 (2)
  load_resource: 87.784
*/