h3, h4 {
  font-size: 1.6rem;
}

/* @keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
} */

h1 {
  font-size: 42px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}
.carouselReview {
  display: none;
  position: relative;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
  scrollbar-color: transparent transparent;
  scrollbar-width: 0px;
  width: 100%;
}
.rHeight {
  height: 500px;
}
.rHeightTwo {
  margin-top: 30px;
  height: 250px;
}
.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-left: 0;
}
.carousel__slide {
  display: grid;
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
  margin-left: 0;
}
.cHeight {
  height: 165px;
  padding-left: 60px;
}
.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carouselReview::before,
.carouselReview::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carouselReview::before,
.carousel__prev {
  left: -1rem;
}

.carouselReview::after,
.carousel__next {
  right: -1rem;
}



.nextbtn {
  background-color: black;
  color: white;
  widtth: 100px;
  height: 100px;
  grid-column: 2/3;
  display: grid;
}
.bottomLegal {
  color: #dedede;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.bundleTerms {
  display: block;
  color: white;
}
.bundleTerms:hover {
  color: white;
}


#patchColorGridOne {
  grid-template-columns: repeat(4, 1fr);;
  justify-items: center;
 /* height: 500px; */
  display: none;
  background-color: #f2f2f2;
}
#patchColorGridThree {
  grid-template-columns: repeat(4, 1fr);;
  justify-items: center;
 /* height: 500px; */
  display: none;
  background-color: #f2f2f2;
}
#patchColorGridFive {
  grid-template-columns: repeat(4, 1fr);;
  justify-items: center;
 /* height: 500px; */
  display: none;
  background-color: #f2f2f2;
}
#checkoutOneBlue {
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutOneWhite {
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutThreeBlue {
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutThreeWhite {
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutFiveBlue {
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutFiveWhite {
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#adBlock {
  background-color: #f2f2f2;
  display: none;
}
#checkoutTwo {
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutOneBlueTwo {
  display: none;
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutOneWhiteTwo {
  display: none;
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutThreeBlueTwo {
  display: none;
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutThreeWhiteTwo {
  display: none;
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutFiveBlueTwo {
  display: none;
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
#checkoutFiveWhiteTwo {
  display: none;
  height: 100px;
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}
.cartOfferTitle {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 36px;
}
.cartGridImg {
  width: 100%;
}
.checkoutTotal {
  font-size: 24px;
  text-align: end;
}
.orangeCheckoutBtn {
  background-color: #028bc1;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
}
.cartGridAd {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin: 30px;
  justify-items: center;
  padding-bottom: 30px;
  padding: 20px;
}
.varPatch {
  width: 100px;
}
.extraText {
  font-size: 24px;
}
.colorTitle {
  grid-column: 2/4;
  font-size: 36px;
  /* margin-top: 100px; */
  line-height: 1.4em;
}
.patchDivBlue {
  grid-column: 2/3;
  display: grid;
  justify-items: center;
}
.patchDivWhite {
  grid-column: 3/4;
  display: grid;
  justify-items: center;
}
.patchColorBtn {
  width: 70px;
  height: 35px;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 8px;
}
.savingsBtn {
  color: white;
  border-radius: 10px;
  border: 0;
  font-size: 20px;
  width: 375px;
  height: 55px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  cursor: pointer;
/*   margin-top: 30px; */
  justify-self: center;
  box-shadow: 3.4px 4.9px 12px 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #ff650b;
}
.savingsBtnGreen {
  color: white;
  border-radius: 10px;
  border: 0;
  font-size: 20px;
  width: 375px;
  height: 55px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  margin-top: 30px;
  justify-self: center;
  box-shadow: 3.4px 4.9px 12px 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #2aaa50;
}
.retailText {
  margin-top: 20px;
  text-decoration: line-through;
  text-align: center;
}
.onlyText {
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  color: #2aaa4e;
}
.moreAdhesiveBtn {
  display: grid;
  justify-items: center;
  grid-column: 2/3;
}
.addNewPatch {
  display: grid;
  justify-items: center;
}
.subFour {
  font-size: 18px;
}
.blueLogoSmall {
  width: 200px;
  padding-top: 30px;
  justify-self: center;
}
.bundleTitleFour {
  font-size: 44px;
  font-weight: 700;
}
.containerInput {
  display: none;
}
.orangeOne {
  display: none;
}
.greenOne {
  display: none;
}
.retailScratch {
  width: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popBorder {
  display: grid;
  justify-items: center;
}
.videoThreeGrid {
  display: grid;
/*   grid-gap: 60px; */
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 165px 1fr;
  margin-left: 100px;
  margin-right: 70px;
  margin-top: 120px;
  font-weight: 600;
}
.allVids {
  display: block;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 28px;
  text-decoration: underline;
  font-weight: 600;
}
.vtd {
  width: 100%;
  height: 100%;
  padding-right: 60px;
}
.vtds {
  width: 100%;
  height: 165px;
  padding-right: 60px;
}
.vidTitle {
  margin-right: 60px;
  margin-top: 20px;
}







.bulletTextSec {
  margin-left: 25px;
  margin-right: 50px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .bulletTextSec .greenBuyBtn {
    order: -1;
  }
}
.bulletTextSecSmall {
  display: none;
}
.webSubTitleNew {
  margin-top: 15px;
}
.blueSubTitleNew {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.newBulletGrid {
  display: grid;
  grid-template-columns: 40px 1fr;
  margin-bottom: 20px;
}
.thumbGrid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
}
.gridImg {
  width: 100% !important;
}
.blueBullet {
  width: 20px;
}
.containerC {
  display: grid;
}
.hammondDiv {
  display: grid;
  color: white;
  font-weight: 600;
  background-color: #333;
  
}
// @media screen and (max-width: 750px) {
//    .hammondDiv {
//      display: block;
//    }
// }
.hammondText {
  font-size: 16px;
  margin: 20px;
  font-weight: normal;
  
}
.hammondPic {
  grid-row: 1/3;
  width: 200px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.dayAsset {
  grid-column: 2/3;
  width: 90px;
  margin-left: 20px;
}
.founderText {
  grid-column: 1/2;
  font-size: 12px;
}
.newGrid {
  display: grid;
  max-width: 1200px;
  background-color: white;
}
.greenBuyBtn {
  grid-column: 1/3;
  justify-self: center;
  display: block;
  color: white;
  border-radius: 20px;
  font-size: 24px;
  max-width: 350px;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  box-shadow: 3.4px 4.9px 12px 0 rgba(0, 0, 0, 0.1) !important;
  background-color: #2aaa50;
}
.blueTitleFour {
  color: #0290B6;
}
#gifVideo {
  display: none;
}
.greenBuyBtnMobile {
  display: none;
}
.backgroundGrid {
  grid-column: 1/4;
  grid-row: 3/4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  text-align: center;
  justify-items: center;
  grid-gap: 20px;
}
.newBundleGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  text-align: center;
  justify-items: center;
  grid-gap: 20px;
  grid-template-areas: 
  ". . ."
  "Color-Picker Color-Picker Color-Picker";
  padding: 0 20px;
  margin-bottom: 1em;
}
.newBundleGrid  > div {
  border: 2px solid #ccc;
}
.newBundlePriceDiv {
  font-size: 24px;
  align-self: end;
  font-weight: 600;
}
.safeGrid {
  display: grid;
  justify-items: center;
  background-color: #eaeaea;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 50px;
}
.usaSafe {
  width: 60%;
}
.usaMobile {
  display: none;
}
.actNow {
  font-size: 22px;
  color: #4e4e4e;
  text-align: center;
}
.fastTruck {
  width: 50px;
}
.newRedRibbon {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 110px;
  justify-self: end;
  z-index: 3;
  padding-right: 3px;
  padding-top: 3px;
}
.webTitleNew {
  margin-top: 50px;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  justify-self: center;
  border-bottom: 2px solid #e2e3e4 ;
  padding-bottom: 50px;
  margin-bottom: 25px;
  width: 100%;
}
.blueWebTitleNew {
  color: #0075a2;
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  border-bottom: 2px solid #e2e3e4;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.lar {
  position: absolute;
  width: 25px;
  margin-top: 40px;
  margin-left: 20px;
}
.rar {
  position: absolute;
  width: 25px;
  right: 20px;
  margin-top: 40px;
}
.lar2 {
  position: absolute;
  width: 25px;
  margin-top: 80px;
  margin-left: 20px;
}
.rar2 {
  position: absolute;
  width: 25px;
  right: 20px;
  margin-top: 80px;
}
.reviewBlock {
  display: grid;
}
.leftStarGridNew {
  display:grid;
  grid-template-columns: 200px 1fr;
  padding-top: 40px;
  width: 80%;
  justify-self: center;
  border-bottom: 2px solid #e2e3e4;
  padding-bottom: 40px;
}
.rightStarGridNew {
  display:grid;
  grid-template-columns: 1fr 200px;
  padding-top: 40px;
  width: 80%;
  justify-self: center;
  border-bottom: 2px solid #e2e3e4;
  padding-bottom: 40px;
}
.leftStarGridBot {
  display:grid;
  grid-template-columns: 200px 1fr;
  padding-top: 40px;
  width: 80%;
  justify-self: center;
  padding-bottom: 40px;
}
.starWebLeft {
  font-weight: 600;
}
.starWebRight {
  font-weight: 600;
  justify-self: center;
  text-align: end;
}
.reviewName {
  margin-top: 15px;
  font-size: 16px;
}
.custReviewTitleNew {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}
.custReviewTextNew {
  font-size: 16px;
}
.getYoursHeaderNew {
  grid-column: 1/4;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
/*   padding-bottom: 20px; */
  padding-top: 30px;
}
.getYoursTextNew {
  grid-column: 1/4;
  text-align: center;
/*   font-weight: 300; */
  margin-bottom: 60px;
  font-size: 18px;
}
.popImg {
  width: 400px;
  margin-bottom: 20px;
}
.spOf {
  width: 200px;
  margin-top:40px;
}
.ribbon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
}
.newGreenRibbon {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 110px;
  justify-self: end;
  z-index: 3;
  margin-top: 20px;
}
.newWhiteOne {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newWhiteThree {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newBlueUnder {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  background-color: #d8f6ff;
/*   opacity: .2; */
  border-radius: 10px;
}
.newBlueOutline {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  border-radius: 10px;
  border: 3px solid #07709b;
}
.newBundleItemDiv {
  // grid-row: 1/2;
  display: grid;
  justify-items: center;
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}
div.newBundleItemDivBorder {
  border: 3px solid #07709b;
}
.newBundleTitleItem {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: .5em;
}
.bundleTitleMobile {
  display: none;
}
.newBundleDesc {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .5em; 
  font-weight: normal;
}
.newBundleDesc ul {
  padding-left: 0;
  text-align: left;
  list-style-position: inside;
  margin-bottom: .25em;
} 
.newBundleDesc li {
  padding-top: 0;
  margin-left: 0;
}

.newBundleDescTruck {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
.logoRoundWhite {
  display: none;
}
.markOutDesc {
  font-weight: 600;
  text-decoration: line-through;
  font-size: 16px;
  margin-top: 25px;
}
.greenPercent {
  color: #7cc611;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.newBundleFormOne {
  align-self :end;
  height: 80px;
  margin-bottom: 20px;
}
.newBundleFormTwo {
  align-self :end;
  height: 80px;
}
.popupText {
  width: 950px;
  height: 500px;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 45px;
  justify-items: center;
  box-shadow: 0px 0px 15px;
}
.newPatchImg {
  align-self: center;
  max-height: 125px;
  margin-top: 20px;
  margin-bottom: 20px;
  object-fit: contain;
}
.dontWant {
  font-size: 16px;
  color: #868686;
  cursor: pointer;
  align-self: start;
}
.dontWantPop {
  font-size: 16px;
  color: #868686;
  cursor: pointer;
  align-self: start;
}
#newPatchesGroup {
  /* display: grid;
  // grid-template-columns: repeat(3, 1fr);
  // grid-gap: 3px;
  // padding: 30px; */

  background-color: #f2f2f2;
}
.adTextDiv {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: start;
}
.retialLarge {
  margin-top: 15px;
}
.retailMobile {
  display: none;
}
.blueOrderBtn {
  background-color: #07709b;
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  align-self: end;
}
.blueOrderBtnNew {
  background-color: #2aaa50;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  align-self: end;
}
.blueOrderBtnNew:hover {
  background-color: #ff650b;
}
.specialPrice {
  font-size: 16px;
}
.sp {
  font-size: 32px;
  font-weight: 600;
}
.orangeOrderBtn {
  background-color: #ff650b;
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  align-self: end;
}
.newFaqBundle {
  display: grid;
  background-color: #ff650b;
  color: white;
  padding: 20px;
  grid-gap: 20px;
}
.newBundleBadgesDiv {
  display: grid;
  justify-items: center;
  background-color: #333;
  justify-self: center;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.lp4Footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  background-color: #0f759f;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.socialIcons {
  width: 100px;
  margin-top: 30px;
}
.footerTitle {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #39b1ca;
}
.copyrightBundle {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #005d84;
  color: white;
  padding: 20px;
  justify-items: center;
}
.copyDiv {
  justify-self: end;
  word-spacing: 10px;
}
.footerVideo {
  width: 187px;
  height: 105px;
}
.newsGrid {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  height: 115px;
}
.newsGridTop {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  height: 115px;
}
.whiteArrow {
  width: 8px;
}
.addOne {
  font-size: 32px;
  color: #ff6b01;
  font-weight: 600;
  text-align: center;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@media screen and (min-width: 850px) {
  .hidedesktop {
    display: none;
  }
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@media (max-width: 1200px) {
  .newGrid {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  // .greenBuyBtn {
  //   display: none;
  // }
  .greenBuyBtnMobile {
    grid-column: 1/2;
    display: block;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    width: 85%;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 3.4px 4.9px 12px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #2aaa50;
  }
  .m2 {
    display: none;
  }
  .newBundleTitleItem {
    font-size: 18px;
  }
  .newBundlePriceDiv {
    font-size: 20px;
  }
  .newRedRibbon {
    width: 75px;
  }
  .newGreenRibbon {
    width: 75px;
  }
}
@media (max-width: 800px) {
  .reviewName {
    text-align: center;
  }
  .reviewBlock {
    display: none;
  }
  .carouselReview {
    display: block;
  }
  .starWebLeft {
    grid-row: 1/2;
    justify-self: center;
    margin-top: 20px;
  }
  .starWebRight {
    grid-row: 1/2;
    margin-top: 20px;
  }
  .leftStarGridNew {
    width: 90%;
    grid-template-columns: 1fr;
    justify-items: center;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .rightStarGridNew {
    width: 90%;
    grid-template-columns: 1fr;
    justify-items: center;
    border-bottom: 0;
    padding-top: 0;
  }
  #newPatchesGroup {
    grid-template-columns: 1fr;
    padding: 10px;
    background-color: white;
    border-top: 2px solid #e2e3e4;
  }

  .backgroundGrid {
    grid-row: 3/6;
    grid-template-columns: 1fr;
    height: auto;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-bottom: 30px;
  }
  .newBundleGrid {
    display: flex;
    flex-wrap:wrap;
    padding: 0;
  }
  .orangeCheckoutBtn {
    padding: 10px;
  }
  .newBundleItemDiv {
  
    text-align: left;
  }
  .containerInput {
    display: inline-block;
    grid-column: 1/2;
    grid-row: 1/10;
    align-self: center;
    margin-top: 10px;
    justify-self: center;
  }

  .newPatchImg {
    flex-basis: 30%;
    max-width: 100px;
  }
  .bundle-content {
    flex-basis: 70%;
  }
  .newBundleDesc {
    grid-column: 3/4;
    font-size: 12px;
    margin-left: 20px;
  }
  .newBundlePriceDiv {

  }
  .greenPercent {
    grid-column: 3/4;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 20px;
  }
  .markOutDesc {
    grid-column: 3/4;
    font-size: 12px;
    margin-top: 15px;
    margin-left: 20px;
  }
  .newBundleDescTruck {
    display: none;
  }
  .newWhiteOne {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    height: 110%;
    border: 2px solid #ccc;
  }
  .orangeOne {
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    align-items: end;
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 2px;
    background-color: #ff4d00;
    width: 100%;
    height: 110%;
    border-radius: 11px;
    color: white;
    text-align: center;
  }
  .greenOne {
    grid-column: 1/2;
    grid-row: 3/4;
    display: grid;
    align-items: end;
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 2px;
    background-color: #7cc611;
    width: 100%;
    height: 110%;
    border-radius: 11px;
    color: white;
    text-align: center;
  }
  .newBlueUnder {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .newBlueOutline {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .newRedRibbon {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .newGreenRibbon {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 0;
  }
  .newWhiteThree {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 0;
    margin-bottom: 0;
    border: 2px solid #ccc;
  }
  .lp4Footer {
/*     display: none; */
    grid-template-columns: 1fr;
    padding: 20px;
    
  }
  .logoFooterDiv {
    display: grid;
    justify-items: center;
    background-color: #005d84;
    width: 100%;
    padding: 30px;
  }
  .logoFooter {
    width: 40%;
    margin-bottom: 20px;
  }
  .socialIcons {
    display: none;
  }
  .footerTitle {
    margin-top: 20px;
  }
  .footerGridDiv {
    width: 100%;
    padding-bottom: 20px;
  }
  .footerVideo {
    width: 100%;
    height: 174px;
  }
  .copyright {
    margin-left: -50px;
    margin-right: -50px;
  }
  
  .popupText {
    position: absolute;
    top: 10px;
    width: 350px;
    grid-template-columns: 1fr 45px;
    height: auto;
  }
  .spOf {
    margin-top: 10px;
  }
  .closeBtn {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .specialText {
    margin-top: 20px;
  }
  .specialPrice {
    font-size: 18px;
/*     color: #6d6d6d; */
    text-align: center;
  }
  .rightPop {
    grid-column: 1/3;
  }
  .fifty {
    font-size: 90px;
  }
  .percentOff {
    font-size: 30px;
  }
  .popImg {
    width: 300px;
    margin-bottom: 0px;
  }
  .savingsBtnGreen {
    margin-top: 10px;
  }
  .addOne {
    font-size: 25px;
  }
  .savingsBtn {
    width: 150px;
    margin-bottom: 20px;
    font-size: 8px;
    height: 20px;
    margin-top: 10px;
    border-radius: 5px;
    padding: 0;
    background-color: #2aaa50;
  }
  .retailScratch {
    width: 100px;
  }
  .dontWant {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 6px;
  }
  .dontWantPop {
    padding: 10px;
    font-size: 12px;
    background-color: #E62E0C;
    color: white;
    width: 100%;
    text-align: center;
  }
  .safeGrid {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .usaSafe {
    display: none;
  }
  .usaMobile {
    display: block;
    width: 70%;
  }
  .cartOfferTitle {
    grid-column: 1/3;
    font-size: 16px;
    margin-top: 50px;
  }
  .cartGridAd {
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    grid-gap: 0;
    background-color: white;
    border-top: 2px solid #e2e3e4;
    border-bottom: 2px solid #e2e3e4;
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .cartGridImg {
    grid-column: 1/2;
    grid-row: 2/4;
    margin-top: 20px;
    margin-left: 15px;
  }
  .retailLarge {
    display: none;
  }
  .retailMobile {
    display: block;
    grid-column: 2/3;
  }
  .bundleTitleFour {
    font-size: 24px;
  }
  .subFour {
    font-size: 14px;
  }

  .videoGrid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .carousel {
    grid-row: 1/2;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hammondDiv {
    grid-row: 4/5;
    margin-top: 30px;
  }
  .founderText {
    margin-bottom: 20px;
  }
  .dayAsset {
    width: 55px;
  }
  
  .bulletTextSec {
    margin-left: 25px;
    margin-right: 50px;
    font-size: 16px;
  }
  // .textOnLarge {
  //   display: none;
  // }
  .greenBuyBtnMobile {
    justify-self: center;
    width: 65%;
  }
  .m2 {
    display: block;
  }
  .webTitleNew {
    margin-top: 25px;
    font-size: 32px;
  }
  .custReviewTitleNew {
    text-align: center;
  }
  .blueWebTitleNew {
    font-size: 36px;
  }
  .getYoursHeaderNew {
    font-size: 24px;
  }
  .getYoursTextNew {
    font-size: 14px;
  }
  .colorTitle {
    font-size: 24px;
  }
  .patchDivBlue {
    grid-column: 1/3;
  }
  .patchDivWhite {
    grid-column: 3/5;
  }
  .adTextDiv {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .varPatch {
    width: 60px;
  }
  .patchColorBtn {
    width: 65px;
    height: 30px;
  }
  .checkoutTotal {
    font-size: 20px;
  }
  .cartAdText {
    justify-self: center;
    font-size: 9px;
  }
  .adLiDiv {
    padding-bottom: 10px;
  }
  .liAd {
    padding-top: 5px;
  }
  .leftStarGridBot {
    width: 90%;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .videoThreeGrid {
    display: none;
  }
  .allVids {
    display: none;
  }
  .custReviewTextNew {
    text-align: center;
  }
  #patchColorGridOne {
    border-top: 2px solid #e2e3e4;
    margin-top: 50px;
    background-color: white;
    // height: 400px;
  }
  #patchColorGridThree {
    border-top: 2px solid #e2e3e4;
    margin-top: 50px;
    background-color: white;
    // height: 400px;
  }
  #patchColorGridFive {
    border-top: 2px solid #e2e3e4;
    margin-top: 50px;
    background-color: white;
    // height: 400px;
  }
  .adGrid {
    height: 30px;
  }
  ::-webkit-scrollbar {
    width: 0;
  }
  .faqLink {
    font-size: 16px;
  }
  .bundleFaqText {
    font-size: 16px;
  }
  .copyrightBundle {
    grid-template-columns: 1fr;
    font-size: 10px;
  }
  .cartAdClose {
    margin-top: 0;
  }
  
  .bundleTitleMobile {
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
  }
  .logoRoundWhite {
    display: inline;
    width: 18px;
    margin-right: 10px;
  }
  #adBlock {
    background-color: white;
  }
  .newsGridTop {
    justify-self: start;
    margin-left: 14%;
  }
}


.patchColorPickerContainer {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 20px;
  border-radius: 10px;
  grid-area: Color-Picker;
}
.emphasized-row:before {
  
    display: none !important;
  
}
.inactive {
  opacity: .6;
  filter: grayscale(.8);
}


.product-table-container {
  background-color: #0f1435;
  color: white;
}
.product-table {
  display: flex;
  justify-content: space-around;
  grid-gap: 30px;
  padding: 20px;
}

.product-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-column form {
  display: flex;
  justify-content: center;


}
.product-column ul {
  margin-left: 5px;
}
.sticky-top {
  position: sticky;
  top: 0;
  background: #0f1435;
  padding: 10px;
  box-shadow: 0 2px 6px #0f1435;
}
.product-image-table {
  max-width: 100%; 
  padding: 10px;
  height: auto;
  
}
.color-circles {
  text-indent: -1000em;
  display: flex;
  justify-content: center; 
  grid-gap: 0;
}
.color-circles.big-radios label {
  background:unset;
}
.color-circles .Blue, .color-circles .White {
  border-radius: 50px;
  width: 32px;
  height: 32px;
}
.color-circles .Blue {
  background-color: #0177b1;
}
.color-circles .White {
  background-color: white;
}

.table-content {
  border-bottom: 1px solid white;
  padding: 40px;
  
}
@media screen and (max-width: 800px) {
  .table-content {
    padding: 20px 0;
  }
}