.scheme-outer {
  position: relative;
}
.scheme-box {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  text-align: center;
}
.scheme-wrapper {
  position: relative;
  display: inline-block;
}
.scheme-img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}
.float-box {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.6s;
  background: #fff;
  z-index: 2;
  background-color: white;
  padding: 14px;
  box-sizing: border-box;
  width: 248px;
  border-radius: 2px;
  box-shadow: 0px 1px 5px 1px #adadad;
  text-align: center;
}
.float-close {
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 18px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 1;
}
.mpoint {
  position: absolute;
  background-color: rgb(60 168 10 / 44%);
  cursor: pointer;
  opacity: 0.3;
}
.mpoint:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.active-point {
  background: #ffd669 !important;
  transition: 0.3s;
}
.btn-part {
  color: #fff;
}
.btn-part:hover,
.btn-part:focus {
  opacity: 0.8;
  outline: 0 !important;
  color: #fff;
}
.float-name, .float-name a {
  font-size: 17px;
  line-height: 20px;
}
.float-name a, .partname a {
  color: #b01216;
  word-break: break-word;
}
.float-name a:hover, .partname a:hover {
  text-decoration: underline !important;
}
.float-product .float-model {
  margin: 10px 0 6px 0;
  font-weight: lighter;
  font: menu;
}
.float-set {
  font-weight: lighter;
  font: menu;
  margin-bottom: 5px;
}
.float-product .float-price p {
  font-size: 18px;
  margin: 5px auto;
}
.float-product .price-old,
.partprice .price-old {
  color: #999;
  text-decoration: line-through;
  text-decoration-color: red;
  font-size: 13px;
}
.float-product .float-price p {
  margin-bottom: 15px;
}
.partprice p {
  margin-bottom: 0;
}
.float-product .price-old {
    margin-left: 10px;
}
.table-points th, .table-points td {
    vertical-align: middle !important;
}
.partmodel {
  word-break: break-word;
}
.scheme {
  transition: 0.3s;
  margin-bottom: 15px;
}
.float-form {
  text-align: center;
}
.float-form input,
.float-form textarea {
  margin-bottom: 12px;
}
.float-form .alert {
  margin-top: 25px;
}
.float-form .alert button {
  display: none;
}
.mpoint.rounded {
  border-radius: 50%;
}
.partbuy {
  text-align: center;
}

/* Slider */
.float-slider {
  width: 220px;
  text-align: center;
  overflow: hidden;
}
.float-slides {
  display: flex;
}
.float-slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 220px;
  margin-right: 50px;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.float-slider .float-dot {
  display: inline-flex;
  width: 25px;
  height: 25px;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.5rem 0;
  position: relative;
  background: #535353;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 4px;
}
.float-slider > .float-dot:last-child {
  margin-right: 0;
}
.float-slider > .float-dot:active {
  top: 1px;
}
.float-slider > .float-dot.active {
  background: #04b104;
}
.float-slider > .float-dot:hover {
  background: green;
}

/* Quantity */
.qty-counter {
  position: relative;
  width: max-content;
}
.counter-minus,
.counter-plus {
  position: absolute;
  padding: 8px;
  background: none;
  border: 0;
  outline: 0;
  transition: 0.3s;
  font-weight: bold;
}
.counter-minus {
  top: 0;
  left: 0;
}
.counter-plus {
  top: 0;
  right: 0;
}
.counter-minus:hover,
.counter-plus:hover {
  color: #000;
}
.qty-counter input {
  max-width: 76px;
  padding: 3px 25px;
  text-align: center;
  cursor: default;
  background: #fff !important;
}

/* Category */
.scheme-category {
  text-align: center;
  margin-bottom: 20px;
}
.scheme-category-image {
  margin-bottom: 12px;
}
.scheme-category-image a {
  transition: .3s;
}
.scheme-category-image a:hover {
  opacity: 0.85;
}
.scheme-category-image img{
  margin: 0 auto;
}
.scheme-category-name {
  font-size: 26px;
}

/* Accordion Menu */
.scheme-nav {
  border: 1px solid #ddd;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.scheme-nav ul {
  list-style: none;
  padding-left: 0;
}
.scheme-nav ul>li>ul {
  padding-left: 18px;
}
.scheme-nav ul>li>ul>li>ul {
  padding-left: 32px;
}
.scheme-nav ul>li>ul>li>ul>li>ul {
  padding-left: 40px;
}
.scheme-nav a {
  display: block;
  padding: .85rem;
  font-size: 15px;
  color: #000;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.scheme-nav a:focus, .scheme-nav a:hover {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-underline-offset: 2px;
}
.scheme-nav a[href="#"]:focus, .scheme-nav a[href="#"]:hover {
  text-decoration-line: underline !important;
  text-decoration-style: dotted !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.scheme-nav a.active {
  color: #b01216;
  text-decoration-line: underline;
  text-decoration-style: solid !important;
  text-underline-offset: 2px;
}
.scheme-nav li > a > span {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.scheme-nav li.open > a > span {
  transform: rotate(-180deg);
}
.scheme-nav-heading {
  padding: 12px 10px;
  background: #e9e9e9;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.scheme-nav-heading span {
  color: #b01216;
}

/* Prev Next Buttons */
#prevnext {
  margin-bottom: 20px;
  min-height: 22px;
}
.prevnext {
  clear: both;
}
.prevnext a {
  font-size: 14px;
  border: 1px solid;
  padding: 4px 6px;
  transition: .3s;
}
.prevnext a:hover, .prevnext a:focus {
  background: #efefef;
}

/* Zoom Buttons */
.mapzoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 97px;
  height: 64px;
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
  opacity: 0.55;
  z-index: 2;
}
.mapzoom button {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transition: 0.3s;
}
.mapzoom button:hover {
  opacity: 0.7;
}
.mapzoom button[data-action="zoomin"] {
  width: 22px;
  height: 22px;
  left: 4px;
  top: 11px;
  background: url(icons.png) -16px -16px no-repeat, #ffffff;
}
.mapzoom button[data-action="zoomout"] {
  width: 22px;
  height: 22px;
  left: 4px;
  top: 33px;
  background: url(icons.png) -66px -16px no-repeat, #ffffff;
}
.mapzoom button[data-action="left"] {
  left: 37px;
  top: 23px;
  background: url(icons.png) -117px -17px no-repeat, #ffffff;
}
.mapzoom button[data-action="right"] {
  left: 75px;
  top: 23px;
  background: url(icons.png) -167px -17px no-repeat, #ffffff;
}
.mapzoom button[data-action="down"] {
  left: 56px;
  top: 42px;
  background: url(icons.png) -217px -17px no-repeat, #ffffff;
}
.mapzoom button[data-action="up"] {
  left: 56px;
  top: 4px;
  background: url(icons.png) -267px -17px no-repeat, #ffffff;
}
.mapzoom button[data-action="reset"] {
  left: 56px;
  top: 23px;
  background: url(icons.png) -317px -17px no-repeat, #ffffff;
}

/* Responsive */
@media (max-width:500px) {
  .scheme-category, .scheme-category-image {
    height: auto;
  }
  .scheme-category-name {
    font-size: 20px;
  }
  .table-points th {
    word-break: break-all;
  }
}