div#sp-logo a.logo {
  margin: auto auto;
}

header#sp-header {
    box-shadow: none;
}

/*  Logo resize on scroll */
/*
header#sp-header img.sp-default-logo {
  height: 75px;
  transition: height 2s;
  -webkit-transition: height 2s;
}
*/
body.itemid-101 header#sp-header img.sp-default-logo {
  height: auto;
  transition: height 2s;
  -webkit-transition: height 2s;
}

body.itemid-101 header#sp-header.smaller img.sp-default-logo {
  height: 75px;
  transition: height 2s;
  -webkit-transition: height 2s;
  position: relative;
}

img.browseProductImage {
  margin: auto;
}

section#sp-main-body {
  padding-top: 0;
}

div#fancybox-wrap {
  top: 100px !important;
}

@media (max-width: 480px) { /* mobiles */
  div#sp-logo div.sp-column {
    width: 160%;
    z-index: 9999;
  }
  header#sp-header {
    height: 70px;
  }
  section.sppb-section {
    padding-top: 0 !important;
  }
  
  div#fancybox-wrap {
    top: 80px !important;
  }
  
}

div.category.floatleft.width33 div.spacer h2 a {
  font-size: 150%;
}

body.itemid-135 div.category-view div.category-view  {
  display: none;
}

div.product div.product-container {
  min-height: 609px;
}

body {
  color: #000;
}

div.productDisplayShipment,
div.product-price   {
  font-weight: bold;
  font-size: 20px;
}
div.productDisplayShipment {
  margin-bottom: 5px;
}

[class*="home_panel_"]{
  cursor: pointer;
}