﻿.ui-tooltip {
  width: auto;
  min-width: 100px;
  max-width: 600px;
  font-size: inherit;
}

.devices {
  display: block;
  margin: auto;
  width: 100%;
}

div.jp-audio div.jp-time-holder {
  /* This is overriding a style in jplayer.blue.monday.css because that put the element too far down. */
  top: 22px;
}

div.jp-interface {
  margin-bottom: 1em;
}

.tabbackground {
  background: #f9f9f9;
  padding: 20px;
  border: 2px solid #ccc;
  border-left: 0;
  border-right: 0;
  margin-top: -12px;
}

ul.tabs {
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0px;
  text-align: center;
}

.tabs li {
  list-style: none;
  display: inline;
}

.tabs a {
  border: 2px solid #ccc;
  border-bottom: none;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  height: 52px;
  line-height: 40px;
  cursor: pointer !important;
  font-style: italic;
  font-size: 22px;
  position: relative;
}

  .tabs a.active, .tabs a:hover {
    color: #93328E;
  }

  .tabs a.active {
    background-color: #f9f9f9;
  }

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
}

@media (max-width: 590px) {
  .tabs a {
    height: 40px;
    line-height: 27px;
    font-size: 18px;
  }
}

@media (max-width: 530px) {
  .tabs a {
    line-height: 20px;
    font-size: 14px;
    max-width: 110px;
    vertical-align: bottom;
    padding-bottom: 45px;
  }
}

@media (max-width: 460px) {
  .tabs a {
    line-height: 15px;
    font-size: 11px;
    max-width: 90px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .quantitySpinner input {
    margin-left: 53px;
  }
}

/* Custom Styleing */
.contentHero h1 {
  color: #ffffff;
  z-index: 9999;
}

.padded {
  padding: 40px 0px;
}

.productImageBox {
  /*background-color: #ffffff;*/
  text-align: center;
  padding: 10px;
}

.productImageBox img {
  width: auto;
  height: auto;
  max-height: 250px; /* Match max-height with image transform constraints */
  max-width: 250px; /* Match max-width with image transform constraints */
}

.selectize-control {
  max-width: 200px;
}

.hero-content {
  z-index: 1;
}

.btn-primary {
  background: #92278f;
  color: #ffffff;
  border-color: #92278f;
  padding: 10px 20px;
}

.btn-primary:hover {
  background: #4bc1eb !important;
  color: #ffffff !important;
  border-color: #4bc1eb !important;
}


.quantitySpinner {
  position: relative;
  margin-bottom: 15px;
  width: 176px;
  text-align: center;
}

.quantitySpinner input {
  position: relative;
  width: 70px !important;
  height: 50px !important;
  z-index: 2;
  color: #93328e;
  text-align: center;
  font-size: 20px;
}

.quantitySpinner > div {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  text-align: left;
}

.quantitySpinner > div > div {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  position: absolute;
  top: 0px;
  text-align: center;
  padding: 15px;
  color: #909090;
}

.quantitySpinner > div > div.spinup {
  right: 0px;
}

.quantitySpinner > div > div.spindown {
  left: 0px;
}

.quantitySpinner > div > div:hover {
  background: #4bc1eb;
  color: #ffffff;
  cursor: pointer;
}

.list_price_header {
  color: #545454;
}

.list_price_label {
  font-size: 14px;
  color: #545454;
}

.price_label {
  font-size: 24px;
  color: #ef4123;
}

.strikethrough {
  text-decoration: line-through;
}


.MainTabs {
  margin: 30px 0;
  width: 100%;
}


.product-slide-container {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.carousel-wrapper {
  height: 200px;
}

.enrollmentKitLink {
  text-align: center;
  margin-top: -10px;
}

.Edition, .Edition p {
  text-align: center !important;
  color: white !important;
  margin-bottom: 5px;
}

.Edition {
  background-color: #9acfbd;
  border-bottom: solid 2px white;
  margin: 0px 5px;
  /*margin-top: 25px;
   margin-left: -15px;
   margin-right: -15px;
   margin-bottom: -15px;*/
}

.Edition h4 {
  font-size: 22px !important;
}

#aNotify {
  text-decoration: underline;
  cursor: pointer;
}

#MainMeganizr>li#searchButtonLi .open.product__sticky-bar-visible {
  margin-top: 172px!important; /*To account for the item sticky header*/
  transition: all .03s ease !important; /* This was marked 'transform'; the property wanted was probably 'transition', since 'transform: all' won't work. */
}

@media (max-width: 980px) {
  .searchButton.open.product__sticky-bar-visible .searchIcon {
    margin-top: 145px!important; /*To account for the item sticky header*/
  }
}

#sb-site #content {
  background-color: white;
}


.product__wishlist .product__wishlist-label {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}
