.error,
.has-error,
.help-block {
  color: #f00 !important;
  font-size: 12px;
}
/* all */
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #666;
}
/* ie */
input:-moz-placeholder {
  color: #666;
}
.has-error .span12 {
  color: #f00;
}
.btn-login {
  margin-top: 10px;
}
form.form-login .form-control,
form.create-account .form-control {
  width: 95%;
  margin-bottom: 8px;
}
#region-form {
  margin: 10px 0 0;
  float: right;
}
#region-form .controls {
  margin-left: 55px;
}
#region-form .controls select {
  width: 100%;
}
#region-form .control-label {
  font-size: 12px;
  font-weight: bold;
}
#region-form .control-group {
  margin-bottom: 15px;
}
.user-profile .form-control {
  width: 90%;
  margin-bottom: 15px;
}
.user-profile .form-control.number-text {
  width: 50%;
}
.user-profile .code-number {
  width: 18%;
}
#product_table th {
  background-color: #585454;
  color: #fff;
}
#cc_form input.form-control {
  width: 87%;
}
#cc_form select {
  width: 91.3%;
}
/* Large desktop */
@media (max-width: 979px) {
  #region-form {
    margin: 10px 0 30px 20px;
    float: left;
  }
  #region-form .dropdown-menu {
    margin: 0px;
  }
  #region-form .dropdown-menu a {
    color: #fff;
    background: #ddd;
    border-radius: 0px;
    border-bottom: 2px #fff solid;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .user-profile .code-number {
    width: 22%;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .user-profile .code-number {
    width: 30%;
  }
  #region-form {
    width: 100%;
  }
  #region-form .controls {
    margin-left: 0;
  }
  #region-form .controls select {
    width: 20%;
  }
}
/* Landscape phones and down */
/*
 * General custom styles for Sunshine
 */
html,
body {
  height: 100%;
}
#wrap {
  height: auto !important;
  margin: 0 auto -328px;
  min-height: 100%;
}
body {
  font-weight: 400;
  font-size: 12px;
}
p {
  margin: 10px 0;
}
h1 {
  font-size: 30px;
  line-height: 32px;
}
h2 {
  font-size: 24px;
  line-height: 26px;
}
h3 {
  font-size: 20px;
  line-height: 22px;
}
h3.panel-title {
  margin-top: 0px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 16px;
  line-height: 18px;
}
h6 {
  font-size: 14px;
  line-height: 16px;
}
.label {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  text-shadow: none;
}
.caret {
  vertical-align: middle;
  margin-left: 10px;
}
.carousel-inner img {
  width: 100%;
}
.nav {
  margin-bottom: 0;
}
.nav li.last-child {
  border-right: 0 !important;
}
#account-navi .nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
a {
  color: #428f94;
}
a:hover,
a:focus {
  color: #37777b;
}
[class*="span"].first-child {
  margin-left: 0;
}
[class*="span"] [class*="span"].first-child {
  margin-left: 0;
}
#list-view > div > .deal-row-container {
  margin-left: 0;
}
[class*="icon-"] {
  color: #999999;
}
#deals-container [class*="icon-"] {
  font-size: 30px;
  font-weight: normal;
}
.icon-cancel {
  color: #ffffff;
  font-size: 20px;
}
.container {
  background-color: #fff;
}
.container.first {
  position: relative;
}
/*
 * Top most navi styles
 */
/*.nav {font-size: 14px;}*/
.navbar {
  margin-bottom: 0;
}
.navbar .container {
  padding: 0 20px;
}
.navbar .container > div {
  padding: 0;
}
.navbar .container.first-child {
  padding: 0;
}
.navbar .container .nav-collapse {
  z-index: 999;
}
.navi-container {
  background-color: #585454 !important;
  border-radius: 8px 8px 0 0;
}
.category-navi-container {
  background-color: #69b6ba !important;
  position: relative;
}
.category-navi-container > .left,
.category-navi-container > .right {
  background: url("../img/category-corners-sprite.png") 0 0 no-repeat;
  height: 20px;
  bottom: -20px;
  position: absolute;
  width: 20px;
}
.category-navi-container > .left {
  float: left;
  left: 0px;
}
.category-navi-container > .right {
  background-position: 0 -25px;
  float: right;
  right: 0px;
}
.navbar-inner {
  min-height: 40px;
  background-color: transparent;
  background-image: none;
  border: 0px;
  border-radius: 0;
  filter: none;
  box-shadow: none;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 2px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .nav .btn-group .btn {
  color: #58545B;
  background-color: #fff ;
}
.navbar .nav .btn-group .dropdown-menu {
  min-width: 60px;
  border-radius: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  background-color: #d56c0c!important;
  background-image: none;
}
.btn-group > .btn + .dropdown-toggle {
  background-color: #d56c0c !important;
  color: #fff!important;
}
.form-horizontal .controls {
  margin-left: 80px;
}
.tab-content {
  float: left;
  padding: 1.5% 0;
  width: 100%;
}
.nav .fa {
  padding-right: 10px;
}
.navbar {
  color: #ffffff;
  font-size: 12px;
}
.navbar .nav {
  margin-right: 0px;
  z-index: 100;
  width: 100%;
}
.navbar .nav > li {
  padding: 0 10px;
}
.navbar .nav > li > a {
  padding: 20px 0px;
  font-size: 12px;
  color: #ffffff;
  text-shadow: none;
}
.navbar .nav > .active > a:hover {
  color: #D8D8D8;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background-color: transparent;
  box-shadow: none;
  color: #477f82;
  text-shadow: none;
  text-decoration: none;
}
.navbar .nav-collapse .nav > .active > a,
.navbar .nav-collapse .nav > .active > a:hover,
.navbar .nav-collapse .nav > .active > a:focus,
.navbar .nav-collapse .nav > li > a:hover,
.navbar .nav-collapse .nav > li > a:focus {
  color: inherit;
}
.navbar .nav-collapse .nav > li > a {
  font-size: 12px;
}
.navbar .nav-collapse .nav > .active > a,
.navbar .nav-collapse .nav > .active > a:hover,
.navbar .nav-collapse .nav > .active > a:focus,
.navbar .nav-collapse .nav > li > a:hover {
  color: #d8d8d8;
}
#logo {
  background: url(../img/logo.png) 0 0 no-repeat;
  width: 100%;
  max-width: 267px;
  height: 76px;
  float: left;
  margin: 0;
  text-indent: -9999px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#logo {
  margin: 20px 0;
}
#user-control {
  font-size: 12px;
  color: #676767;
  margin-top: 40px;
}
#user-control li {
  border-right: 1px solid #d2d2d2;
}
#shopping-cart {
  background: url(../img/shopping-cart-sprite.png) 10px 0 no-repeat;
  width: 35px;
  height: 43px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: -12px;
  padding-left: 15px;
}
#user-control.nav > li > a {
  padding: 0;
  color: #676767;
}
#user-control.nav > li.last-child > a {
  font-size: 12px;
  font-weight: bold;
  color: #69b6ba;
}
#login-navi {
  float: right;
}
.form-search {
  margin-bottom: 0;
  margin-top: 6px;
}
.form-search .input-append {
  position: relative;
}
.form-search .input-append .search-query,
.subscription-form input {
  height: 15px;
  border-radius: 14px;
  padding-right: 35px;
  background-color: #4c999e;
  color: #ffffff;
  box-shadow: none;
  border: 0;
  font-size: 12px;
  margin-right: 10px;
}
.form-search .input-append .btn {
  border-radius: 50%;
  height: 22px;
  padding: 1px;
  width: 22px;
  position: absolute;
  right: 4px;
  top: 2px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  border: 0;
  z-index: 5;
}
.form-search .input-append .btn .icon-search {
  font-size: 16px;
  color: #4c999e;
}
.search-within {
  font-size: 20px;
  left: 8px;
  position: absolute;
  top: 6px;
  color: #333333;
  z-index: 99;
}
.table-bordered thead th {
  background-color: #585454;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
  border: 0;
}
/*select,*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 6px;
}
.form-horizontal .control-label {
  width: auto;
  text-align: left;
  cursor: default;
  margin-right: 10px;
}
.form-horizontal .control-label.short {
  min-width: 20px;
}
.control-group.alert-error {
  padding: 5px;
}
.btn.cta {
  font-size: 14px;
  padding: 5px 18px;
}
.btn.cta a,
.btn.cta a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* Buttons Styles */
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn {
  color: #ffffff;
  text-shadow: none;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #bcbbbb;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 3px;
  *margin-left: .3em;
  font-weight: bold;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #c7c5c5;
  background-color: #9b9898;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-primary {
  background-color: #353535;
  background-image: none;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  /*-webkit-box-shadow: 0px 4px 0px rgba(168,35,93,1);
    -moz-box-shadow: 0px 4px 0px rgba(168,35,93,1);
    box-shadow: 0px 4px 0px rgba(168,35,93,1);
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#a8235d', Direction=180, Strength=5);*/
  /*-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
	zoom: 1;
	filter:
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1),
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2),
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3),
		progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=3),
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=2),
		progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=1);*/
}
.btn-primary:active {
  -webkit-box-shadow: 0px 2px 0px #a8235d;
  -moz-box-shadow: 0px 2px 0px #a8235d;
  box-shadow: 0px 2px 0px #a8235d;
  position: relative;
  top: 6px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #353535;
}
.btn-large {
  font-size: 30px;
  font-weight: bold;
  padding: 15px 30px;
}
a.menu-link {
  float: left;
  color: #ffffff;
  display: block;
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
}
a.menu-link:hover,
a.menu-link:focus {
  text-decoration: none;
}
a.menu-link.active b {
  transform: rotate(180deg);
}
nav[role=navigation] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js nav[role=navigation] {
  overflow: hidden;
  max-height: none;
}
nav[role=navigation].active {
  max-height: inherit;
}
nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #4c999e;
}
nav[role=navigation] li {
  float: none;
  border-right: 0;
}
/*nav[role=navigation] li.last-child {margin-bottom: 15px;}*/
/* Sub Navi - Categories Style mobile listing */
@media screen and (min-width: 48.25em) {
  .hero-unit {
    line-height: 26px;
  }
  a.menu-link {
    display: none;
  }
  .js nav[role=navigation] {
    max-height: none;
  }
  nav[role=navigation] ul {
    margin: 0 0 0 -0.25em;
    border: 0;
  }
  nav[role=navigation] li {
    float: left;
    line-height: 20px;
    margin-top: 0px;
    text-align: right;
  }
}
@media (max-width: 979px) {
  .navbar .nav > li {
    min-width: 160px;
    margin-bottom: 10px;
  }
  .nav-collapse .nav > li > a {
    border-radius: 0;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus {
    color: #ffffff;
  }
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    color: inherit;
  }
  .navbar .nav > li > .dropdown-menu {
    margin: 0;
  }
  .navbar .btn-navbar {
    color: #585454;
    font-weight: bold;
    text-shadow: none;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #bcbbbb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#bcbbbb));
    background-image: -webkit-linear-gradient(top, #ffffff, #bcbbbb);
    background-image: -o-linear-gradient(top, #ffffff, #bcbbbb);
    background-image: linear-gradient(to bottom, #ffffff, #bcbbbb);
    margin-bottom: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbbbb', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #df3d82;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #bcbbbb;
  }
  .navbar .btn-navbar .icon-bar {
    background-color: #585454;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
}
.white-bg-container {
  background-color: white;
  padding: 20px;
  margin: 0 auto;
  float: none;
  min-height: 280px;
}
.white-bg-container_boost {
  background-color: white;
  padding: 20px;
}
/*
 * Sunshine Left column
 */
body .left-column {
  line-height: normal;
}
.left-column {
  color: #9d9797;
}
.top-seller-container,
.tag-container,
.information-container {
  margin-top: 0px;
  margin-bottom: 25px;
}
.tag-container > div,
.tag-container > p,
.tag-container > ul,
.information-container > div,
.information-container > p,
.information-container > ul {
  padding: 0 10px;
}
.category-badge-container > div > .badge {
  border-radius: 5px;
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
  margin-left: 0;
}
.category-type .nav li.first-child {
  border-radius: 5px 0 0 5px;
  width: 50%;
}
.category-type .nav li.last-child {
  border-radius: 0 5px 5px 0;
  width: 50%;
}
.category-type .nav li {
  background-color: #9b9898;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  text-align: center;
}
.category-type .nav li.active,
.category-type .nav li a:hover {
  background-color: #585454;
}
.category-type .nav li.first-child a:hover {
  border-radius: 5px 0 0 5px;
}
.category-type .nav li a:hover {
  color: #dedede;
}
.category-type .nav li.active a:hover {
  color: #fff;
}
.category-type .nav li.last-child a:hover {
  border-radius: 0 5px 5px 0;
}
.category-type .nav > .active > a:after {
  border-top: 6px solid #585454;
  border-left: 6px solid rgba(88, 84, 84, 0);
  border-right: 6px solid rgba(88, 84, 84, 0);
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  bottom: -6px;
}
.category-type .nav > .active > .pointer {
  display: none;
}
.product-list {
  margin: 15px 0 10px;
}
.product-list img {
  border: 1px solid #e2e0d3;
  width: 100%;
}
hr.top-sell {
  margin: 0;
  border-top: 1px solid #e2e0d3;
  border-bottom: 1px solid #ffffff;
}
.left-col-header {
  background-color: #585454;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
}
.tags-cloud,
.information-container > ul {
  margin-top: 20px;
}
.tags-cloud > ul li {
  font-size: 10px;
}
.tags-cloud .hi {
  font-size: 14px;
  font-weight: bold;
  color: #585454;
}
.tags-cloud .medium {
  font-size: 12px;
}
/*
 * Sunshine Right column
 */
/* Carousel styling */
#myCarousel {
  padding: 1px;
  background-color: #ffffff;
  margin-bottom: 18px;
}
.carousel-control [class*="icon-"] {
  color: #ffffff;
}
.carousel-control {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 55px;
  margin-top: -20px;
  top: 50%;
  /*width: 50px; 
	height: 50px;*/
  width: 80px;
  height: auto;
  opacity: 0.55;
  filter: alpha(opacity=55);
  text-shadow: 3px 3px 2px rgba(1, 2, 2, 0.55);
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#555555);
  zoom: 1;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
#myCarousel h1 {
  color: #de3d81;
}
.carousel-inner > .item {
  border-radius: 5px;
}
.carousel-inner [class*="span"] {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 0px;
}
.carousel-inner [class*="span"].first {
  padding: 0px;
  margin-left: 0px;
}
.carousel-inner h3 {
  margin: 18px 0 22px;
}
.carousel-inner p {
  color: #636363;
  line-height: 16px;
}
.carousel-inner .banner-deal-savings {
  margin-top: 4%;
  /*bottom: 0px; position: absolute;*/
}
/*.carousel-inner .banner-deal-savings > .first-child {line-height: 62px;}*/
.carousel-inner .banner-deal-savings,
.carousel-inner .banner-deal-savings .deal-savings {
  color: #636363;
  font-size: 18px;
  text-align: center;
}
.carousel-inner .banner-deal-savings .discount-price,
.carousel-inner .banner-deal-savings .deal-savings .percentage {
  color: #df3d82;
  font-weight: bold;
  font-size: 28px;
}
.carousel-inner .banner-deal-savings .deal-savings {
  font-size: 26px;
}
.carousel-inner .banner-deal-savings .deal-savings .percentage {
  font-size: 48px;
}
.indicators-wrap {
  width: 100%;
  text-align: center;
}
/*ol.carousel-indicators {
      display:inline-block;
	  *display: inline; 
	  zoom: 1;
}*/
.carousel-indicators li,
.carousel-indicators .active {
  background: url(../img/carousel-sprite.png) 0 0 no-repeat transparent;
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin-left: 5px;
  text-indent: -9999px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-position: 0 -22px;
}
.carousel-control.right {
  right: 0;
}
.carousel-control.left {
  left: 0;
}
.carousel-inner .copy-area {
  position: absolute;
  height: 100%;
  right: 30px;
}
.indicators-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
}
ol.carousel-indicators {
  position: relative;
  display: inline-block;
  left: 5px;
  bottom: 25px;
  top: auto;
}
.section-title {
  color: #d26b0f;
  font-size: 14px;
  font-weight: bold;
}
.product-img {
  position: relative;
  text-align: left;
}
.product-img .ribbon {
  display: block;
  background: url(../img/saving-ribbon.png) 0 0 no-repeat;
  width: 79px;
  height: 76px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding-top: 3px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}
.product-img .ribbon h4 {
  margin-top: 0;
  color: #ffffff;
}
.product-img .ribbon h6 {
  color: #ffffff;
  margin-top: 5px;
}
#product-home-list a .price {
  font-weight: bold;
  margin-bottom: 15px;
  color: #4c4c4c;
}
#product-home-list a:hover {
  text-decoration: none;
}
#product-home-list a .price s {
  color: #b3b3b3;
  margin-right: 5px;
}
.picZoomer {
  /*height:450px;*/
}
ul.piclist {
  list-style: none;
  overflow: hidden;
  margin: 20px 0px;
}
ul.piclist li {
  margin-right: 10px;
  float: left;
  border: 1px solid #e2e0d3;
  overflow: hidden;
  width: 100px;
  height: 75px;
}
ul.piclist li.active {
  border: 1px solid #666;
}
.product-catalog {
  margin-top: 40px;
}
.product-catalog a .price {
  font-weight: bold;
  margin-bottom: 15px;
  color: #4c4c4c;
}
.product-catalog a .rewards-price {
  font-weight: bold;
  margin-bottom: 0px;
  color: #4c4c4c;
}
.product-catalog a:hover {
  text-decoration: none;
}
.product-catalog a .price s {
  color: #b3b3b3;
  margin-right: 5px;
}
.product-catalog > [class*="span"] {
  border-bottom: 1px solid #f2f1f1;
  padding: 20px 0;
  margin: 0px 10px 0px 0px;
}
.breadcrumb {
  padding: 4px 10px;
}
.breadcrumb > li > .divider {
  color: #aaa7a6;
  font-size: 8px;
}
.breadcrumb > .active {
  color: #585454;
}
#filtering-controls {
  border-top: 1px solid #f2f1f1;
  border-bottom: 1px solid #f2f1f1;
  margin: 20px 0;
  font-size: 11px;
  text-transform: uppercase;
  padding: 15px 0;
}
#filtering-controls label,
#filtering-controls select {
  font-size: 12px;
  font-weight: bold;
}
#filtering-controls select {
  width: 100%;
  padding: 6px;
}
#price-range-slider {
  max-width: 100%;
  width: 300px;
  margin-top: 10px;
  background: none repeat 0 0 #dedede;
}
.noUi-origin-upper {
  background: none repeat 0 0 #dedede;
}
.noUi-horizontal {
  height: 6px;
}
.noUi-horizontal .noUi-handle {
  left: -4px;
  width: 8px;
  height: 15px;
}
iframe#I0_1439866434565 {
  height: 100px;
}
.noUi-handle {
  background: url(../img/slider-handle.png) 0 0 no-repeat;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
}
.noUi-connect {
  background: none repeat scroll 0 0 #bebebe;
}
#value-low,
#value-hi {
  font-size: 11px;
}
#value-low-container {
  margin-left: -5px;
}
#value-hi-container {
  margin-right: -5px;
}
#value-low-container > span,
#value-hi-container > span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.total-product {
  color: #d26b0f;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
}
.pagination {
  margin: 0;
}
.pagination ul {
  border-radius: 0px;
  box-shadow: none;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  background-color: #fff;
  background-image: none;
  filter: none;
  border-color: #777777;
  color: #6a6666;
  padding: 4px 8px;
  line-height: 16px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
  color: #333333;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  background-color: #bcbbbb;
}
/*** Product details styles ***/
#quantity-form {
  margin-top: 25px;
}
#product-desc {
  margin-top: 40px;
}
.product-view {
  border: 1px solid #e2e0d3;
}
.stock-status {
  text-transform: uppercase;
  font-size: 0.8333em;
  margin-bottom: 10px;
}
.stock-status.in-stock {
  color: #8da429;
}
.stock-status.out-stock {
  color: #ef2a2a;
}
.saving-amount {
  color: #f44444;
}
.season-btn {
  background-color: #93bc40;
}
.season-btn:hover,
.season-btn:active {
  background-color: #81a636;
  color: #efefef;
}
/* Tab Navi custom styles */
.nav-tabs {
  border-bottom: 1px solid #e2e0d3;
}
.nav-tabs a {
  color: #7e7a7a;
}
.nav-tabs > li > a {
  border: 1px solid #e2e0d3;
  border-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #aaa5a5;
  background-color: #f1f0ed;
  padding: 10px 20px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #7e7a7a;
  background: #fff;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #7e7a7a;
  border-bottom-color: transparent;
}
/* Account login custom styles */
#account-title {
  display: none;
}
#account-navi {
  margin-top: 10px;
}
#account-navi .nav > li a {
  color: #904AA0;
}
#account-navi .nav > li {
  margin-bottom: 5px;
}
#account-navi .nav > li > a:hover,
#account-navi .nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #753883;
}
.info-list li {
  line-height: 25px;
}
/* General styles for writeup page */
.list-writeup > li {
  margin-bottom: 20px;
}
.disc li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.text-writeup {
  margin-bottom: 30px;
}
.text-writeup > .span12 {
  padding-right: 15px;
}
.text-writeup .noted {
  font-size: 11px;
  color: #7e7a7a;
  text-decoration: underline;
  margin-bottom: 10px;
}
.circle-number {
  width: 50px;
  height: 50px;
  border-radius: 250px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #a8235d;
}
/*
 * sidebar header style for Owen
 */
.sidebar-content-header {
  background: -webkit-linear-gradient(#e7760e, #ca670c);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e7760e, #ca670c);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e7760e, #ca670c);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e7760e, #ca670c);
  /* Standard syntax */
  border-radius: 5px;
  color: #fff;
  border: 1px solid #d26b0e;
  margin-bottom: -15px;
  padding: 1% 1% 1% 0;
  position: relative;
  width: 99.5%;
  z-index: 5;
}
.sidebar-content-header span {
  margin-left: 5%;
  font-size: 18px;
  font-weight: bold;
}
.sidebar-content {
  margin: 0px 0px 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5% 5% 3%;
  position: relative;
  width: 91%;
}
.sidebar-content .grand-total {
  font-size: 16px;
  font-weight: bold;
}
.sidebar-content label.text-bold {
  font-weight: bold;
}
.sidebar-content input[type="radio"] {
  margin-right: 8px;
  margin-top: 0;
}
.sidebar-content span {
  margin-right: 10px;
  margin-top: 12px;
  font-weight: bold;
  font-size: 14px;
}
.sidebar-content .help-block {
  color: #f00;
}
.sidebar-content .span12 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #f00;
}
/* Styles for cart page */
#cart-summary tbody {
  border-top: 10px solid white;
}
#cart-summary td,
#cart-summary th {
  text-align: left;
}
#cart-summary thead th {
  background-color: #585454;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
  border: 0;
}
#cart-summary thead tr th.first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 5px;
  padding-left: 15px;
}
#cart-summary thead tr th.last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 15px;
}
#cart-summary tbody td {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f2f1f1;
}
#cart-summary tbody tr.no-bdr td {
  border-bottom: 0px;
  padding-top: 25px;
}
.total-amount tbody tr td {
  padding: 10px;
}
.available,
.oos {
  background: url(../img/stock-available-sprite.png) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  color: #1c9319;
  text-indent: -9999px;
}
.oos {
  background-position: 0 -18px;
  color: #ef2a2a;
}
.remove-btn {
  background: url(../img/cart-remove.png) 0 0 no-repeat;
  width: 17px;
  height: 19px;
}
.input-append .search-query {
  border-radius: 5px 0 0 5px;
}
.coupon-btn {
  line-height: 22px;
  background-color: #d26b0f;
}
.coupon-btn:hover,
.coupon-btn:active {
  color: #efefef;
  background-color: #b65d0e;
}
/* Footer Styles */
footer .container {
  background-color: #FDFCF0;
}
footer .subscription-form {
  margin: 0px;
}
footer .subscription-form .control-label {
  padding-top: 0;
}
footer .subscription-form label {
  color: white;
  font-size: 12px;
  margin-right: 10px;
}
footer .subscription-form .btn {
  background-color: #d26b0f;
  padding: 3px 16px;
}
footer .subscription-form .btn:hover,
footer .subscription-form .btn:focus,
footer .subscription-form .btn:active,
footer .subscription-form .btn.active {
  background-color: #b65d0e;
}
footer .connect-media {
  background-color: #69b6ba;
  padding: 12px 0;
}
footer .connect-media .icon-facebook-squared {
  color: #fff;
}
#push {
  height: 328px;
}
.copyright {
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 11px;
  color: #9b9898;
}
#copy-logo {
  background: url(../img/footer-logo.png) 0 0 no-repeat;
  height: 37px;
  width: 38px;
  display: inline-block;
  *display: block;
  zoom: 1;
  margin-right: 15px;
  float: left;
}
footer .section-header {
  color: #817b7b;
  font-weight: bold;
  margin-top: 15px;
}
footer ul > li a {
  color: #9d9797;
}
footer a:hover {
  color: #cccccc;
  text-decoration: none;
}
footer [class*="icon-"] {
  font-size: 32px;
  color: #39559f;
}
#footer-payment {
  background-color: #e8e6e6;
}
#footer-payment .section-header {
  color: #333333;
}
footer > .container > .row-fluid > div {
  padding: 0 15px;
}
/* Responsive Toggle Navigation */
footer ul {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js footer ul {
  overflow: hidden;
}
footer ul.active {
  max-height: 15em;
}
/*a.footer-link {
   display: none;
}
.js footer ul {
	max-height: none;
}*/
footer ul > li {
  float: none;
}
footer ul > li.last-child {
  margin-bottom: 15px;
}
/* Sub Navi - Categories Style mobile listing */
@media screen and (min-width: 48.25em) {
  a.footer-link {
    display: none;
  }
  .js footer ul {
    max-height: none;
  }
  /*footer ul {
		margin: 0 0 0 -0.25em;
		border: 0;
	}
	footer ul > li {
		float: left; line-height: 20px; margin-top: 15px; text-align: right;
	}*/
}
/*** Reusable Classes ***/
.man {
  margin: 0;
}
.mtn {
  margin-top: 0px;
}
.mts {
  margin-top: 5px;
}
.mtm {
  margin-top: 10px;
}
.mtl {
  margin-top: 15px;
}
.mtx {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt40 {
  margin-top: 40px;
}
.mrl {
  margin-right: 15px;
}
.mr35 {
  margin-right: 35px;
}
.mln {
  margin-left: 0 !important;
}
.mls {
  margin-left: 5px;
}
.mbn {
  margin-bottom: 0px;
}
.mbs {
  margin-bottom: 5px;
}
.mbm {
  margin-bottom: 10px;
}
.mbl {
  margin-bottom: 15px;
}
.mbx {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.pam {
  padding: 20px;
}
.ptn {
  padding-top: 0 !important;
}
.small-txt {
  font-size: 12px;
}
.uppercase {
  text-transform: uppercase;
}
.txt-normal {
  font-weight: normal;
}
.light-grey-txt {
  color: #7e7a7a;
}
.grey-txt {
  color: #4c4c4c;
  margin-top: 0px;
}
.product-txt {
  color: #428f94;
}
.lower-alpha li {
  list-style-type: lower-alpha;
}
.note {
  font-size: 14px !important;
  font-style: italic;
}
/* code below to change the input color default on mobile browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
@media (max-width: 1200px) {
  /*.form-horizontal .controls {margin-left: 0;}*/
  #region-form .span6 select {
    width: 90%;
  }
  .navbar .container.first-child {
    padding: 0 20px;
  }
  .navi-container {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
/* First state change of multiple toogle navigation */
@media (max-width: 979px) {
  .navi-container {
    border-radius: 0;
  }
  #region-form .span6 {
    width: 45%;
    float: left;
  }
  #region-form .span6 select {
    width: 60%;
  }
  .navbar-inner .offset5.span7 {
    margin-left: 0;
    width: 100%;
  }
  .category-navi-container > .left,
  .category-navi-container > .right {
    display: none;
  }
  #login-navi {
    margin-right: 17%;
    margin-bottom: 10px;
  }
  .navbar .nav > li > a {
    padding: 9px 10px;
  }
  #logo {
    background-position: top center;
    max-width: 100%;
  }
  footer {
    height: auto;
  }
  footer ul {
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;*/
  }
  footer ul > li {
    line-height: 30px;
  }
  #footer-company,
  #footer-policies,
  #footer-service,
  #footer-payment,
  .copyright {
    padding: 0 1em 0;
    margin-left: 0px;
  }
  #footer-company .section-header,
  #footer-policies .section-header,
  #footer-service .section-header,
  #footer-payment .section-header {
    cursor: pointer;
  }
  .row-fluid .span4#footer-company,
  .row-fluid .span4#footer-policies,
  .row-fluid .span4#footer-service,
  .row-fluid .span4#footer-payment {
    width: 100%;
  }
  .bg-element-left,
  .bg-element-right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-inner {
    padding: 0px;
  }
  .product-catalog > [class*="span"] {
    margin: 0px 5px 0px 0px;
  }
  #cart-section .row-fluid [class*="span"] {
    width: 100%;
    float: none;
  }
  #user-control {
    margin-top: 10px;
  }
}
@media screen and (min-width: 767px) {
  #user-control li {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .form-search,
  .form-search .input-append,
  .form-search .input-append .search-query.span2 {
    width: 100%;
  }
  .form-search .input-append .btn {
    top: 4px;
  }
  .navbar-inner {
    padding: 0px;
  }
  #user-control {
    margin-top: 0;
  }
  #region-form .span6 {
    width: 50%;
    float: left;
  }
  #region-form .span6 select {
    width: 80%;
  }
  #quantity-form {
    margin-top: 15px;
  }
  #product-desc {
    margin-top: 0px;
  }
  .product-list .span3 {
    width: 29%;
    float: left;
    text-align: right;
  }
  .product-list .span9 {
    width: 69%;
    float: left;
    margin-left: 2%;
  }
  .row-fluid [class*="span"].left-column {
    display: none;
  }
  .input-large.search-query {
    min-height: 34px;
  }
  .form-horizontal .control-label {
    min-width: inherit;
  }
  .form-search {
    margin-bottom: 10px;
  }
  .text-writeup > .span12 {
    padding-right: 0;
  }
  .full-width {
    width: 100%;
    margin-bottom: 10px;
  }
  #login-navi {
    float: left;
  }
  .add-newsletter .span12 {
    margin-left: 20px;
  }
  #category {
    display: none;
  }
  #category.active {
    display: block;
  }
  .categories {
    min-width: 340px;
    width: 100%;
  }
  .navbar .categories > li {
    margin-bottom: 0px;
  }
  .table-responsive {
    overflow-x: auto;
  }
  /*.white-bg-container_boost {width: 100%;}*/
  .cart-btn .full-width {
    width: 95%;
  }
  .cart-btn .pull-right {
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .navbar .nav > li {
    min-width: 120px;
  }
  #wrap {
    margin: 0 auto -316px;
  }
}
@media screen and (max-width: 400px) {
  .navbar .nav > li {
    float: none;
  }
  #price-range-slider {
    width: 200px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar .nav {
    margin-right: 20px;
  }
  .navbar .nav > li {
    min-width: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .category-type .nav li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 590px) {
  #user-control.navbar .nav > li {
    padding-right: 30%;
  }
  #user-control li {
    border-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .form-horizontal .controls {
    margin-left: 0px;
  }
  #login-navi {
    margin-left: 8%;
  }
  .subscription-form input {
    width: 80%;
  }
  footer .subscription-form,
  footer .subscription-form .btn {
    width: 90%;
  }
  footer .subscription-form,
  .subscription-form input {
    margin-bottom: 15px;
  }
  .categories {
    min-width: 340px;
    width: 100%;
    text-align: left;
  }
  .categories .active {
    font-weight: bold;
  }
}
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  #copy-logo {
    padding-bottom: 15px;
  }
  .nav-tabs > li > a {
    font-size: 11px;
    padding: 5px 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 320px) {
  .form-horizontal .controls {
    margin-left: 0px;
  }
}
/* ==========================================================================
   Retina images
   ========================================================================== */
.category-badge-container img {
  width: 100%;
}
body {
  background-color: #efefef;
  color: #4c4c4c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d26b0f;
}
.label {
  background-color: transparent;
  color: #6c317a;
}
.caret {
  border-left: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-top: 6px solid #ffffff;
}
.nav a {
  color: #ffffff;
}
.transitions {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#landing {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center 65%;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#landing img {
  width: auto;
}
#landing.sg-bg {
  background-image: url('../img/sg-splash.jpg');
  background-color: rgba(255, 255, 255, 0.1);
}
#landing.my-bg {
  background-image: url('../img/klm.png');
}
#landing .footer {
  position: absolute;
  bottom: 0;
  background: rgba(255, 172, 58, 0.83);
  padding: 10px 0;
  width: 100%;
}
#landing .footer .row-fluid > div {
  display: inline-block;
  vertical-align: middle;
}
#landing .footer .contact-info {
  text-align: left;
}
#landing .footer .contact-info .contact {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}
#landing .footer .contact-info .contact > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#landing .footer .copyright {
  float: right;
  color: #646464;
}
#landing .container {
  background: transparent;
}
#landing .container .form-signin h3.main-header {
  margin: 20px 0px;
  font-size: 18px;
}
#landing .container .form-signin #branch_id {
  margin: 0;
}
#landing .container .form-signin button.btn-right {
  float: right;
}
#landing .container .landing-wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 42px;
  text-align: center;
}
#landing .container .landing-wrapper .landing-text h3 {
  font-size: 20px;
  color: #91278F;
  line-height: 17.04px;
  margin: 24px 0;
}
#landing .container .landing-wrapper .options-container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 17.04px;
}
#landing .container .landing-wrapper .options-container li {
  display: inline-block;
  margin: 0 40px;
  border-radius: 3%;
  border: 3px solid transparent;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#landing .container .landing-wrapper .options-container li:hover {
  border: 3px solid #F5A623;
  cursor: pointer;
}
#landing .container .landing-wrapper .options-container li .option {
  padding: 30px;
  max-width: 120px;
}
#landing .container .landing-wrapper .options-container li .option .label {
  margin: 10px 0;
  font-size: 20px;
  color: #4A4A4A;
  font-weight: 600;
}
#landing .container .landing-wrapper .options-container li .option .description {
  font-size: 14px;
  color: #9B9B9B;
}

#delivery-statuses-table {
  margin: 0 0 0 -10px;
}

#delivery-statuses-table tr th {
  border-bottom: thin solid black;
}

.bold-red {
  font-weight: bold;
  color: red;
}

#rules {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {

  #landing .container .landing-wrapper {
    width: 100% !important;
  }

  #landing .container .landing-wrapper .options-container li .option {
    padding: 2px !important;
  }
  #landing .container .landing-wrapper .options-container li {
    margin: 0 !important;

  }
  #landing .footer {
    position: inherit !important;

  }
  #rules {
    position: inherit !important;
    width: 80% !important;
    background-color: white;
    padding: 15px !important;
  }

}