/* -------------------------------------------------------------------------------------  */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;1,400&display=swap');
body [data-vm-section] *{
  font-family: 'Manrope', sans-serif !important;
}
body{
  font-size: 16px !important;
}
/*================ Headings ================*/
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  /*   font-family: var(--font-stack-header); */
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h3,
.h3 {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em);
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 749px) {
  h3,
  .h3 {
    font-size: calc(((var(--font-h3-mobile)) / (var(--font-size-base))) * 1em);
  }
}

h4,
.h4 {
  font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em);
}
@media only screen and (max-width: 749px) {
  h4,
  .h4 {
    font-size: calc(((var(--font-h4-mobile)) / (var(--font-size-base))) * 1em);
  }
}

h5,
.h5 {
  font-size: calc(((var(--font-h5-desktop)) / (var(--font-size-base))) * 1em);
}
@media only screen and (max-width: 749px) {
  h5,
  .h5 {
    font-size: calc(((var(--font-h5-mobile)) / (var(--font-size-base))) * 1em);
  }
}

h6,
.h6 {
  font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1em);
}
@media only screen and (max-width: 749px) {
  h6,
  .h6 {
    font-size: calc(((var(--font-h6-mobile)) / (var(--font-size-base))) * 1em);
  }
}
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%;
  }
  /* Halves */
  .small--one-half {
    width: 50%;
  }
  /* Thirds */
  .small--one-third {
    width: 33.33333%;
  }
  .small--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .small--one-sixth {
    width: 16.66667%;
  }
  .small--two-sixths {
    width: 33.33333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.66667%;
  }
  .small--five-sixths {
    width: 83.33333%;
  }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%;
  }
  .small--two-twelfths {
    width: 16.66667%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.33333%;
  }
  .small--five-twelfths {
    width: 41.66667%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.33333%;
  }
  .small--eight-twelfths {
    width: 66.66667%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.33333%;
  }
  .small--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .small--one-half:nth-child(2n + 1),
  .grid--uniform .small--one-third:nth-child(3n + 1),
  .grid--uniform .small--one-quarter:nth-child(4n + 1),
  .grid--uniform .small--one-fifth:nth-child(5n + 1),
  .grid--uniform .small--one-sixth:nth-child(6n + 1),
  .grid--uniform .small--two-sixths:nth-child(3n + 1),
  .grid--uniform .small--three-sixths:nth-child(2n + 1),
  .grid--uniform .small--one-eighth:nth-child(8n + 1),
  .grid--uniform .small--two-eighths:nth-child(4n + 1),
  .grid--uniform .small--four-eighths:nth-child(2n + 1),
  .grid--uniform .small--five-tenths:nth-child(2n + 1),
  .grid--uniform .small--one-twelfth:nth-child(12n + 1),
  .grid--uniform .small--two-twelfths:nth-child(6n + 1),
  .grid--uniform .small--three-twelfths:nth-child(4n + 1),
  .grid--uniform .small--four-twelfths:nth-child(3n + 1),
  .grid--uniform .small--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-up--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%;
  }
  .medium-up--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
  }
  .medium-up--two-quarters {
    width: 50%;
  }
  .medium-up--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
  }
  .medium-up--two-fifths {
    width: 40%;
  }
  .medium-up--three-fifths {
    width: 60%;
  }
  .medium-up--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%;
  }
  .medium-up--two-sixths {
    width: 33.33333%;
  }
  .medium-up--three-sixths {
    width: 50%;
  }
  .medium-up--four-sixths {
    width: 66.66667%;
  }
  .medium-up--five-sixths {
    width: 83.33333%;
  }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
  }
  .medium-up--two-eighths {
    width: 25%;
  }
  .medium-up--three-eighths {
    width: 37.5%;
  }
  .medium-up--four-eighths {
    width: 50%;
  }
  .medium-up--five-eighths {
    width: 62.5%;
  }
  .medium-up--six-eighths {
    width: 75%;
  }
  .medium-up--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
  }
  .medium-up--two-tenths {
    width: 20%;
  }
  .medium-up--three-tenths {
    width: 30%;
  }
  .medium-up--four-tenths {
    width: 40%;
  }
  .medium-up--five-tenths {
    width: 50%;
  }
  .medium-up--six-tenths {
    width: 60%;
  }
  .medium-up--seven-tenths {
    width: 70%;
  }
  .medium-up--eight-tenths {
    width: 80%;
  }
  .medium-up--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%;
  }
  .medium-up--two-twelfths {
    width: 16.66667%;
  }
  .medium-up--three-twelfths {
    width: 25%;
  }
  .medium-up--four-twelfths {
    width: 33.33333%;
  }
  .medium-up--five-twelfths {
    width: 41.66667%;
  }
  .medium-up--six-twelfths {
    width: 50%;
  }
  .medium-up--seven-twelfths {
    width: 58.33333%;
  }
  .medium-up--eight-twelfths {
    width: 66.66667%;
  }
  .medium-up--nine-twelfths {
    width: 75%;
  }
  .medium-up--ten-twelfths {
    width: 83.33333%;
  }
  .medium-up--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .medium-up--one-half:nth-child(2n + 1),
  .grid--uniform .medium-up--one-third:nth-child(3n + 1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
}

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%;
  }
  .small--push-two-thirds {
    left: 66.66667%;
  }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%;
  }
  .small--push-two-quarters {
    left: 50%;
  }
  .small--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%;
  }
  .small--push-two-fifths {
    left: 40%;
  }
  .small--push-three-fifths {
    left: 60%;
  }
  .small--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%;
  }
  .small--push-two-sixths {
    left: 33.33333%;
  }
  .small--push-three-sixths {
    left: 50%;
  }
  .small--push-four-sixths {
    left: 66.66667%;
  }
  .small--push-five-sixths {
    left: 83.33333%;
  }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%;
  }
  .small--push-two-eighths {
    left: 25%;
  }
  .small--push-three-eighths {
    left: 37.5%;
  }
  .small--push-four-eighths {
    left: 50%;
  }
  .small--push-five-eighths {
    left: 62.5%;
  }
  .small--push-six-eighths {
    left: 75%;
  }
  .small--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%;
  }
  .small--push-two-tenths {
    left: 20%;
  }
  .small--push-three-tenths {
    left: 30%;
  }
  .small--push-four-tenths {
    left: 40%;
  }
  .small--push-five-tenths {
    left: 50%;
  }
  .small--push-six-tenths {
    left: 60%;
  }
  .small--push-seven-tenths {
    left: 70%;
  }
  .small--push-eight-tenths {
    left: 80%;
  }
  .small--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%;
  }
  .small--push-two-twelfths {
    left: 16.66667%;
  }
  .small--push-three-twelfths {
    left: 25%;
  }
  .small--push-four-twelfths {
    left: 33.33333%;
  }
  .small--push-five-twelfths {
    left: 41.66667%;
  }
  .small--push-six-twelfths {
    left: 50%;
  }
  .small--push-seven-twelfths {
    left: 58.33333%;
  }
  .small--push-eight-twelfths {
    left: 66.66667%;
  }
  .small--push-nine-twelfths {
    left: 75%;
  }
  .small--push-ten-twelfths {
    left: 83.33333%;
  }
  .small--push-eleven-twelfths {
    left: 91.66667%;
  }
}

@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%;
  }
  .medium-up--push-two-thirds {
    left: 66.66667%;
  }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%;
  }
  .medium-up--push-two-quarters {
    left: 50%;
  }
  .medium-up--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%;
  }
  .medium-up--push-two-fifths {
    left: 40%;
  }
  .medium-up--push-three-fifths {
    left: 60%;
  }
  .medium-up--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%;
  }
  .medium-up--push-two-sixths {
    left: 33.33333%;
  }
  .medium-up--push-three-sixths {
    left: 50%;
  }
  .medium-up--push-four-sixths {
    left: 66.66667%;
  }
  .medium-up--push-five-sixths {
    left: 83.33333%;
  }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%;
  }
  .medium-up--push-two-eighths {
    left: 25%;
  }
  .medium-up--push-three-eighths {
    left: 37.5%;
  }
  .medium-up--push-four-eighths {
    left: 50%;
  }
  .medium-up--push-five-eighths {
    left: 62.5%;
  }
  .medium-up--push-six-eighths {
    left: 75%;
  }
  .medium-up--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%;
  }
  .medium-up--push-two-tenths {
    left: 20%;
  }
  .medium-up--push-three-tenths {
    left: 30%;
  }
  .medium-up--push-four-tenths {
    left: 40%;
  }
  .medium-up--push-five-tenths {
    left: 50%;
  }
  .medium-up--push-six-tenths {
    left: 60%;
  }
  .medium-up--push-seven-tenths {
    left: 70%;
  }
  .medium-up--push-eight-tenths {
    left: 80%;
  }
  .medium-up--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%;
  }
  .medium-up--push-two-twelfths {
    left: 16.66667%;
  }
  .medium-up--push-three-twelfths {
    left: 25%;
  }
  .medium-up--push-four-twelfths {
    left: 33.33333%;
  }
  .medium-up--push-five-twelfths {
    left: 41.66667%;
  }
  .medium-up--push-six-twelfths {
    left: 50%;
  }
  .medium-up--push-seven-twelfths {
    left: 58.33333%;
  }
  .medium-up--push-eight-twelfths {
    left: 66.66667%;
  }
  .medium-up--push-nine-twelfths {
    left: 75%;
  }
  .medium-up--push-ten-twelfths {
    left: 83.33333%;
  }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%;
  }
}
/*================ RTE headings ================*/
.rte {
  color: var(--color-body-text);
  margin-bottom: 35px;
}
.rte:last-child {
  margin-bottom: 0;
}
.rte h1,
.rte h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 55px;
  margin-bottom: 27.5px;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0;
}
.rte li {
  margin-bottom: 4px;
  list-style: inherit;
}
.rte li:last-child {
  margin-bottom: 0;
}

.rte-setting {
  margin-bottom: 19.44444px;
}
.rte-setting:last-child {
  margin-bottom: 0;
}
.container {
    max-width: 1224px !important;
}
header .container,
footer .container{
  max-width: 1399px !important;
}
.text-center {
    text-align: center!important;
}
.sec-spacing{
  padding:20px 0;
}
.product-intro .video-rd {
  position: relative;
}
.product-intro .video-rd .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gray-bg {
  background: #fafafb;
}
.intro-pdp-list {
  padding: 70px 0;
  text-align: center;
}
.intro-pdp-list .inner-intro img {
  width: 72px;
}
.intro-heading {
  text-align: center;
}
.intro-heading h2 {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #212121;
  margin-bottom: 15px !important;
  font-weight: 600;
  margin-top: 12px;
}
del {
  color: #c4c4c4;
  font-weight: 400;
}

.section-head{
  font-size: 36px!important;
  letter-spacing: -.3px!important;
  line-height: 44px!important;
  color: #212121!important;
  margin-bottom: 15px!important;
  font-weight: 600!important;
  margin-top: 12px!important;
  font-family: Gotham,Montserrat;
}


.popup-vid {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display:none;
}
.product-intro .video-rd img{ width: 100%; }
.popup-vid-bg{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.5);
}
.popup-vid-wrapper{
  position: fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index: 9999999;
  max-width: 767px;
  width: 100%;
}
.popup-vid-wrapper .close-popup{
  position:absolute;
  top:0;
  right:50px;
  cursor:pointer;
  z-index: 9999999;
}
.popup-vid-wrapper .close-popup svg{
  fill:#fff;
}
.intro-pdp-list .intro-heading{
  max-width:714px;
  padding:0 15px;
  margin:0 auto;
}
.back-bg {
    background-color: #000;
    padding: 60px 0;
    overflow: hidden;
}
.pdp-center-slider .inner-content {
  display: none;
}
.pdp-center-slider .owl-item.active.center .inner-content {
  display: block;
}
.pdp-center-slider .inner-content p,
.back-bg h2 {
  color: #fff !important;
}
.pdp-center-slider {
  margin-top: 30px;
}
.pdp-center-slider .inner-content {
  margin: 40px auto 0;
  max-width: 650px;
}
.pdp-center-slider .owl-dots .owl-dot {
  width: 80px;
  background: rgba(255, 255, 255, 0.2) !important;
  cursor: pointer;
  height: 3px;
  min-height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  outline: none !important;
}
.pdp-center-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.pdp-center-slider .owl-dots .owl-dot.active {
  background: #0ecfe2 !important;
}
.pdp-center-slider .owl-nav button.owl-next,
.pdp-center-slider .owl-nav button.owl-prev {
  position: absolute;
  color: #fff;
  height: 24px;
  min-height: 24px;
  width: 24px;
  top: 35%;
  background: url("https://cdn.shopify.com/s/files/1/0558/9218/1165/files/Icon-Color.svg?v=1617886960") !important;
  text-indent: -9999px;
  background-position: center;
  background-size: 100% 100% !important;
  outline: none !important;
  opacity: 0.5;
}
.pdp-center-slider .owl-nav button:hover {
  opacity: 0.9;
}
.pdp-center-slider .owl-nav button.owl-prev {
  left: 5%;
}
.pdp-center-slider .owl-nav button.owl-next {
  right: 5%;
  transform: rotate(180deg);
}
.bordertop {
    border-top: 1px solid #e0e0e0;
    padding-top: 60px !important;
}

.blue-link {
    color: #0ecfe2 !important;
}
.pdp-center-slider {
    margin-top: 30px;
}
.pdp-center-slider .inner-content p, .back-bg h2 {
    color: #fff !important;
}
.pdp-center-slider .inner-content {
    margin: 40px auto 0;
    max-width: 650px;
}
.FAQ-accordion,
.FAQ-accordion .btn-link {
  font-size: 18px !important;
  color: #121212 !important;
  text-decoration: none !important;
}
.FAQ-accordion .btn-link {
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;
  white-space: normal;
  background-color: transparent !important;
  text-transform: inherit;
  font-weight: 900;
}
.FAQ-accordion .btn-link.collapsed span {
  transform: rotate(180deg);
}
.card-faq {
  border-bottom: 1px solid #e0e0e0;
}
.card-faq:last-child {
  border-bottom: 0;
}
.specs-section .specs-inner h2 {
  font-weight: 700;
  font-size: 18px ;
  line-height: 30px;
  color: #212121;
}
.specs-section .specs-inner {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
}
.last-two-border-zero .col-md-6:nth-last-child(2) .specs-inner,
.last-two-border-zero .col-md-6:last-child .specs-inner {
  border-bottom: 0;
}
.detail-pdp-section {
  padding: 40px 0;
}
.detail-pdp-section ol {
  padding: 6px 15px;
}
.detail-pdp-section ol li {
  list-style: decimal;
}
.detail-pdp-section p a,
.detail-pdp-section p,
.detail-pdp-section ol li {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  margin-bottom: 3px !important;
}
.y-vid iframe{
  max-width: 1120px;
  width: 100%;
  height: 630px;
  background-color: #000;
  display: block;
  margin: auto;
}
.page-width {
  max-width: 1200px;
  margin: 0 auto;
}

#shopify-section-pgsihxfoxj, #shopify-section-tuxxhgcaqd, #shopify-section-tgcircqeew, #shopify-section-bcwpjufvgy,
body[data-product="delta-2-portable-power-station"] section:not(#shopify-section-jdcxcxcwlg section):not(#PageContainer > section):not(#shopify-section-xfeutemqxv section):not(#shopify-section-vabcijngyz section):not(#product-spec .intro-heading):not(#what-in-the-box):not(#product-spec) {
  background-color: black;
  margin: 0;
  padding: 20px 0 !important;
}

#shopify-section-iwlyjgbsvn table tbody td {
    width: 33.33%;
    max-width: 33.33%;
    font-family: "Gotham", "Montserrat";
}

#shopify-section-iwlyjgbsvn table{
  border:0;
}
#shopify-section-iwlyjgbsvn table td {
    text-align: center;
    border: none;
}

#shopify-section-iwlyjgbsvn table.desktop-image tbody tr:first-child td:first-child {
    text-align: right;
}

#shopify-section-iwlyjgbsvn table.desktop-image tbody tr:first-child td:last-child {
    text-align: left;
}

#shopify-section-iwlyjgbsvn table.desktop-image tr:last-child td:first-child {
    text-align: right;
}

#shopify-section-iwlyjgbsvn table.desktop-image tr:last-child td:last-child {
    text-align: left;
}

#shopify-section-iwlyjgbsvn table td span {
    max-width: 300px;
    display: inline-block;
    margin: 0;
    text-align: left;
}
.text-white{
  color:#fff !important;
}
.pivmjdlowq-section .hd {
    font-size: 30px;
    font-family: Gotham;
    font-weight: 600;
}
.pivmjdlowq-section h2 {
    font-size: 16px!important;
    font-family: Gotham,Montserrat;
    line-height: 22px!important;
    font-weight: 300!important;
}
.discover-psp-button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    border: none;
    margin: 20px auto;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-family: Gotham,Montserrat;
    text-transform: uppercase;
}
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.intro-pdp-tabs {
  padding: 60px 0;
}
.intro-pdp-tabs .left-img {
  height: 548px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 548px;
}
.intro-pdp-tabs .left-img img {
  min-width: 500px;
}
.intro-pdp-tabs .left-into h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
}
.intro-pdp-tabs .left-into p {
  font-size: 14px;
}
.right-into-tabs .tabs-pdp-top li a {
  font-size: 20px;
  line-height: 29px;
  color: #707070;
  padding: 4px;
  margin: 0 15px;
  border: 0;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  text-decoration: none !important;
}
.right-into-tabs .tabs-pdp-top li a.active {
  border-color: #0ecfe2;
  background-color: transparent;
  color: #212121;
}
.right-into-tabs .tabs-pdp-top {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-bottom: 24px !important;
}
.right-into-tabs .tabs-pdp-top li {
  list-style: none;
}
.product-form {
  padding-top: 0 !important;
}
.product-tabs-container {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.product-tabs-container .col-4 {
  padding: 12px !important;
  display: flex;
}
.pdp-list-block {
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
}
.pdp-list-block a{
  transition:unset;
}
.pdp-list-block a:focus{
  outline-offset: 5px !important;
  outline-style: inset !important;
  outline: solid 2px rgb(0,176,240) !important;
}
.pdp-list-block .wrapper {
  flex: 1 1 auto;
}
.pdp-list-block .wrapper h3 {
  font-size: 12px;
  line-height: 18px;
  padding: 15px;
  margin: 0;
}
/* .pdp-list-block ul li a {
	display: block;
} */
.pdp-list-block:hover {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}

.back-bg {
  background-color: #000;
  padding: 60px 0;
  overflow: hidden;
}
.pdp-center-slider .inner-content {
  display: none;
}
.pdp-center-slider .owl-item.active.center .inner-content {
  display: block;
}
.pdp-center-slider .inner-content p,
.back-bg h2 {
  color: #fff !important;
}
.pdp-center-slider {
  margin-top: 30px;
}
.pdp-center-slider .inner-content {
  margin: 40px auto 0;
  max-width: 650px;
}
.tab-img-icons {
  height: 123px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.compare-model-product h3{
  font-size:27px;
  line-height:1.2;
}
.compare-model-product p{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media only screen and (max-width: 749px) {
  .feature-row__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}

.feature-row__image-wrapper {
  margin: 0 auto 19.44444px;
  position: relative;
  width: 100%;
}

.feature-row__image {
  display: block;
  margin: 0 auto;
}
.feature-row__image-wrapper .feature-row__image {
  width: 100%;
  position: absolute;
  top: 0;
}
.feature-row .feature-head{
  font-size: 36px;
  letter-spacing: -.3px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 12px;
}
.feature-row .cs-test{
  font-size:14px;
  font-weight:bold;
}
#FeatureRowImage-tgcircqeew {
  max-width: 662.4410774410774px;
  max-height: 545px;
}
#FeatureRowImageWrapper-tgcircqeew {
  max-width: 662.4410774410774px;
}
.emergencies-head{
  font-size: 36px!important;
  letter-spacing: -.3px!important;
  line-height: 44px!important;
  color: #fff!important;
  margin-bottom: 15px!important;
  font-weight: 600!important;
  margin-top: 12px!important;
}
#what-in-the-box b:not(:first-child) {
    margin-left: 10px;
}
#what-in-the-box small {
  font-weight: 300;
  font-size: 90%;
}
#what-in-the-box p{
  font-size: 16px;
}
.wib-head{
  font-size: 55px;
}
.wib-content{
  background-color: #f8f8f8;
  border-style: none;
  opacity: 1;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
}
.wib-img{
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.wib-img img{
  width:100%;
}
.wib-text{
  margin-top:40px;
}
.wib-text p{
  margin:0;
  font-size: 19px;
  font-weight: 600;
  color: #666;
  background-color: #f8f8f8;
}
.instalation-guid .ig-head{
  font-size: 55px;
  font-weight: 500;
}
.instalation-guid .ib-wrapper{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
}
.instalation-guid .ib-wrapper a{
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  background-color: #09b1aa;
  color: #fff;
  font-weight: 700;
  border-radius: 25px;
  font-size: 24px;
  margin-top:12px;
}
.instalation-guid .ib-wrapper a:hover{
  color: #606060;
}
@media only screen and (max-width: 749px) {
  .feature-row__image {
    order: 1;
  }
}

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px;
}
span.green-text {
    color: #30fb50;
}
.img-width-text-new{
  padding:50px 0;
}
.img-width-text-new .iwt-wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  align-items: center;
  margin: 0 auto;
}
.img-width-text-new .img-wrapper{
  text-align: center;
}
.img-width-text-new .img-wrapper img{
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  margin: auto;
  border-radius: 10px;
}
.img-width-text-new .iwt-wrapper h4{
  font-size: 24px;
  font-weight: 500;
}
.img-width-text-new .iwt-wrapper h2{
  font-size: 35px;
  margin: 0;
  font-weight: 500;
}
.img-width-text-new .iwt-wrapper p{
  margin: 15px 0 10px;
  line-height: 1.3;
}
.img-width-text-new .iwt-wrapper p small{
  font-size:12px;
}
.img-width-text-new.reverse .img-wrapper{
  order:2;
}
.diff-product .intro-heading{
  max-width:840px;
  margin:0 auto;
}
.diff-product .intro-heading h4{
  font-weight: 500;
  font-size: 24px;
}
.diff-product .intro-heading h2{
  font-size: 55px !important;
  line-height: 1.2 !important;
  font-weight: 900;
  margin-top: 20px;
}
.diff-product .intro-heading p{
  margin: 20px 0 0;
  font-size: 19px;
  font-weight: 600;
  color: #666;
}
.small-proinfo .sp-text p{
  font-size: 15px;
  text-align: left;
  margin: 0 0 5px;
  font-weight: 500;
  line-height: 20px;
  color: #c8c8c8 !important;
}
.product-intro .bottom-pr-text{
  max-width:640px;
  margin:40px auto 0;
}
.product-intro .bottom-pr-text p{
  color: #9b9b9b;
  font-size: 15px;
  text-align: center;
  border-style: none;
  opacity: 1;
  line-height: 22px;
  font-weight: 500;
}
.price__badge--sold-out {
  display: none;
}
.pdp-modal {
  font-size: 14px;
  background: rgba(0,0,0,0.5);
}
.pdp-modal .full-height {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.pdp-modal h5 {
  font-size: 28px;
  font-weight: 600;
}
.pdp-modal .close {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 55;
  outline: none !important;
  cursor: pointer;
}
.pdp-modal .close:hover {
    background: unset;
}
.pdp-modal.video-img-modal .modal-content {
  background-color: transparent;
  border: 0;
}
.pdp-modal.video-img-modal iframe {
  width: 100%;
  height: 500px !important;
  border: 0;
}
.pdp-modal.video-img-modal .close {
  position: absolute;
  right: 60px !important;
  top: 0px !important;
  color: #fff;
  opacity: 1 !important;
}
.pdp-modal.video-img-modal .close svg {
  fill: currentColor;
  width: 40px;
  height: 40px;
}
.tab-section{
  padding:40px 0;
}
.tab-section .tab-links{
  display:flex;
  flex-wrap:wrap;
  margin-bottom:30px;
}
.tab-section .tab-links a{
  flex:1;
  color: #172b4d;
  padding: 12px 20px;
  border: 1px solid rgba(155,155,155,.55);
  text-align: center;
  line-height: 1;
}
.tab-section .tab-links a.active{
  background-color: #00b4b4;
  color: #fff;
}
.tab-section .tab-content p,
.tab-section .tab-content li{
  color:#333232;
  list-style: none;
      font-weight: 300;
}
.tab-section .full-img{
  margin-bottom:25px;
}
.full-y-vid iframe{
  max-width: 100%;
  width: 100%;
  height: 630px;
  background-color: #000;
  display: block;
  margin: auto;
}
.tab-section .full-img-wrapper h3{
  text-align: center;
  font-size: 26px;
  margin-top: 25px;
}
.tab-section .f-img-text-sec .f-img-text-sec-head{
  text-align: center;
  font-size: 26px;
  margin-top: 25px;
}
.tab-section .full-img img{
  width:100%;
}
.tab-section .f-img-text-sec{
  margin-top:40px;
}
.text-lightt-gray{
  color: rgb(137, 136, 143) !important;
}
.tab-section .f-img-text-sec .f-img-text-col{
  padding-top: 15px;
  padding-bottom: 15px;
}
.tab-section .f-img-text-sec .f-col-content li:not(:last-child){
  margin-bottom:15px;
}
.tab-section .f-img-text-sec .f-col-content li strong{
  color:rgb(22, 170, 170);
}
.tab-section .f-img-text-sec .f-col-content{
    margin-top: 26px;
}
.tab-section .f-img-text-sec .f-col-content h6{
  text-align:center;
  font-size: 20px;
}
.tab-section .f-img-text-sec .f-col-content p{
  text-align: justify;
  margin: 0;
}
.tab-section .ts-wrapper h3{
  text-align: center;
  font-size: 26px;
  margin-top: 25px;
}
.tab-section .ts-tbl-wrapper{
  border: 1px solid rgba(34,36,38,.15);
  padding:10px;
}
.tab-section .ts-tbl-wrapper table{
  margin-top:0;
}
.tab-section .ts-tbl-wrapper table td{
  font-weight: 300;
}
.tab-section .ts-tbl-wrapper table  th{
  background: #f9fafb;
}
.tab-section .tab-specifications .ts-tbl-wrapper table  th:first-child,
.tab-section .tab-specifications .ts-tbl-wrapper table  td:first-child{
  width:25%;
}
.tab-section .tab-WhatintheBox th,
.tab-section .tab-WhatintheBox td{
  text-align:center;
}
.tab-section .tab-WhatintheBox .ts-tbl-wrapper table  th:first-child,
.tab-section .tab-WhatintheBox .ts-tbl-wrapper table  td:first-child{
  width:60%;
}
.tfaq {
    max-width: 1120px;
    margin: auto;
}
.tab-faq-wrapper h3{
  text-align: center;
  font-size: 26px;
}
.tab-faq-wrapper .tfaq-block .tfaq-head svg{
  width:18px;
  height:18px;
}
.tab-faq-wrapper .tfaq-block .tfaq-head{
  margin:0;
  padding:15px;
  border-bottom:1px solid #ebebeb;
  cursor: pointer;
}
.tab-faq-wrapper .tfaq-block .tfaq-content{
  padding:15px;
  display:none;
}
.tab-faq-wrapper .tfaq-block .tfaq-content p{
  margin:0;
}
.tab-faq-wrapper .tfaq-block.active .tfaq-head svg{
  transform: rotate(90deg);
}
.tab-usermanual h3{
  text-align: center;
  font-size: 26px;
}
.tab-usermanual p{
  text-align:center;
}
/* .tab-usermanual p a{
  text-decoration:underline;
} */
.tab-usermanual p svg{
  width:16px;
  height:16px;
}
.tab-usermanual p svg path{
  stroke: #16aaaa;
}
.three_grid_section_vm .f-col-content h6{
  font-size: 28px !important;
}
.three_grid_section_vm .f-col-content p:not(.price_p.money){
  font-size: 19px !important;
  text-align: center;
}
.three_grid_section_vm .f-col-content p.price_p.money{
  font-weight: 700;
  margin-top: 24px;
  font-size: 24px;
  text-align: center;
}
.product-intro-vid {
  padding:50px 0;
  text-align:center;
}
.product-intro-vid .piv-container{
  max-width:410px;
  width:100%;
  padding:0 20px;
  margin:0 auto;
}
.product-intro-vid .piv-container p{
  font-weight:bold;
  margin-bottom:20px;
}
.product-intro-vid .piv-container a{
  border-radius: 100px;
  border: 2px solid #000;
  background-color: #fff;
  font-weight:bold;
  padding: 6px 20px;
  display:inline-block;
}
.only-heading .only-heading-wrapper{
  padding:40px 0;
}
.only-heading .only-heading-wrapper h2{
  font-size: 65px;
  text-align: center;
  font-weight: 900;
  color: #333232;
  max-width: 990px;
  margin: auto;
}
.new-tab{
  margin-top: 80px;
}
.new-tab .tab-nav{
  max-width:620px;
  margin:0 auto;
  display:flex;
}
.new-tab .tab-nav a{
  width: 50%;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #172b4d;
  padding: 12px 20px;
  background: #f0f2f3;
  box-shadow: rgb(0 0 0 / 25%) 4px 4px 16px;
}
.new-tab .tab-nav a.active{
  background: #d1d5db;
}
.new-tab-content{
  margin-top:12px;
  display:none;
}
.new-tab-content.active{
  display:block;
}
.text-vid-black-bg{
  padding:40px;
  background-color:#000;
}
.text-vid-black-bg .text-vid-bg-text{
  max-width:690px;
  margin:0 auto;
  padding:40px 0;
  text-align:center;
}
.text-vid-black-bg h2{
  font-size: 60px;
  font-weight:900;
  color:#fff;
  margin:0;
}
.text-vid-black-bg p{
  font-weight:700;
  color:#fff;
  margin:12px 0 0;
}
.power-needs .power-needs-wrap{
  padding:40px;
  background:#fafafa;
  text-align: center;
}
.power-needs h2{
  font-size: 65px;
  font-weight: 900;
  color: #333232;
  max-width: 990px;
  margin: auto;
  padding:40px 0;
}
.power-needs h3{
  color: #333232;
  font-size: 32px;
  font-weight:700;
  margin:0;
}
.charging-method{
  padding:40px 0;
}
.charging-method .cm-wrapper{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
/*   margin:0 -15px; */
}
.second-tab .charging-method .cm-wrapper > div:first-child{
  max-width:1010px;
  margin-left:auto;
  margin-right:auto;
}
.charging-method .cm-wrapper .left-col{
  max-width:50%;
  width:100%;
  padding:0 15px;
}
.charging-method .cm-wrapper .right-col{
  max-width:50%;
  width:100%;
  padding:0 15px;
}
.charging-method .cm-wrapper .cm-title{
  font-size: 65px;
  font-weight: 900;
  color: #333232;
  margin:0 0 40px;
}
.charging-method .cm-wrapper .black-desc{
  font-weight:600;
  margin:0 0 30px;
}
.charging-method .cm-wrapper .gray-desc{
  font-weight:600;
  margin:0 0 30px;
  color: #919191;
}
.charging-method .cm-wrapper a{
  font-weight:600;
  color: #2673ff;
}
.vits-wrap{
  padding:15px;
  background-color: #f8f8f8;
}
.vits-wrap .vits-wrap-row{
  display:flex;
  flex-wrap:wrap;
  margin:0 -15px;
}
.vits-wrap .vits-wrap-row:nth-child(odd){
  align-items:center;
}
.left_side_img_video .vits-wrap .vits-wrap-row{
  flex-direction:row-reverse;
  align-items: flex-start;
  margin-top:20px;
}
.vits-wrap .vits-wrap-row .vits-text-col{
  padding:0 15px;
  width:50%;
}
.vits-wrap .vits-wrap-row .vits-img-col{
   padding:0 15px;
  width:50%;
}
.vits-wrap .vits-wrap-row .vits-text-col h2{
  font-size: 50px;
  line-height:1.2;
  font-weight:800;
  margin:0 0 30px;
}
.vits-wrap .vits-wrap-row .vits-text-col h2 span{
  display:block;
  color: #e77e15;
}
.vits-wrap .vits-wrap-row .vits-text-col p{
  font-weight:600;
  margin:0 0 20px;
}
.vits-wrap .vits-wrap-row .vits-text-col a{
  font-weight:600;
  color: #2673ff;
}
.vits-wrap .vits-wrap-row .vits-img-col img{
  aspect-ratio:1/1;
  width:100%;
}
.vits-wrap .vits-wrap-row .vits-img-col p{
  font-weight:600;
}
.vits-wrap .vits-wrap-row .vits-img-col p:last-child{
  margin-bottom:0;
}
.ah-wrapper{
  padding: 80px 15px 30px;
  background-color:#000;
}
.ah-wrapper h2{
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  max-width: 500px;
  margin: 0 auto 15px;
}
.ah-wrapper h2 span{
  display:block;
  color: #a282dc;
}
.ah-wrapper .ah-desc{
  margin:40px auto 0;
  max-width:690px;
  text-align:center;
}
.ah-wrapper .ah-desc p.ah-white-desc{
  color:#fff;
  font-weight:600;
}
.ah-wrapper .ah-desc p.ah-gray-desc{
  color: #919191;
  font-weight:600;
  margin:0;
}
.auto-heating-slider .owl-nav button,
.auto-heating-slider .slick-arrow{
  border-radius: 50% !important;
  background: rgba(0,0,0,.4) !important;
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  font-size: 0px !important;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 9 !important;
  border: 0 !important;
  display: block !important;
  padding: 0 !important;
}
.auto-heating-slider .owl-nav button:before,
.auto-heating-slider .slick-arrow:before{
  content: "" !important;
  position: absolute !important;
  top: 15px !important;
  left: 17px !important;
  transform: rotate(45deg);
  width: 10px !important;
  height: 10px !important;
  border-left: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.auto-heating-slider .owl-nav button.owl-prev,
.auto-heating-slider .slick-arrow.slick-prev{
  left:10px !important;
}
.auto-heating-slider .owl-nav button.owl-next,
.auto-heating-slider .slick-arrow.slick-next{
  left: unset !important;
  right: 10px !important;
  transform: translateY(-50%) scale(-1);
}
.charging-method .product-intro-vid{
  padding: 0;
  text-align: left;
}
.only-heading .piv-btn {
    border-radius: 100px;
    border: 2px solid #000;
    background-color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 6px 20px;
}
.half_width.product-intro .intro-heading{
  max-width: 500px;
}
.half_width.product-intro .intro-heading h2{
  font-size: 56px!important;
  line-height: 54px!important;
  font-weight: 900;
}
.half_width.product-intro .diff-left-text .intro-heading p {
    color: #333232;
    font-weight: 900;
}
[data-vm-section="vm_short_text_with_image"] video{
  width:100%;
  display:block;
}
[data-vm-section="vm_short_text_with_image"] img{
  display: block;
  margin: 0 auto;
}
.product-intro-vid.with_video {
  padding:0 !important;
  margin: 0 !important;
  text-align: left;
}
.product-intro-vid.with_video a{
  color: #2673ff;
  font-weight: 800;
}
.vid-img-text-sec a.content_video_button {
    text-align: left;
    display: block;
}
.aqz9zabfclg{
  color:#fff;
}
.eco-about {
  background-color: #212121;
  padding: 60px 0;
  margin: 0;
  color: #fff;
  min-height: 465px;
  align-items: center;
  display: flex;
}

.eco-about .row {
  justify-content: center;
}
.eco-about p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #e0e0e0 !important;
}
.about-icons {
  margin-top: 38px;
}
.about-icons p {
  color: #fff !important;
}
.eco-about h2,
.eco-about p {
  color: #fff;
}
.eco-about h2 {
  font-size: 38px;
  display: none !important;
}
.eco-about .ab-imgs {
  height: 70px;
  width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.eco-about .mobile-vertical p {
  font-weight: 600;
}
.eco-choose-pdp {
  overflow: hidden;
}

.eco-choose {
  background: url("https://cdn.shopify.com/s/files/1/1996/9707/files/how_to_choose-no_button_PC.jpg");
  background-size: cover;
  position: relative;
  min-height: 655px;
  display: flex;
  align-items: center;
  background-position: center;
  margin-top: 8px;
}
.eco-choose .inner-choose {
  position: relative;
  z-index: 2;
}
.eco-choose .inner-choose h2 {
  font-size: 48px !important;
  line-height: 58px;
  letter-spacing: -0.7px !important;
}
.eco-choose .inner-choose p {
  margin: 10px 0 20px 0;
  font-size: 24px;
  line-height: 29px;
  color: #212121;
}
.choose-block .inner {
  position: absolute;
  left: 0;
  top: 8%;
  right: 0;
}
.choose-block .inner h3 {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #212121;
}
.choose-block .inner p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3f3b3b;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.pdp-application p,
.pdp-application h3 {
  color: #fff !important;
}
.choose-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mx-minus {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.eco-choose-pdp .mx-minus {
  margin: 12px -26px !important;
}
.eco-choose-pdp .mx-minus .p-1 {
  padding: 12px !important;
}
.learnmore-link {
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 2px solid;
  padding: 2px 0;
  margin-top: 5px !important;
  display: inline-block;
}
.choose-block {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  height: 633px;
}
.blog-section{
  padding:50px 0;
  background-color:#fff;
}
.blog-section-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.blog-section-grid .blog-sec-col{
  background-color: #f3f3f3;
  display:block;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 30px;
  overflow: hidden;
}
.blog-section-grid .blog-sec-col .blog-img{
  overflow:hidden;
}
.blog-section-grid .blog-sec-col .blog-img img{
  transition:all 0.8s ease-in-out;
}
.blog-section-grid .blog-sec-col:hover .blog-img img{
  transform: scale(1.1);
}
.blog-sec-col .blog-content{
  padding: 18px 25px;
}
.blog-sec-col .blog-content h3{
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px;
}
.blog-sec-col .blog-content p{
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4d4d4d;
}
.ecosystem-page-outer{ background: #1D1D1D; color: #F5F5F7; }
.ecosystem-page-outer h2, .ecosystem-page-outer p{ color: #F5F5F7 !important; }
.ecosystem-page-outer *{ font-family: 'Gotham'; }
.alternate-image--with-text-content .quote{ font-weight: 500; font-style: italic; }
.home-ecosystem-bundles-alternate .bundle-btn, .home-ecosystem-slideshow-navigation .ecosystem-slide-nav .nav-subheading{ font-family: 'Gotham Book'; }
.ecosystem-page-outer p, .home-ecosystem-slideshow-navigation .ecosystem-slide-nav .nav-heading, .alternate-image--with-text-content .author{ font-weight: 500; }
.ecosystem-container{ max-width: 1360px; margin: 0 auto; padding: 0 20px; }
.ecosystem-banner{ position: relative; }
.home-ecosystem-banner{ padding-bottom: 100px; }
.home-ecosystem-banner img{ width: 100%; height: calc(100vh - var(--header-height)); object-fit: cover; }
.ecosystem-banner .banner-inner{ width: 100%; position: absolute; padding-top: 50px; padding-bottom: 30px; left: 0; bottom: 0; display: flex; justify-content: center; background: rgba(29,29,29,.6); }
.ecosystem-banner .banner-inner h2{ margin-bottom: 20px; padding-right: 60px; }
.ecosystem-banner .banner-inner h2 p{ font-size: 40px; line-height: 1; }
.ecosystem-banner .banner-inner h2, .ecosystem-banner .banner-inner p{ color: #F5F5F7; }
.ecosystem-banner .banner-inner .banner-content div{ width: calc(565 / 1920 *100vw); }
.home-ecosystem-slideshow{ position: relative;
    margin: 0 0 0 0;
    padding-bottom: 60px; }
.home-ecosystem-slideshow .slideshow-introduction{ position: absolute; top: 0; left: 0; width: 500px; }
.home-ecosystem-slideshow .slideshow-introduction h2{ font-size: 40px !important; }
.home-ecosystem-slideshow-inner .slide-desc{ width: calc(100% - 550px); margin-left: auto; margin-top: 0; margin-bottom: 100px; }
.home-ecosystem-slideshow-navigation{ display: flex; flex-wrap: wrap; margin-top: 50px; justify-content: flex-start; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav{ width: 200px; position: relative; margin-right: 20px; margin-bottom: 40px; cursor: pointer; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav .bar{ width: 100%; height: 2px; background-color: #F5F5F7; margin-bottom: 10px; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav .nav-heading{ font-size: 16px; line-height: 1; margin-bottom: 12px; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav.slide-active .bar{ background-color: #0FD0E2; height: 4px; margin-top: -1px; }
.home-ecosystem-image-with-text{ padding: 150px 0 100px 0; }
.home-ecosystem-image-with-text .image-with-text-introduction h2{ font-size: 40px !important; line-height: 1; max-width: 350px; margin-bottom: 25px; }
.home-ecosystem-image-with-text .image-with-text-introduction p{ max-width: 550px; margin-bottom: 30px; }
.home-ecosystem-image-with-text .image-with-text-introduction .image-text-line{ color: #7F7F81; }
.home-ecosystem-image-with-text .image--with-text-image{ margin-top: -14%; text-align: right; }
.home-ecosystem-bundles h2 p,.eco-choose-pdp h2 p{ font-size: 88px; line-height: 1; text-align: center; padding: 0 20px; margin-bottom: 50px;color: #fff; }
.eco-choose-pdp h2 p{
  margin-bottom: 26px;
  margin-top: 50px;
}
.home-ecosystem-bundles-inner .home-ecosystem-bundles-row{ display: flex; flex-wrap: wrap; }
.home-ecosystem-bundles-inner .bundle-box{ height: 1080px; width: 50%; background-size: contain; display: flex; flex-direction: column; justify-content: space-between; align-items: center;background-repeat: no-repeat;background-position: center; }
.home-ecosystem-bundles-inner .bundle-box.odd{ background-color: #F5F5F7; }
.home-ecosystem-bundles-inner .bundle-box.even{ background-color: #1D1D1D; }
.home-ecosystem-bundles-inner .bundle-box .bundle-title{ margin-top: 150px; text-align: center; }
.home-ecosystem-bundles-inner .bundle-box .bundle-title p, .home-ecosystem-bundles-inner .bundle-box .bundle-subtitle{ font-weight: bold; font-size: 32px; line-height: 1; }
.home-ecosystem-bundles-inner .bundle-box.odd .bundle-title p, .home-ecosystem-bundles-inner .bundle-box.odd .bundle-subtitle, .home-ecosystem-bundles-inner .bundle-box.odd .bundle-desc p{ color: #1d1d1d !important; }
.home-ecosystem-bundles-inner .bundle-box.even .bundle-title p, .home-ecosystem-bundles-inner .bundle-box.even .bundle-subtitle, .home-ecosystem-bundles-inner .bundle-box.even .bundle-desc p{ color: #F5F5F7 !important; }
.home-ecosystem-bundles-inner .bundle-box .bundle-content{ margin-bottom: 100px; text-align: center; padding: 0 16px; }
.home-ecosystem-bundles-inner .bundle-box .bundle-subtitle{ margin-bottom: 20px; font-weight: bold; }
.home-ecosystem-bundles-inner .bundle-box .bundle-content .btn{ display: block; width: 200px; border: 0; border-radius: 0; text-transform: none; font-size: 16px; padding: 8px 15px; margin: 50px auto 0; }
.home-ecosystem-bundles-inner .bundle-box.odd .bundle-content .btn{ background: #1d1d1d; color: #F5F5F7; }
.home-ecosystem-bundles-inner .bundle-box.even .bundle-content .btn{ background: #F5F5F7; color: #1d1d1d; }
.home-ecosystem-image-with-text-alternate{ padding: 100px 0; display: flex; flex-wrap: wrap; }
.alternate-image--with-text-image-1, .alternate-image--with-text-content{ width: 50%;  }
.alternate-image--with-text-image-2{ width: 100%; text-align: right; margin-top: -22%; margin-left: -6%; }
.alternate-image--with-text-image-2 img{ max-width: 50%; }
.alternate-image--with-text-image-1{ z-index: 1; }
.alternate-image--with-text-content{ padding: 50px 0 0 30px; }
.alternate-image--with-text-content .quote{ font-size: 40px; line-height: 1.6; }
.alternate-image--with-text-content .author{ font-size: 24px; margin-top: 25px; }
.home-ecosystem-bundles-alternate{ padding: 25px 0 150px 0; display: flex; flex-wrap: wrap; align-items: center; margin-left: -24px; }
.home-ecosystem-bundles-alternate .bundle-grid{ width: 25%; padding-left: 24px; margin-bottom: 16px; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title{ width: 50%; text-align: right; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2{ display: inline-block; position: relative; width: 424px; max-width: 100%; text-align: left; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title p{ font-size: 40px; line-height: 1; padding-bottom: 20px; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2:after{ content: ' '; position: absolute; top: 100%; left: 0; width: 100%; height: 4px; background-color: #0ECFE1;  }
.home-ecosystem-bundles-alternate .bundle-content { border-radius: 18px; padding: 35px 35px 25px 35px; }
.home-ecosystem-bundles-alternate .bundle-image{ height: 250px; position: relative; }
.home-ecosystem-bundles-alternate .bundle-image img{ position: absolute; width: 100%; height: 100%; object-fit: contain; top: 0; left: 0; }
.home-ecosystem-bundles-alternate .bundle-title{ font-size: 24px; font-weight: bold; line-height: 1; margin: 16px 0; }
#shopify-section-template--16685120454876__main,
.bg-dark-gray{
  background: #1D1D1D;
  color: #F5F5F7;
}
.home-ecosystem-bundles{
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-ecosystem-bundles h2{
  margin-top: 0;
}
.full_iframe_wrpr iframe{
  display:block;
}
.full_iframe_wrpr{
  padding-bottom: 56.25%;
  position: relative;
}
.full_iframe_wrpr iframe{
  position: absolute;
  display: block;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
}
.slider_blogs{
  position:relative;
}
.slider_blogs .owl-prev,
.slider_blogs .owl-next{
  position: absolute;
  width: 50px;
  height: 50px;
  background: #000 !important;
  color: #fff !important;
  border-radius: 0;
  bottom: 0;
}
.slider_blogs .owl-prev{
  left: 0;
}
.slider_blogs .owl-next{
  right: 0;
}
.slider_blogs .owl-prev span,
.slider_blogs .owl-next span{
  font-size: 30px;
  line-height: 50px;
}
@media screen and (max-width: 1024px){
  .home-ecosystem-banner{
    padding-bottom: 50px;
  }
  .home-ecosystem-slideshow{
    padding-bottom: 10px;
  }
  .home-ecosystem-slideshow{ margin: 0; }
  .home-ecosystem-slideshow .slideshow-introduction{ position: relative; width: 100%; }
  .home-ecosystem-slideshow-inner .slide-desc{ width: 100%; margin-bottom: 50px; }
  .home-ecosystem-image-with-text{ padding-top: 50px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title{ width: 100%; text-align: center; margin-bottom: 50px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2{ text-align: center; }
  .ecosystem-banner .banner-inner{ padding-top: 20px; padding-bottom: 20px; }
}

@media screen and (max-width: 767px){
  .choose-block {
    height: 400px !important;
  }
  .eco-choose-pdp .mx-minus .p-1{
    padding: 0 !important;
    width: calc(100% - 50px);
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    max-width: 100%;
  }
  .eco-choose-pdp .mx-minus .p-1:not(:last-child){
    margin-bottom: 12px;
  }
  .home-ecosystem-bundles-inner .bundle-box.mobile_odd .bundle-content .btn{ background: #1d1d1d; color: #F5F5F7; }
  .home-ecosystem-bundles-inner .bundle-box.mobile_even .bundle-content .btn{ background: #F5F5F7; color: #1d1d1d; }
  .home-ecosystem-bundles-inner .bundle-box{
    box-shadow: 0 3px 10px rgb(255 255 255 / 20%);
  }
  .home-ecosystem-bundles-inner .bundle-box.mobile_odd{ background-color: #F5F5F7; }
  .home-ecosystem-bundles-inner .bundle-box.mobile_even{ background-color: #000; }
  .home-ecosystem-bundles-inner .bundle-box:not(:last-child){
    margin-bottom:20px;
  }
  .home-ecosystem-bundles-inner .bundle-box{
    background-position: top center;
  }
  .home-ecosystem-bundles-inner .bundle-box.mobile_odd .bundle-title p, .home-ecosystem-bundles-inner .bundle-box.mobile_odd .bundle-subtitle, .home-ecosystem-bundles-inner .bundle-box.mobile_odd .bundle-desc p{ color: #1d1d1d !important; }
  .home-ecosystem-bundles-inner .bundle-box.mobile_even .bundle-title p, .home-ecosystem-bundles-inner .bundle-box.mobile_even .bundle-subtitle, .home-ecosystem-bundles-inner .bundle-box.mobile_even .bundle-desc p{ color: #F5F5F7 !important; }
  .home-ecosystem-bundles-inner .bundle-box.mobile_odd .bundle-desc p{
    font-size: 14px;
  }
  .ecosystem-container{ padding: 0; }
  .home-ecosystem-slideshow .slideshow-introduction,
  .home-ecosystem-slideshow-inner .slide-desc,
  .home-ecosystem-slideshow-navigation,
  .home-ecosystem-bundles-alternate .bundle-grid,
  .home-ecosystem-image-with-text .image-with-text-introduction{
    padding: 0 16px;
  }
  .home-ecosystem-banner img{ height: auto; }
  .ecosystem-banner .banner-inner{ background: #000; height: auto; position: relative; flex-direction: column; padding: 0; padding-top: 6.4vw; }
  .ecosystem-banner .banner-inner h2{ width: 100%; padding-left: 0; text-align: center; margin-bottom: 0;     padding-right: 0;}
  .ecosystem-banner .banner-inner h2 p{margin-bottom: 15px;}
  .ecosystem-banner .banner-inner .banner-content{ padding-top: 7.2vw; width: 82.6vw; text-align: center; line-height: 1.4; padding-bottom: 5.0667vw; margin: 0 auto; }
  .ecosystem-banner .banner-inner .banner-content div{ width: 100%; }
  .ecosystem-banner .banner-inner h2 p, .home-ecosystem-slideshow .slideshow-introduction h2, .home-ecosystem-bundles-inner .bundle-box .bundle-title p, .home-ecosystem-image-with-text .image-with-text-introduction h2{ font-size: 24px !important; }
  .home-ecosystem-slideshow-navigation .ecosystem-slide-nav{ width: 72px; margin-right: 40px; }
  .home-ecosystem-image-with-text .image--with-text-image{ margin: 20px auto 0; max-width: 75%; }
  .home-ecosystem-bundles{ margin-top: 0; }
  .home-ecosystem-bundles h2 p,.eco-choose-pdp h2 p{ font-size: 48px; line-height: 1; padding: 0 16px; text-align: left; }
  .eco-choose-pdp h2 p{
    margin-bottom: 50px;
  }
  .home-ecosystem-bundles-inner .bundle-box{
      width: calc(100% - 30px);
      height: 540px;
      margin: 0 auto;
      border-radius: 30px;
  }
  .home-ecosystem-bundles-inner .home-ecosystem-bundles-row:nth-child(2n){ flex-direction: column-reverse; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-title{ margin-top: 30px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-subtitle{ font-size: 16px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-content .btn{ margin-top: 60px; width: 160px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-content{ margin-bottom: 30px; }
  .alternate-image--with-text-image-1, .alternate-image--with-text-content{ width: 100%; }
  .home-ecosystem-image-with-text-alternate{ flex-direction: column-reverse; }
  .alternate-image--with-text-content{ padding: 16px; }
  .alternate-image--with-text-content .quote, .alternate-image--with-text-content .author{ font-size: 16px; }
  .alternate-image--with-text-image-2{ display: none; }
  .alternate-image--with-text-image-1{ margin-top: 25px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title p{ padding-bottom: 30px; font-size: 32px; }
  .home-ecosystem-bundles-alternate{ margin-left: 0; padding-bottom: 50px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2:after{ height: 2px; max-width: 216px; left: 50%; transform: translateX(-50%); }
  .home-ecosystem-bundles-alternate .bundle-grid{ width: 100%; padding: 0 16px; margin-bottom: 22px; }
  .home-ecosystem-bundles-alternate .bundle-image{ height: 290px; }
  .section-ecosystem-images-grid .bundle-content{ text-align: center; }
  .home-ecosystem-slideshow-navigation .ecosystem-slide-nav.slide-active .bar{ height: 2px; }
  .home-ecosystem-bundles-alternate .bundle-content{ padding: 32px 35px 40px 35px; }
}
@media only screen and (max-width: 991px) {
  .tab-section .tab-links a{
    flex: 0 0 33.33%;
  }
  .only-heading .only-heading-wrapper h2{
    font-size: 48px;
  }
  .new-tab .tab-nav a{
    font-size: 22px;
  }
  .new-tab {
    margin-top: 40px;
  }
  .text-vid-black-bg {
      padding: 70px 15px 15px;
  }
  .text-vid-black-bg .text-vid-bg-text{
    padding: 15px 0;
  }
  .text-vid-black-bg h2{
    font-size: 40px;
  }
  .power-needs .power-needs-wrap{
    padding: 70px 15px 15px;
  }
  .power-needs h2{
    padding: 15px 0;
    font-size: 45px;
  }
  .charging-method .cm-wrapper .cm-title{
    font-size: 45px;
  }
  .charging-method .cm-wrapper .black-desc{
    font-size: 14px;
  }
  .charging-method .cm-wrapper .gray-desc{
    margin: 0 0 10px;
    font-size: 14px;
  }
  .charging-method .cm-wrapper a{
    font-size: 14px;
  }
  .vits-wrap .vits-wrap-row .vits-text-col h2{
    font-size: 35px;
    
  }
  .vits-wrap .vits-wrap-row .vits-text-col p{
    margin: 0 0 15px;
    font-size: 14px;
  }
  .vits-wrap .vits-wrap-row .vits-text-col a{
    font-size: 14px;
  }
  .ah-wrapper h2{
    font-size: 40px;
    max-width: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .specs-section.diff-specs-section .container{
    border-top: 1px solid #666;
  }
 .diff-left-text .col-lg-7{
    width: 100%;
    margin: 0!important;
    max-width: none;
    flex: 100%;
  }
  .diff-left-text .intro-heading p{
    color: #828486;
  }
  .diff-left-text .intro-heading{
    text-align:left;
  }
  .diff-specs-section .col-lg-7.mx-auto{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .diff-specs-section .col-10.mx-auto{
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .diff-specs-section .col-md-6.px-md-5{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .diff-specs-section.specs-section .specs-inner{
    border:0;
  } 
  .diff-specs-section.specs-section .specs-inner h2{
    font-weight: 600;
    font-size: 16px;
    color: #333232;
    text-align: left;
  }
  .diff-specs-section.specs-section .specs-inner p{
    font-weight: 300;
  }
  .diff-specs-section.specs-section .intro-heading h2{
    font-size: 25px !important;
  }
  .small-proinfo .col-lg-7{
    width: 100%;
    margin: 0!important;
    max-width: none;
    flex: 100%;
  }
  .small-proinfo .intro-heading p{
    color: #828486;
  }
  .small-proinfo .intro-heading{
    text-align:left;
  }
  .small-proinfo .container{
    max-width: 1080px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 749px) {
  .feature-row__text {
    order: 2;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 750px) {
  .feature-row__text--left {
    padding-left: 35px;
  }
  .feature-row__text--right {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 750px) {
  .featured-row__subtext {
    font-size: calc(
      ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
    );
  }
}
@media (min-width: 768px){
  .desktop-image {
    display: inline-block !important;
  } 
  .mobile-image {
    display: none !important;
  }
}
@media (max-width: 768px){
  .product-intro .video, .pdp-big-img {
      margin: 0 -15px;
  }
  .y-vid iframe {
    height: 200px;
  }
}
@media (max-width: 767px){
  .mobile-image {
      display: inline-block !important;
  }  
  .desktop-image {
    display: none !important;
  } 
  .popup-vid-wrapper .close-popup{
    right: 20px;
  }
  .expand-cpacity .intro-heading {
    text-align: left;
  }
  .pdp-big-img {
    padding: 0 10px;
    margin: 0 !important;
  }
  .pivmjdlowq-section * {
    text-align:left;
  }
  .feature-row__text{
    text-align: center;
  }
  .control-anywhere .intro-heading{
    text-align: left;
  }
  .wib-head{
    font-size: 28px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .instalation-guid .ig-head {
    font-size: 28px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .wib-content{
    padding: 80px 20px;
  }
  .wib-text p{
    font-size: 16px;
  }
  .instalation-guid .ib-wrapper{
    justify-content: center;
  }
  .img-width-text-new .iwt-wrapper{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .img-width-text-new.reverse .img-wrapper {
    order: unset;
  }
  .img-width-text-new .iwt-wrapper h4{
    font-size: 18px;
  }
  .img-width-text-new .iwt-wrapper h2{
    font-size: 28px;
  }
  .img-width-text-new .iwt-wrapper p{
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .diff-product .intro-heading{
    text-align:left;
  }
  .diff-product .intro-heading h4{
    font-size: 18px;
  }
  .diff-product .intro-heading h2{
    font-size: 28px !important;
  }
  .diff-product .intro-heading p{
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .full-y-vid iframe{
    height: 250px;
  }
  .tab-section .tab-links a{
    flex: 0 0 50%;
  }
  .only-heading .only-heading-wrapper {
    padding: 20px 0;
  }
  .only-heading .only-heading-wrapper h2{
    font-size: 34px;
  }
  .text-vid-black-bg h2 {
    font-size: 25px;
  }
  .new-tab .tab-nav a {
    font-size: 14px;
    word-break: break-all;
  }
  .power-needs h2{
    font-size: 25px;
  }
  .charging-method .cm-wrapper .left-col{
    max-width: 100%;
    padding:0 40px;
  }
  .charging-method .cm-wrapper .right-col{
      max-width: 100%;
  }
  .charging-method .cm-wrapper .cm-title {
    font-size: 25px;
  }
  .charging-method .cm-wrapper .black-desc,
  .charging-method .cm-wrapper .gray-desc,
  .charging-method .cm-wrapper a{
    font-size: 12px;
  }
  .vits-wrap .vits-wrap-row .vits-text-col,
  .vits-wrap .vits-wrap-row .vits-img-col{
    width: 100%;
  }
  .vits-wrap .vits-wrap-row:nth-child(even){
    flex-direction: column-reverse;
  }
  .vits-wrap .vits-wrap-row .vits-text-col h2 {
    font-size: 25px;
    margin: 0 0 20px;
  }
  .vits-wrap .vits-wrap-row .vits-text-col p{
    font-size: 12px;
  }
  .vits-wrap .vits-wrap-row .vits-text-col a{
    margin-bottom: 30px;
    display: inline-block;
  }
  .ah-wrapper h2{
    font-size: 25px;
    max-width: 260px;
  }
  .ah-wrapper .ah-desc p.ah-white-desc,
  .ah-wrapper .ah-desc p.ah-gray-desc{
    font-size:12px;
  }
  .blog-section-grid{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .blog-sec-col .blog-content h3{
    font-size: 18px;
  }
}
@media (max-width: 600px){
  .pdp-center-slider .inner-content {
    margin: 10px !important;
  }
  .bordertop,
  .back-bg,
  .intro-pdp-tabs {
    padding: 25px 0 !important;
  }
  .compare-block {
    margin-top: 0;
  }
  .pdp-center-slider .owl-dots {
    display: none;
  }
  .pdp-center-slider .owl-nav button {
    top: 40% !important;
  }
  .pdp-center-slider .owl-nav button.owl-prev {
    left: 5%;
  }
  .pdp-center-slider .owl-nav button.owl-next {
    right: 5%;
  }
  .pdp-modal.video-img-modal .close {
    right: 5px !important;
  }
  .pdp-modal.video-img-modal .close svg {
    fill: currentColor;
    width: 30px;
    height: 30px;
  }
  img.mobile-image {
    display: inline-block !important;
  }
  img.desktop-image {
    display: none !important;
  }
  .mobile-image {
    display: inline-block !important;
  }
  .desktop-image {
    display: none !important;
  }
  .pdp-modal h5 {
    font-size: 24px;
  }
  .pdp-modal .close {
    right: 15px;
    top: 15px;
  }
  /*.pdp-modal .full-height {
    align-items: flex-end !important;
  }*/
  .pdp-modal .modal-dialog {
    margin: 0;
    border: 0 !important;
  }
  .pdp-modal .modal-content {
    border: 0;
    border-radius: 0 !important;
  }
  .play svg {
    width: 40px;
  }
  .FAQ-accordion,
  .FAQ-accordion .btn-link {
    font-size: 16px !important;
  }
  .FAQ-accordion .card-body {
    font-size: 14px !important;
  }
  .specs-section .col-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .specs-section .specs-inner {
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 12px 0 !important;
  }
  .specs-section .col-md-6:last-child .specs-inner {
    border-bottom: 0px !important;
  }
  .eco-choose {
    min-height: 461px;
    align-items: flex-start;
    padding: 20px 0;
    background-repeat: no-repeat;
    background: url(../images/mobile-img.png) no-repeat;
    background-size: 170%;
    background-position: bottom;
    background-color: #e3e3e3;
    background-size: cover;
  }
  .choose-block .inner h3 {
    font-size: 20px;
    margin: 0;
  }
  .choose-block .inner p{
    margin: 0 !important;
  }
  .choose-block img.mobile-image{
      height: 400px;
  }
}
@media (max-width: 480px){
 .eco-about p {
    font-size: 18px;
    line-height: 22px;
  }
  .about-icons p {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }
}
.product-intro .intro-heading p strong:not(first-child),
.product-intro .intro-heading p b:not(first-child){
  margin-left: 5px;
  margin-right: 5px;
}
.vm_bundle .bundle-item{
  width: 100%;
  border: 1px solid #c4c4c4;
  list-style: none;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
  padding: 5px 10px;
  margin-top: 8px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  min-height: 70px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.vm_bundle .bundle-item .pd-title{
  margin: 0 10px;
}
.vm_bundle:not(.is_ac) .bundle-item .pd-title{
  width: 50%;
}
.vm_bundle .bundle-item .light-weight{
  font-weight: 400;
}
.vm_bundle .bundle-item .bundle-item-quantity-name{
  margin-bottom: 4px;
}
.vm_bundle .bundle-item .bundle-item-quantity-block{
  max-width: 80px;
  margin: 0 10px;
}
.vm_bundle .bundle-item .price_vm{
  margin-top: 7px !important;
}
.vm_bundle .bundle-item .remove-pdp, .vm_bundle .bundle-item .add-pdp{
  width: 60px;
  text-align: center;
}
.vm_bundle .bundle-item .remove-pdp,
.vm_bundle .bundle-item.active .add-pdp{
  display: none;
}
.vm_bundle .bundle-item.active .remove-pdp{
  display: block;
}
.vm_bundle .bundle-item.active,
.vm_bundle .bundle-item:hover{
  background: rgba(14, 207, 226, 0.02);
  border: 1px solid #0ecfe2;
}
.theiaStickySidebar .available_wrapper{
  display:none;
}
.sp-single .entry-summary>:not(:last-child){
    margin-bottom: 30px !important;
}
body.ac2 .sp-single .entry-summary>:not(:last-child){
    margin-bottom: 10px !important;
}
.img-width-text-new .iwt-contetn em{
  font-style: unset;
  color: #04b1d9;
  font-size: 40px;
  font-family: Gotham-Bold;
}
.img-width-text-new .iwt-contetn p strong{
  color: #2980b9;
  margin-bottom: 5px;
  display: block; 
}
[data-vm-section="vm_grey_tabs"] .pdp-big-img video{
  display: block;
  width: 100%;
}
[data-vm-section="vm_title_img_content"] .pdp-big-img img{
  margin: 0 auto;
  display: block;
}
[data-section-name="vm_gif_img_and_text"] .iwt-wrapper h2{
  font-size: 44px;
}
[data-section-name="vm_gif_img_and_text"] .iwt-wrapper p{
  font-size: 22px;
  font-weight: 600;
  color: #666;
}
.ecoflow_100w_rigid_solar_panel [data-vm-section="vm_only_image"]{
  padding-bottom: 100px;
}
@media (min-width: 768px){
  .panel_lr{
    display: flex;
    text-align: left;
    align-items: center;
  }
  .panel_lr .pnl_r{
    padding-left: 10px;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 767px){
  [data-section-name="vm_gif_img_and_text"] .iwt-wrapper h2{
    font-size: 28px;
  }
  [data-section-name="vm_gif_img_and_text"] .iwt-wrapper p{
    font-size: 16px;
  }
  .ecoflow_100w_rigid_solar_panel [data-vm-section="vm_only_image"]{
    padding-bottom: 50px;
  }
  .blue-link{
    font-size: 20px !important;
  }
  .img-width-text-new .iwt-contetn{
    order: 1 !important;
  }
  .img-width-text-new .img-wrapper{
    order: 2 !important;
  }
  .img-width-text-new{
    padding: 30px 0;
  }
  [data-vm-section="vm_short_text_with_image"] .white-bg:not(:last-child){
    margin-bottom: 3rem !important;
  }
}
[data-vm-section="vm_short_text_with_image"] .pdp-big-img{
  text-align: center;
}
.home-ecosystem-slideshow .owl-dots{
  display:none;
}
.slider_blogs .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.slider_blogs .owl-dots .owl-dot{
  width: 15px;
  height: 15px;
  background: #f3f3f3;
  line-height: 1;
  min-height: inherit;
  min-width: inherit;
  margin: 0 10px;
}
.slider_blogs .owl-dots .owl-dot.active{
  background: #1D1D1D;
}
.product_note{
  color: #202223;
  background: #fff5ea;
  display: block;
  padding: 8px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #e1b878;
  margin: 0 0 20px 0;
  font-weight: unset;
}
.product_note p{
  margin-bottom: 5px;
}
.is_zone_product{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #efefef;
  padding: 10px;
}
.is_zone_product .lineset_title{
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.is_zone_product .swatch[data-opname], .extra_products{
  width: 48%;
  margin: 0;
}
.is_zone_product .swatch[data-opname] .header_picker,
.extra_products .header_picker{
  border-color: #222;
}
.vm_bundle.is_ac .bundle-item [name="bundle-quantity"]{
  border: 0;
}
.ac2_additional_info_desk{
  display:none;
}

.spec_flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.w_50{
  width: 48%;
}
.vm_bundle.is_ac{
  border: 5px solid #c4c4c4;
  padding: 10px 10px 0 10px;
}
.vm_bundle.is_ac .title-in{
  border-bottom: 1px solid #c4c4c4;
}
.vm_bundle.is_ac .bundle-item{
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 0;
}
.vm_bundle.is_ac .bundle-item:hover{
  border: 0;
  border-bottom: 1px solid #c4c4c4;
}
.vm_bundle.is_ac .bundle-item:last-child{
  border-bottom: 0;
}
body .atc-slide:not(.btn_full_true) .single_add_to_cart_button,
body .atc-slide:not(.btn_full_true) .variations_button{
  width: 100%;
}
/* body.ac2 .single_add_to_cart_button{
  background: #5dcffc !important;
} */
.flexbox_price{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.flexbox_price .price_label{
  padding-right: 10px;
}
.flexbox_price .price_varies,
.flexbox_price .price_range{
  color: #222;
  font-weight: bold;
}
.is_zone_product[data-options_size="1"] .swatch[data-opname]{
  width: 100%;
}
.multiple_spec_per_variant{
  display: none;
}
.set_blue_color{
  background-color: #006ecb;
}
.set_blue_color .swatch[data-opname] .header_picker{
  border-color: #fff;
}
.set_blue_color .lineset_title,
.set_blue_color .swatch__title, 
.set_blue_color .swatch[data-opname] i,
.set_blue_color .swatch[data-opname] .header_picker{
  color: #fff;
}
#ymq-box{
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#ymq-box .ymq-options-box{
  margin: 0 !important;
}
#ymq-box .ymq-option-title{
  padding-bottom: 15px;
  border-top: 1px solid rgb(235, 235, 235);
  padding-top: 15px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-right: 40px;
}
#ymq-box .ymq-option-title .ymq_lable{
  margin-right: auto;
}
#ymq-box .ymq-option-title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
  right: 0;
  left: auto;
  position: absolute;
  transition: 0.4s all;
}
#ymq-box .ymq-option-title.active:after{
  transform: rotate(-45deg);
}
#ymq-box .ymq-option-title + div{
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: auto;
  max-height: 420px;
  display: none;
}
#ymq-box .ymq-options-img-label{
  position: relative;
  background-repeat: no-repeat !important;
  background-size: 144px 144px !important;
}
#ymq-box .spotlight{
  bottom: auto;
  top: 130px;
}
#ymq-box .ymq-options-img-label .color_name{
  position: absolute;
  color: #000;
  font-size: 11px;
  line-height: 30px;
  bottom: 12px;
  text-align: center;
}
#ymq-box .ymq-options-button-label{
  width: 31% !important;
  display: flex;
  align-item: center;
  justify-content: center;
}
body.theoutdoorplus .product_title{
  font-family: "Open Sans",arial,sans-serif !important;
}
#ymq-box .ymq-options-box .ymq-option-title + div.active{
  display: flex !important;
}
#ymq-box .ymq-options-box .ymq-option-title + div input,
#ymq-price-addons{
  display: none !important;
}
.price_range.above_terms{
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.product .woocommerce-Tabs-panel.panel.entry-content{
  padding: 0;
}
.mobile_only_tabs{
  display: none;
}
.img_title_content_wrpr{
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px; 
}
.img_title_content_wrpr img{
  width: 100%;
  display: block;
}
.img_title_content_wrpr h2{
  margin: 10px 0 0 0;
}
.img_title_content_wrpr .subt{
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.img_title_content_wrpr a.button_link{
  max-width: fit-content;
  margin-right: auto;
  background-color: #4e71bf;
  color: #fff;
  border-color: #4e71bf;
}
.box_color_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.box_color_list .color_box{
  width: calc(50% - 15px);
  position: relative;
  font-size: 13px;
}
.color_box.color_white{
  color: #fff;
}
.color_box .color-box__caption{
  position: absolute;
  bottom: 2px;
  z-index: 1;
  text-align: center;
  width: 100%;
  line-height: 1.2;
}
.color-box__caption .color-box__title{
  font-weight: bold;
  margin-bottom: 2px;
}
.box_color_list .color_box:nth-child(odd) {
  margin: 0 auto 25px 0;
}
.box_color_list .color_box:nth-child(even) {
  margin: 0 0 25px auto;
}
.box_color_list .color_box img{
  box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
}
.box_wrapper_color{
  display: none;
}
.box_color_titles{
  margin-top: 30px;
}
body.product.theoutdoorplus .mobile_pdp_tab.shipping_tab_mobile{
  display: none !important;
}
@media (max-width: 1024px) {
  .desktop_only_tabs{
    display: none;
  }
  .mobile_only_tabs{
    display: block;
  }
}
@media screen and (max-width: 767px){
  .ac2_additional_info{
    display: none;
  }
  .ac2_additional_info_desk{
    display: block;
  }
  .w_50{
    width: 100%;
  }
  #ymq-box .ymq-options-button-label{
    width: 40% !important;
  }
}
.pre_order_product_text{
  margin-bottom: 20px;
}
.pre_order_product_text p{
  margin: 0;
}
p.price_range{
  margin-right: 10px;
}
.product-infors .save_more_link{
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-infors .save_more_link a{
  font-size: 26px;
  /* font-family: Poppins; */
  font-family: "Bebas Neue", sans-serif;
  text-decoration: underline;
  color: #ec0101;
  font-weight: normal;
}
a.what_size_mrc{
  color: #006ecb;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  font-weight: 500;
}

@media screen and (max-width: 767px){
  .price-review .flexbox_price{
    flex-wrap: wrap;
  }
  .product-infors .save_more_link {
    max-width: 100%;
    flex: 0 0 100%;
  }
}