/* Shipping Table styles */
#shipping-options-table td {
  border: solid 1px black;
  padding: 0.3rem 1rem 0.3rem 0.5rem;
  font-size: smaller;
}

#shipping-options-table > thead {
  font-weight: bold;
  background-color: #ddd;
}

#shipping-options-table caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.03rem;
}

#shipping-options-table {
  margin-bottom: 20px;
}

/* Styles for tri-bar at top of page */

#emthemesModezBannersBlockAfterHeader .banner-row {
  background-color: #130166;
  color: #fff;
}

#emthemesModezBannersBlockAfterHeader a {
  color: #fff;
}

#emthemesModezBannersBlockAfterHeader img {
  opacity: 0.9;
  height: 20px;
}

/*Category page custom styles */
#categoryDivider {
  height: 1px;
  background-color: #dcdcdc;
  margin-bottom: 14px; /*27px if desc is present*/
}

/* Old description styles */
#tab-description p:empty {
  display: none;
}

.content-header {
  color: white;
  font-weight: bold;
  background-color: #2b3687;
  padding: 5px;
}

#prodtxtblue,
#ebayreplacetxt {
  color: #005f97;
  font-weight: bold;
  /*font-size: 12px; */
}

#prodtxtbluenobold {
  color: #005f97;
  font-size: 12px;
}

#prodtxtblacknobold {
  color: #000000;
  font-size: 12px;
}

/* Styles for videos - have to overwrite default BC styles*/
.video {
  opacity: 1 !important ;
}
#ProductVideos {
  width: 70% !important ;
  margin: auto !important;
}
.videoGallery-list {
  height: 500px !important;
  overflow: scroll !important;
}
.video-title {
  line-height: 1 !important;
  margin-bottom: 0.4rem !important;
  margin-top: 0.25rem !important;
}
.video-figure img {
  margin-right: 0px !important;
  width: 50px !important;
}
.videoGallery-main {
  width: calc(66.66667%) !important;
}
.video-figure {
  margin-right: 0.3rem !important;
}
.video-description {
  line-height: 1.1rem !important;
}

/* Styles for new description */
/* Style 1  */
#product-desc {
  width: 70%;
  margin: auto;
}

.prod-desc-h2 {
  color: black;
  background-color: #e8e8ff;
  font-weight: bold;
  padding: 3px;
  margin-top: 3rem;
  letter-spacing: 1px;
}

.product-desc-h1 {
  font-weight: bold;
  font-size: x-large;
  display: table;
  margin: auto;
  padding: 0 25px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  border-bottom: solid #dcdcdc 2px;
  text-align: center;
}

#prod-desc-difficulty-img {
  width: 60px;
}


#product-desc iframe {
  height: 150px;
  width: 100%;
}

#prod-desc-aftermarket-cross {
  text-align: center;
  width: 50%;
  margin: auto;
}

#crossTableTextCell {
  text-decoration: underline;
  color: #130166;
}

#crossTable {
  display: inline-table;
  margin-top: 15px;
  background-color: white;
  padding: 0 1rem;
  box-shadow: rgba(0, 0, 20, 0.5) 1px 1px 8px -2px;
  text-align: center;
}

.hover-highlight:hover {
  color: gray;
  opacity: 0.9;
}

.cross-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#crossTableImageCell {
  padding-right: 5px;
}

#ebayusedonmn {
  width: 100%;
  height: 150px;
  line-height: 1.5em;
  font-size: 10px;
  overflow: auto;
}

.ebay {
  display: none;
}
