*{
  box-sizing: border-box;
  margin: 0;
  font-family: 'Montserrat';
  outline: none;
}

#top-bar{
  height: 40px;
  background-color: #0A0A0A;
  padding: 11px;
  display: flex;
  flex-direction: row;
  font-size: 19px;
  padding-left: 30px;
}

nav.large > ul{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  padding-left: 30px;
}

nav.large > ul > li{
  margin-right: 30px;
}

nav.large > ul > li > a{
  text-decoration: none;
  color: #BBB;
}

nav.mobile{
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 2;
}

#menu,#menu2{
  filter: invert(1);
}

#logo,#menu,#menu2{
  height: 20px;
  cursor: pointer;
}

#menu2{
  height: 14px;
}

.m-nav-cont{
  padding: 20px;
}

#nav-mobile{
  height: 0vh;
  transition: 0.4s;
  width: 100vw;
  background: #000;
}

#nav-mobile > div > ul > li{
  border-top: 1px solid #666;
}

ul{
  list-style-type: none;
}

#nav-mobile > div > ul > li{
  padding-top: 10px;
  padding-bottom: 10px;
}

#nav-mobile > div > ul > li > a{
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 16px;
}

#nav-mobile > div > h2{
  margin-left: 40px;
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 16px;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

#menu{
  cursor: pointer;
}

#nav-mobile {}

h1{
  font-weight: 600;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}

h2{
  font-weight: 400;
}

#p-name{
  font-weight: 600;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 16px;
}

#price{
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}

button{
  background-color: #0071E3;
  border: none;
  border-radius: 99px;
  padding: 10px 15px;
  font-size: 16px;
  color: white;
}
#titles{
  margin-bottom: 23vw;
}

.product-images{
  width: 100%;
}

.product-images img{
  width: 100%;
}

.container{
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
  text-align: center;
}

#titles{
  margin-top: -33vw;
  margin-top: calc(-70px + -33vw);
}

#titles2 h2{
  font-size: 32px;
  line-height: 50px;
}

#titles2 > span{
  display: block;
}

#titles2 > span:nth-child(2){
  font-size: 19px;
}

#titles2 > span:nth-child(3){
  margin-top: 5px;
  font-size: 17px;
  margin-bottom: 10px;
}

#titles2 a{
  display: inline-block;
  margin: 12px;
  color: #0071E3;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

#titles h1, #titles h2{
  color: #F2F2F2;
}

.images-list{
  display: flex;
  justify-content: center;
}

.images-list img{
  margin: 10px;
  height: 58px;
}

.specs{
  text-align: left;
}

.specs p{
  margin-top: 10px;
}

.specs h2{
  line-height: 60px;
  font-size: 35px;
}

table{
  margin-left: -6px;
}

tr > td{
  padding-right: 12px;
  line-height: 1.6em;
}

@media (min-width: 841px) {
  .mobile{
    display: none;
  }
  .large{
    display: auto;
  }
  .product-images > img:nth-child(2){
    display: none;
  }
  .product-images > img:nth-child(1){
    display: block;
  }

  #titles{
    margin-top: -33vw;
    margin-top: calc(-70px + -26vw);
  }
}

@media (max-width: 840px) {
  .mobile{
    display: auto;
  }
  .large{
    display: none;
  }
  .product-images > img:nth-child(1){
    display: none;
  }
  .product-images > img:nth-child(2){
    display: block;
  }
}

@media (max-width: 380px) {
  #titles{
    margin-top: -200px;
  }
  .buy2{
    display: none;
  }
}

footer{
  padding: 40px 0;
  background-color: #0A0A0A;
  color: white;
}

footer a{
  text-decoration: none;
  color: #0071e3;
}

.preview-img{
  width: 100px!important;
}

.img-container{
  width: 100px!important;
  background-color: #B2B2B2;
}
