/*Sassy Variables*/
body {
  font-family: Tahoma;
  line-height: 1.5em; }

.body-wrapper {
  width: auto; }

.page {
  padding: 0 10px; }

.wrapper {
  background-image: url(../images/bkg.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #f1e5ef; }

a:hover {
  text-decoration: none; }

h1 {
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-size: 2.25em;
  font-weight: bold; }

h2 {
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: bold; }

h3 {
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-size: 1.125em;
  font-weight: bold; }

h4 {
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-size: 1.15em;
  font-weight: bold; }

h5 {
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-size: 1.1em;
  font-weight: bold; }

h6 {
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-size: 1.05em;
  font-weight: bold; }

#header {
  padding: 2em 0 0; }
  #header .locations {
    margin-bottom: 20px; }
    #header .locations h4 {
      margin: 0;
      color: #87009a;
      font-size: 1em; }
    #header .locations p {
      font-size: .65em;
      color: #87009a; }
  #header #header_cart {
    background: url(../images/bg_cart.png) no-repeat;
    padding: 7px 10px 7px 43px;
    height: 45px;
    margin: 0;
    color: purple; }
    #header #header_cart a {
      color: inherit;
      font-weight: bold; }
  #header #header_login {
    padding: 7px 0 0;
    color: #f33501; }
    #header #header_login a {
      color: inherit;
      font-weight: bold; }

.navbar-toggle {
  float: left; }

.navbar {
  min-height: 0; }

#navigation {
  color: #fff; }
  #navigation ul li a {
    color: inherit;
    text-decoration: none;
    background: none;
    font-weight: bold; }
  #navigation ul li a:hover {
    background: #d73003; }
  #navigation a {
    color: inherit;
    text-decoration: none;
    background: none; }
  #navigation .navbar-header {
    background: #f33501; }
  #navigation .navbar-collapse {
    background: #f33501; }

#checkout-progress-wrapper {
  display: none; }

button.button, button.btn, button.default {
  border: none;
  background: #f33501;
  color: #fff;
  border: none; }
  button.button span, button.btn span, button.default span {
    color: #fff;
    text-shadow: none; }

button.button:hover {
  background: #000; }

#cart-links {
  position: relative;
  color: #fffc00;
  background: #87009a;
  margin: 0 0 1em; }
  #cart-links ul li a {
    color: #fffc00;
    background: none;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
    font-weight: bold; }
  #cart-links ul li a:hover {
    text-decoration: underline; }
  #cart-links .search {
    max-width: 270px;
    padding: 1em; }
    #cart-links .search #search {
      width: 250px;
      border-radius: 15px;
      padding: 5px 10px; }
    #cart-links .search button.btn.btn-primary {
      border: none;
      background: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }

/*home page section */
#crosslink_banners img {
  margin: 0 0 1em; }

#banners {
  text-align: center;
  margin: 0.5em 0; }
  #banners .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #banners .banner {
    display: inline-block;
    max-width: 110px;
    margin: 0.5em 0; }
    #banners .banner img {
      display: block;
      margin: 0 auto; }
    #banners .banner a {
      display: block;
      font-weight: bold;
      padding: 10px;
      border-radius: 5px;
      background: #87009a;
      background: -moz-linear-gradient(top, #87009a 0%, #5b0068 100%);
      background: -webkit-linear-gradient(top, #87009a 0%, #5b0068 100%);
      background: linear-gradient(to bottom, #87009a 0%, #5b0068 100%);
      color: #fff;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87009a', endColorstr='#5b0068',GradientType=0 );
      font-size: .8em; }
      #banners .banner a span {
        display: block; }
    #banners .banner .title {
      color: #fffc00; }
  #banners .extra {
    margin: 0.5em 0;
    background: #fff;
    padding: 1em;
    border: 5px solid #e0cfea;
    border-radius: 5px;
    position: relative; }
    #banners .extra h4 {
      color: #f33501; }
    #banners .extra .btn-go {
      background: #f33501;
      padding: 5px;
      border-radius: 15px;
      color: #fff;
      position: absolute;
      height: 25px;
      line-height: 15px;
      right: 10px;
      bottom: 10px; }

#home_content {
  margin: 0 0 2em; }
  #home_content p.text-right {
    font-size: .9em; }
    #home_content p.text-right a {
      color: inherit; }
  #home_content .info-buttons img {
    margin: 0 0 7px; }

#home_carousel {
  margin: -7px 0 0; }
  #home_carousel img {
    display: block;
    margin: 0 auto; }
  #home_carousel .car-nav {
    position: relative;
    background: #f33501;
    height: 40px;
    border-radius: 5px;
    top: -25px; }
  #home_carousel .carousel-control {
    background: none;
    top: 7px;
    font-size: 3em;
    width: auto;
    padding: 0 .3em; }
  #home_carousel .carousel-indicators {
    bottom: 0px; }
    #home_carousel .carousel-indicators li {
      width: 15px;
      height: 15px; }

.cart.container {
  background: #fff;
  margin: 0 -5px 2em 16px;
  width: auto;
  padding: 1em; }
  .cart.container button.btn {
    border: none;
    background: #f33501;
    color: #fff;
    border: none; }
    .cart.container button.btn span {
      color: #fff;
      text-shadow: none; }
  .cart.container button.btn:hover {
    background: #000; }
  .cart.container .page-title, .cart.container .category-title {
    background: #d73003;
    background: -moz-linear-gradient(top, #d73003 0%, #f33501 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d73003), color-stop(100%, #f33501));
    background: -webkit-linear-gradient(top, #d73003 0%, #f33501 100%);
    background: -o-linear-gradient(top, #d73003 0%, #f33501 100%);
    background: -ms-linear-gradient(top, #d73003 0%, #f33501 100%);
    background: linear-gradient(to bottom, #d73003 0%, #f33501 100%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73003', endColorstr='#f33501',GradientType=0 );
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 21px;
    margin: 0 0 -5px;
    position: relative;
    z-index: 21;
    border: none; }
    .cart.container .page-title h1, .cart.container .category-title h1 {
      margin: 0;
      color: #fff;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
      font-size: 21px; }

#content .grid-item {
  border: 1px solid #ededed;
  padding: 1em; }
#content .product-view.container {
  width: auto; }
#content .cart-empty.container {
  width: auto;
  padding: 0; }
#content .whiteblock {
  background: #fff;
  padding: 0 1em 1em 1em;
  margin: 0 0 2em; }
  #content .whiteblock .page-title {
    margin: 0 -1.2em .5em;
    width: auto; }
#content .pager, #content .sorter {
  margin: 0 5px;
  background: #fff;
  padding: 20px 1em 10px; }
#content .products-grid .product-name a {
  color: #87009a; }
#content .product-image {
  display: inline-block; }
#content .price-box .price {
  font-weight: normal;
  font-size: 1.5em;
  color: #87009a; }
#content .add-to-links {
  padding: 0;
  display: inline; }
  #content .add-to-links li {
    display: inline; }
#content .add-to-links .link-wishlist {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(../images/link-wishlist.gif);
  text-indent: -999em;
  vertical-align: middle; }
#content .add-to-links .link-compare {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(../images/link-compare.gif);
  text-indent: -999em;
  vertical-align: middle; }
#content button.button, #content button.btn, #content button.default {
  border: none;
  background: #f33501;
  color: #fff;
  border: none; }
  #content button.button span, #content button.btn span, #content button.default span {
    color: #fff;
    text-shadow: none; }
#content button.button:hover {
  background: #000; }
#content .category-products {
  padding: 1em;
  background: #fff;
  margin: 0 5px; }
#content .std table {
  width: 100%;
  border: 1px solid;
  border-collapse: collapse; }
  #content .std table td {
    padding: 2px 5px;
    border: 1px solid; }
#content .std br + br {
  display: none; }
#content .page-title, #content .category-title {
  background: #d73003;
  background: -moz-linear-gradient(top, #d73003 0%, #f33501 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d73003), color-stop(100%, #f33501));
  background: -webkit-linear-gradient(top, #d73003 0%, #f33501 100%);
  background: -o-linear-gradient(top, #d73003 0%, #f33501 100%);
  background: -ms-linear-gradient(top, #d73003 0%, #f33501 100%);
  background: linear-gradient(to bottom, #d73003 0%, #f33501 100%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73003', endColorstr='#f33501',GradientType=0 );
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 21px;
  margin: 0 0 -5px;
  position: relative;
  z-index: 21;
  border: none; }
  #content .page-title h1, #content .category-title h1 {
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-size: 21px; }
#content .breadcrumb {
  padding: 0.5em;
  font-size: 12px;
  border-radius: 5px; }
  #content .breadcrumb a {
    color: #87009a; }

#new_products_grid {
  margin: 0 25px; }
  #new_products_grid .row {
    padding-top: 2em;
    padding-bottom: 2em;
    background: #fff;
    margin-bottom: 1.5em;
    border-radius: 5px;
    border: 2px solid #e0cfea; }

#left_nav h2 {
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87009a+0,5b0068+100 */
  background: #87009a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #87009a 0%, #5b0068 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #87009a 0%, #5b0068 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #87009a 0%, #5b0068 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87009a', endColorstr='#5b0068',GradientType=0 );
  /* IE6-9 */
  padding: 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin: 0 0 -5px;
  position: relative;
  z-index: 20; }
#left_nav ul {
  float: none;
  background: #fff;
  padding: 1em 1.5em;
  margin: 0;
  border-radius: 5px;
  border: 2px solid #e0cfea; }
  #left_nav ul li {
    display: block !important;
    float: none;
    position: relative; }
    #left_nav ul li a {
      color: #87009a;
      background: none;
      font-size: 13px;
      font-weight: bold;
      padding: 0 1em;
      height: 2em;
      line-height: 2em;
      border-bottom: 1px dashed #00a0e8; }
  #left_nav ul li.dropdown::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    color: #00a0e8;
    right: 5px; }
  #left_nav ul li.dropdown.open::before {
    content: "\f0d7"; }
#left_nav ul.dropdown-menu {
  padding: 1em 0;
  position: static;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none; }
  #left_nav ul.dropdown-menu li {
    border: none; }
    #left_nav ul.dropdown-menu li a {
      font-size: 10px;
      border: none; }
#left_nav ul.third {
  padding: 0 0 0 10px;
  border: none; }

.more-views ul li {
  display: inline-block;
  margin: 0 10px 10px 0; }

.left-widget {
  margin: 1.5em 0; }
  .left-widget h2 {
    border-radius: 5px;
    background: #87009a;
    background: -moz-linear-gradient(top, #87009a 0%, #5b0068 100%);
    background: -webkit-linear-gradient(top, #87009a 0%, #5b0068 100%);
    background: linear-gradient(to bottom, #87009a 0%, #5b0068 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87009a', endColorstr='#5b0068',GradientType=0 );
    padding: 0.5em;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin: 0 0 -5px;
    position: relative;
    z-index: 20; }
  .left-widget .content {
    float: none;
    background: #fff;
    padding: 1em 1.5em;
    margin: 0;
    border-radius: 5px;
    border: 2px solid #e0cfea; }

#footer {
  color: #87009a; }
  #footer .copyright {
    font-size: .8em;
    margin: 0; }
  #footer .container {
    padding: 0; }
  #footer .footer {
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0; }
    #footer .footer .newsletter {
      background: #87009a;
      /* Old browsers */
      background: -moz-linear-gradient(top, #87009a 0%, #5b0068 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #87009a 0%, #5b0068 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #87009a 0%, #5b0068 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87009a', endColorstr='#5b0068',GradientType=0 );
      /* IE6-9 */
      padding: 0.5em;
      color: #fff;
      font-weight: bold;
      font-size: 21px;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
      margin: 0 0 -5px;
      position: relative;
      z-index: 20;
      border-radius: 5px; }
      #footer .footer .newsletter label {
        background-image: url(../images/bg_newsletter.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 50px; }
      #footer .footer .newsletter input[type="text"] {
        display: inline;
        width: 175px;
        border-radius: 20px;
        height: 28px;
        color: purple; }
      #footer .footer .newsletter button {
        background: none;
        border: none;
        font-weight: bold; }
    #footer .footer .footer-nav {
      padding: 1em;
      background: #fff;
      margin: 0 5px 1em;
      border-radius: 5px;
      border: 2px solid #e0cfea; }
      #footer .footer .footer-nav h4 {
        color: #f33501; }

.sitelinks ul {
  text-align: center; }
  .sitelinks ul li {
    display: inline-block;
    margin-left: -5px; }
    .sitelinks ul li a {
      border-right: 1px solid;
      font-size: .8em;
      padding: 0 .5em; }
  .sitelinks ul li:last-child a {
    border: none; }

#footer_info {
  color: #87009a; }
  #footer_info .col-md-4 {
    border-right: 1px dotted #e0cfea; }
  #footer_info ul {
    display: block;
    margin-left: 10px; }
    #footer_info ul li {
      display: block; }
      #footer_info ul li a {
        color: #87009a;
        border: none;
        font-weight: bold; }

#search_autocomplete {
  padding: 1em;
  background: #fff;
  z-index: 60;
  color: #222; }

/* Progressive Enhancement */
@media screen and (min-width: 786px) {
  #navigation ul li a {
    height: 45px;
    padding: 10px 5px 0;
    font-size: .6em;
    line-height: 16px; }
  #navigation ul li.single a, #navigation ul li.home a {
    line-height: 30px; }

  #left_nav .navbar-collapse {
    padding: 0 5px; } }
@media screen and (min-width: 992px) {
  #navigation {
    margin-bottom: -1px; }
    #navigation .navbar-collapse {
      background: none; }
    #navigation ul li {
      margin-left: 4px; }
      #navigation ul li a {
        background: #f33501;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        font-size: .7em; }
    #navigation ul li.home {
      margin: 0; }
      #navigation ul li.home a {
        background: url(../images/link_home.png) no-repeat center;
        color: transparent;
        width: 63px;
        height: 45px; }
        #navigation ul li.home a span {
          display: none; }

  #cart-links {
    position: relative;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87009a+0,5b0068+100 */
    background: #87009a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #87009a 0%, #5b0068 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #87009a 0%, #5b0068 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #87009a 0%, #5b0068 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87009a', endColorstr='#5b0068',GradientType=0 );
    /* IE6-9 */ }
    #cart-links .search {
      padding: 0 1em;
      position: absolute;
      top: 5px;
      right: 45px; } }
@media screen and (min-width: 1200px) {
  .container {
    width: 1024px; }

  .container.body-wrapper {
    width: auto; }

  #navigation ul li a {
    font-size: .77em; } }

/*# sourceMappingURL=skin.css.map */
