div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;
}

.variant-info-container {
  display: flex;
  color: #666666;
  justify-content: space-between;
  align-items: center;
}

.variant-info {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.variant-option {
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
}

.variant-option,
.variant-sku span,
.variant-weight span {
  font-weight: 700;
}

.variant-sku,
.variant-weight {
  font-size: 11px;
  padding-bottom: 2px;
}

.variant-price {
  font-size: 16px;
  color: #000;
}

.product-desc p {
  padding-top: 5px;
}

.product-desc a {
  font-weight: bold;
}

.product-desc ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-desc ul ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-desc ol {
  list-style-position: inside;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-desc ol li {
  list-style-type: decimal !important;
}

#itemManualSection {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  border-bottom: solid #1E5593 2px;
  margin-bottom: 20px;
}

.manual-container {
  display: flex;
  padding-top: 5px;
  padding-bottom: 25px;
}

.manual-container img  {
  height: 36px;
  padding-right: 6px;
}

.manual-link {
  color: #005496;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
}

.manual-container p {
  font-size: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.manual-download-button {
  color: #C4161C !important;
  font-size: 11px;
}

.manual-download-button:hover {
  text-decoration: underline;
  color: #999 !important;
}

.btn.variant{
  font-family: Verdana;
  font-size: 12px;
  width: 100%;
  background-color: #F9F9F9;
  border: 2px solid #CCCCCC;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 5px 5px 5px 0px;
  transition: 0ms;
  color: #555555;
  font-weight: 400;
  cursor: pointer;
  white-space:nowrap;
}

.btn.variant:hover { 
  background-color: #E3E9F0; 
  outline: 2px solid #005496;
}

.btn.variant.active{ 
  background-color: #FFECCF; 
  border: 2px solid #FF9900;
}

.btn.variant * {
  color: #555555;
}

.btn.variant:hover *,
.btn.variant.active * {
  color: #000000;
}

.btn.variant:hover .variant-price,
.btn.variant.active .variant-price,
.btn.variant:hover .variant-option,
.btn.variant.active .variant-option {
  font-weight: 700;
}

.options-text {
  font-weight: 700;
  font-size: 15px;
  color: #005496;
  padding: 10px;
}

.active-variant-btnAdd-container {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#active-variant-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
}

.hide {
  display: none !important;
}

.product-detail-container {
  display: flex;
  flex-direction: row;
}

.product-detail-picture-container {
  flex: 1;
  margin-right: 15px;
  min-height: 100%;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  border: none !important
}

.product-detail-main-img-container {
  margin-top: auto;
}

.product-detail-main-img-container img {
  max-width: 100%; 
  padding:10px;
}

.thumbnail-slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: auto;
}

#thumbPrev,
#thumbNext {
  filter: invert(19%) sepia(34%) saturate(6865%) hue-rotate(191deg) brightness(91%) contrast(103%);
}

.product-detail-desc-container {
  flex: 1;
  border-top:solid #1E5593 2px;
}

#ReviewsWidget {
  padding-top: 50px;
}

.u-marginTop--xs:hover {
  font-weight: 550;
  color: #1E5593;
  cursor: pointer;
}

/********************* Media Queries **********************/

/************************* Tablet and Smaller **************/

@media only screen and (max-width: 850px) {

  .product-detail-container {
    flex-direction: column;
  }

  .product-detail-picture-container {
    margin-bottom: 20px;
  }

}