body {
  height: auto;
  background-color: #f5f5f5;
}
#breadcrumb-wrapper {
  background-color: #f5f5f5;
  width: 100%;
  margin: 10px 0 10px 0;
}
#breadcrumb-wrapper .active {
  color: #e10098;
}
.breadcrumb-margin {
  max-width: 1600px;
  min-width: 1000px;
  margin: 0 auto;
}
#product_wrapper {
  padding: 15px 0 15px 0;
  background-color: #fff;
  width: 100%;
}
#product_wrapper .product-margin {
  max-width: 1600px;
  min-width: 1000px;
  margin: 0 auto;
}
#pdp-productAddToCart {
  border: 0;
}
#pdp-productAddToCart #less,
#pdp-productAddToCart #more {
  display: none;
}
#pdp-productAddToCart form #cantLabel {
  display: block;
  margin-right: 0;
  text-transform: inherit;
  text-align: left;
  margin: 0 0 15px 0;
}
#pdp-productAddToCart form #addButton {
  width: 82%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding: 11px 17%;
  margin: 0;
}
#pdp-productAddToCart form #addButton span {
  display: none;
}
#pdp-productAddToCart form #cantBox {
  vertical-align: inherit;
}
#pdp-productAddToCart form #cantBox div input,
#pdp-productAddToCart form #cantBox div span {
  width: 34px;
}
#pdp-productAddToCart form #cantBox div input::-webkit-outer-spin-button,
#pdp-productAddToCart form #cantBox div input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: inner-spin-button;
  opacity: 1;
  margin: 0 /* <-- Apparently some margin are still there even though it's hidden */;
}
.estimatedDate .selectOption {
  background-color: #fff;
}
#newproductDetailsDIV > .tablet-grid-35 {
  border-right: 1px solid #eee;
}
#pdp-productAddToCart {
  border-bottom: 1px solid #eee;
  padding: 20px 15px 15px;
}
#productName h1 {
  border-bottom: 1px solid #eee;
  padding: 0 0 9px 0;
  margin: 0 0 9px 0;
}
.socialNetworks {
  text-align: left;
}
#main_wrapper > #content > div {
  float: none;
}
.info-wrap {
  float: none;
  margin: 0 auto;
}
#productInfo {
  margin-top: 30px;
}
#productInfo section {
  background-color: #fff;
  border-top: 0;
  margin: 0 0 30px 0;
}
#productInfo section h2 {
  border-bottom: 1px solid #eee;
  margin: 0 0 30px 0;
  padding: 10px 0 10px 0;
  text-transform: none;
}
#productInfo section .sectionContent {
  padding: 0 20px 20px 20px;
}
#productInfo section#features .product_detail {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.product_detail > li {
  background: #fff;
}
.sectionContent ul {
  padding-bottom: 0;
}
.product_detail {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
#productInfo section#features .product_detail li {
  margin: 0;
}
#productInfo section#features .product_detail li span:first-of-type {
  width: auto;
  padding: 7px 7px 0 0;
}
#productInfo section#features .product_detail li span:last-of-type {
  width: auto;
}
#productInfo section#promos .sectionContent > div#moreCards {
  border-left: 0;
}
#productInfo section#promos .sectionContent > div ul li {
  position: initial;
}
#productInfo section#promos .sectionContent > div ul {
  margin-left: 0;
  list-style-type: none;
}
#productInfo section#promos .sectionContent > div {
  width: 30%;
}
#productInfo section#promos .sectionContent > div ul li strong {
  font-weight: normal;
}
.dynDesc {
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
}
.otherSellers {
  position: relative;
  margin: 30px 0 0 0;
}
.otherSellers h3 {
  font-size: 13px;
  background-color: #f5f5f5;
  padding: 9px;
  display: block;
  text-align: center;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.otherSellers a {
  display: block;
  padding: 9px 15px 9px 15px;
  border: 1px solid #eee;
  font-size: 13px;
}
.otherSellers a span {
  color: #e10098;
}
.otherSellers a i {
  float: right;
}
.bigTicket-edd {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #eee;
}
.bigTicket-edd h3 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px 0;
}
.bigTicket-edd p {
  font-size: 12px;
  color: #fa0;
}
.seller-wrap {
  color: #838383;
  font-size: 12px !important;
  margin: 15px 0 0 0 !important;
  font-weight: 100 !important;
}
.seller-wrap a {
  color: #838383 !important;
  text-decoration: underline;
   font-size: 12px;
}
#content .grid-container .grid-80.tablet-grid-80.info-wrap {
  width: 100% !important;
}
.nav-container-cartridge {
  margin-bottom: 0;
  overflow: auto;
  border-bottom: none;
  padding-bottom: 30px;
  background: #fff;
  padding-left: 0px;
  width: 100%;
}
#pdpReccomendations .nav-container-cartridge .owl-text.owl-text-new {
  padding-left: 20px;
}
#pdpReccomendations .nav-container-cartridge .owl-text.owl-text-new {
  text-transform: lowercase;
}

#pdpReccomendations .nav-container-cartridge .owl-text.owl-text-new:first-letter {
  text-transform: uppercase;
}