/* Responsive styles */

@media screen and (min-width:1024px){

.mob {display: none !important;}

} /* /min-width:1024px 
--------------------------------------------------------------------------------------------- */

@media screen and (max-width:1023px){
  
* {box-sizing:border-box;max-width:100%;}
table {table-layout:fixed; width:100%;}
img { max-width:100%; height:auto; image-rendering: -webkit-optimize-contrast;}
body {margin: 0px;padding: 0px;line-height: 1.7;font-size: 1rem;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}
.pc {display: none !important;}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
div#container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
#container > div {
  width: 100%;
  position: relative;
  height: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}

div#Footer {
  position: relative;
  width: 100%;
  height: auto;
  order: 99;
}
div#header {
  width: 100%;
  position: relative;
  height: auto;
  background-size: contain;
  order: -99;
  background-image: none;
  padding-left: 0px;
  padding-right: 0px;
}
div#navbar {
  position: fixed;
  width: 350px;
  top: 0;
  height: 100%;
  right: -400px;
  left: auto;
  z-index: 99;
  background-color: #99cc33;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}
div#navbar.open {
  right: 0px;
}
div#Textbox1 {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  margin: auto;
  order: 3;
  padding-top: 20px;
  padding-bottom: 20px;
}
div#video {
  position: relative;
  width: 100%;
  height: auto;
  left: auto;
  top: auto;
  order: 5;
}
div#Toyota_dealer {
  position: relative;
  top: auto;
  width: 100%;
  left: auto;
  height: auto;
  order: 8;
}
div#two_people {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  height: auto;
  order: 4;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
div#Textbox2 {
  order: 4;
}
div#styles {
  order: 7;
}
div#storefront {
  order: 9;
}
div#parking_lot {
  order: 10;
}
div#animated_scale {
  order: 11;
}
div#Quality_built {
  order: 12;
  padding-top: 10px;
  padding-bottom: 30px;
}
div#package {
  order: 13;
}
div#Components {
  order: 14;
}
div#Hub {
  order: 15;
}
div#mast {
  order: 16;
}
div#rods {
  order: 17;
}
div#Stitching {
  order: 18;
}
div#Click_here {
  order: 19;
}


div#mob-header {
  order: -90;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #99cc33;
  z-index: 9;
}
a.mob_button {
  color: #333;
}
div#closenav {
  display: flex;
  width: 100%;
  padding: 10px 0px 30px 10px;
  justify-content: flex-end;
}
a.close_button {
  color: #333;
}
div#animated_scale {
  padding-top: 20px;
  padding-bottom: 20px;
}
.animated_scale_mob_content {
  display: grid;
}
.animated_scale_mob_box {
  display: flex;
  flex-direction: column;
}
.animated_scale_mob_box > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.animated_scale_mob_box > div img {
  display: inline-flex;
  width: auto;
  height: auto;
}
div#Hub div {
  text-align: center;
}
.animated_scale_mob_box.img_2 > div > img:first-child {
  width: calc(100% - 90px);
}
.animated_scale_mob_box.img_2 > div > img:nth-child(2) {
  width: 90px;
  height: auto;
}
.footer_mob_imgs {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 5px 0;
}
.footer_mob_links {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.footer_mob p.timesFont {
  text-align: center;
}
p.paypal_fimg {
  text-align: center;
}
.footer_mob {
  padding-top: 15px;
}
img.mob_logo {
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  max-width: calc(100% - 90px);
}
.mob_show_logo img.mob_logo {
  transform: scale(1);
}
div#Textbox {
  margin-left: auto;
  margin-right: auto;
}
div#PP_logo {
  position: relative;
  left: auto;
  top: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
div#PP_logo img[src="images/navbuttons/nav_spacer.png"] {
  display: none;
}
div#PP_logo br {
  display: none;
}
div#product_grid {
  margin-left: auto;
  margin-right: auto;
}
.asm_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  flex-wrap: nowrap;
}
.mob_pay_icons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  align-items: center;
  flex-wrap: nowrap;
}
div#shipping_table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
div#Instructions {
  margin-left: auto;
  margin-right: auto;
}
#Instructions + #link {
  order: -1;
}
.footer_mob_imgs img {
  display: flex;
  width: auto;
  height: 70px;
}

/* menu image correction */
div#navbar img#faqs {
  transform: translateX(-4px);
}
div#navbar img#purchase {
  transform: translateX(2px);
}
div#navbar img#support {
  transform: translateX(-8px);
}




} /* /max-width:1023px
--------------------------------------------------------------------------------------------- */


@media screen and (min-width: 768px) and (max-width: 1023px) {

  div#Toyota_dealer {
    width: 50%;
}
div#storefront {
  width: 50%;
  padding-top: 20px;
}
div#parking_lot {
  padding-top: 20px;
  padding-bottom: 20px;
}
div#parking_lot img {
  display: flex;
  margin: 10px auto;
}
.animated_scale_mob_content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: baseline;
}
div#package {
  width: 50%;
}
div#Components {
  width: 50%;
}
div#Hub {
  width: 50%;
  padding: 15px 15px;
}
div#mast {
  width: 50%;
  padding: 15px 15px;
}
div#rods {
  width: 50%;
  padding: 15px 15px;
}
div#Stitching {
  width: 50%;
  padding: 15px 15px;
}
/* .animated_scale_mob_box.img_2 > div > img:first-child {
  width: calc(100% - 150px);
} */
.animated_scale_mob_box.img_2 > div > img:nth-child(2) {
  width: 90px;
  height: auto;
}
/* .animated_scale_mob_box.img_2 > div > img:nth-child(2)[src="images/Tree.png"] {
  width: 150px;
  height: auto;
} */

img.mob_logo {
  max-width: 370px;
  padding: 5px 0;
}
.animated_scale_mob_content {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
}

.animated_scale_mob_box h2 {
  font-size: 1.2rem;
}

.animated_scale_mob_box.img_2.am_box1 img.am_img2 {
  /* width: 60px; */
  width: 30%;
}
.animated_scale_mob_box.img_2.am_box1 img.am_img1 {
  /* width: calc(100% - 60px); */
  width: 70%;
}
.animated_scale_mob_box.img_2.am_box2 img.am_img2 {
  /* width: 200px; */
  width: 55%;
  aspect-ratio: 3/4;
}
.animated_scale_mob_box.img_2.am_box2 img.am_img1 {
  /* width: calc(100% - 200px); */
  width: 45%;
}
div#container {
  background-size: contain;
}
div#header > img {
  width: 100%;
  height: auto;
  display: flex;
}





} /* /(min-width: 768px) and (max-width: 1023px) 
--------------------------------------------------------------------------------------------- */


@media screen and (max-width: 767px) {


  div#parking_lot {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div#parking_lot img {
    display: flex;
    margin: 10px auto;
  }
  .animated_scale_mob_box.img_2 > div > img:first-child {
    width: calc(100% - 70px);
  }
  .animated_scale_mob_box.img_2 > div > img:nth-child(2) {
    width: 70px;
    height: auto;
  }
  .animated_scale_mob_content {
    gap: 20px;
}
#container > div {
  padding: 15px 15px;
}
#container div#header {
  padding: 0;
}
div#mob-header {
  padding: 5px 15px;
}
div#product_grid table tr {
  display: flex;
  flex-direction: column;
}
div#product_grid table tr td {
  height: auto;
  padding: 15px;
}
div#product_grid table select {
  height: 35px;
  width: 100%;
}
.asm_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.animated_scale_mob > h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div#shipping_table {
  overflow-x: auto;
  width: 100%;
}

/* .animated_scale_mob_box.img_2.am_box2 > div img.am_img1 {
  width: 50%;
}
.animated_scale_mob_box.img_2.am_box2 > div img.am_img2 {
  width: 50%;
} */

.animated_scale_mob_box {
  width: 400px;
  margin: auto;
  max-width: 100%;
}

.animated_scale_mob_box.img_2.am_box1 img.am_img2 {
  /* width: 60px; */
  width: 30%;
}
.animated_scale_mob_box.img_2.am_box1 img.am_img1 {
  /* width: calc(100% - 60px); */
  width: 70%;
}
.animated_scale_mob_box.img_2.am_box2 img.am_img2 {
  /* width: 200px; */
  width: 50%;
  aspect-ratio: 3/4;
}
.animated_scale_mob_box.img_2.am_box2 img.am_img1 {
  /* width: calc(100% - 200px); */
  width: 50%;
}

.animated_scale_mob_box.am_box1 {
  width: 300px;
}
.animated_scale_mob_box > div {
  justify-content: center;
}
.animated_scale_mob_box h2 {
  text-align: center;
}





} /* /max-width:767px 
--------------------------------------------------------------------------------------------- */


@media screen and (max-width: 410px) {

  .animated_scale_mob_box {
    width: 100%;
}


} /* /max-width:410px 
--------------------------------------------------------------------------------------------- */