
.custome-container {
  display: flex;
  justify-content: center;
}
.three-sixty-wrap {
  width: 100%;
}
.view-wrap {
  margin: 0 auto;
  width: 86%;
}
.threeSixtyBg {
  position: relative;
}
.section-360, .threeSixtyBg {
  float: left;
  width: 100%;
}
.spin-360-wrapper {
  background-size: contain;
  float: none;
  position: unset;
  top: 40px;
  width: unset;
}
/* .experience-wrap {
  background-size: contain;
  float: right;
  position: absolute;
  right: 0;
  top: 40px;
  width: 64%;
} */
.spin-wrapper {
  background-size: cover;
  margin: 0 auto;
  width: unset!important;
}
.spin-wrapper .spritespin-stage {
  align-content: center;
  align-items: center;
  display: flex!important;
  justify-content: center;

}
.spritespin-stage {
  cursor: grabbing;
}
.section-360.three-wheeler .rotate-360-img {
  margin-bottom: 5px;
  padding-top: 15px;
}
.section-360 .rotate-360-img {
  bottom: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 50px;
}
.auto-360 .section-360-tabs-and-colors {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 463px;
}
.active {
  display: block;
}
.color-list {
  /* float: right; */
  text-align: center;
  /* width: 50%; */
}
.colour-picker .available-wrapper .color-list {
  flex-direction: column;
}
.auto-360 .color-list {
  padding: 0 0 1rem;
  position: relative;
  top: 5px;
  width: 40%;
}
.auto-360 .active {
  display: flex;
}
.colors-option {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}
.color-list .colors-option {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
}
.colors-option, .colors-tagline {
  font-family: Poppins;
  font-style: normal;
}
.color-list .colors-tagline {
  display: none;
}
.colour-picker .available-wrapper, .color-list .exteriorColorPallet {
  padding-left: 0!important;
}
.color-list .exteriorColorPallet {
  justify-content: center;
}
.exteriorColorPallet li {
  display: inline-block;
  margin: 0 0.5em;
  position: relative;
}
.exteriorColorPallet li a {
  display: block;
}
.color-list .exteriorColorPallet li a .icon {
  border: 2px solid #c4c4c4;
  height: 22px;
  width: 22px;
}
.exteriorColorPallet li.active .icon {
  outline: 2px solid #006ad0;
}
.exteriorColorPallet li a .icon {
  background: #000;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 15px;
}
.auto-360 .exteriorColorPallet li.active a .color-name {
  bottom: -38px;
  color: #000;
  font-family: Poppins;
  line-height: 14px;
}
.exteriorColorPallet li.active a .color-name {
  display: none;
}
.exteriorColorPallet li a .color-name {
  bottom: -57px;
  color: #fff;
  display: none;
  font-family: ProximaNovaRegular;
  font-size: 12px;
  height: 40px;
  left: 50%!important;
  line-height: 17px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: max-content;
}
.auto-360 .color-variant-name {
  font-size: 12px;
  line-height: 0px;
  position: relative;
  top: 5px;
}
.color-variant-name {
  color: #000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto;
  width: auto;
}

.spin-wrapper img {
  width: auto!important;
}
.section-360 .SpinImages img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .SpinImages {
    height: calc(100vh - 175px)!important;
  }
  .section-360.three-wheeler .SpinImages {
    height: 360px!important;
  }
  .section-360 .SpinImages img {
    height: auto!important;
    width: inherit !important;
  }
}

/* @media only screen and (max-width: 1440px) {
  .spin-wrapper img {
    width: auto!important;
  }
  .section-360 .SpinImages img {
    height: 100%!important;
    width: auto!important;
  }
} */