@charset "utf-8";
/* CSS Document */


.productView-table .productView-table-row:first-of-type {
        border-bottom: 1px solid #d2d2d2;
}

.productView-table .productView-table-row .productView-table-header .productView-table-data {
	    border-top: 0px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-left: 0px solid #d2d2d2;
        border-right: 0px solid #d2d2d2;
    }
.quickSearchResults .suggestion-title,
.quickSearchResults .suggestion-list,
.quickSearchResults .search-suggestion,
.quickSearchResults .suggestion-item {
    display: none !important;
}

.productView-img-container {
    position: relative;
    max-width: 300px;
    width: 100%;
}

  .cpc-left-img {
    display: block;
    margin: 0;         /* left-aligned, no auto centering */
    width: 100%;       /* mobile default */
    max-width: 500px;  /* never upscales past the original */
    height: auto;      /* keep aspect ratio */
  }
  @media (min-width: 768px) {
    .cpc-left-img {
      width: 50%;
    }
  }

  .cpc-left-img {
    display: block;
    margin: 0;         /* left-aligned */
    width: 100%;       /* mobile default */
    max-width: 500px;  /* never upscales past the original */
    height: auto;      /* keep aspect ratio */
  }
  @media (min-width: 768px) {
    .cpc-left-img {
      width: 30%;
    }
  }
