@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2018, 12:36:25 AM
    Author     : Norm
*/
@import url("https://fonts.googleapis.com/css?family=IM+Fell+English+SC|Italianno|Roboto:300,300i,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Major+Mono+Display|Open+Sans:400,400i,600,700,800");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 10, 2018, 10:07:22 PM
    Author     : Norm
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
font-family: 'IM Fell English SC', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Italianno', cursive;
*/
@font-face {
  font-family: Andulus;
  src: local("D:ÞvelopmentScottishWroughtIronpublic_html\fonts\andalus\2.ttf");
}
body {
  font-family: "Roboto", sans-serif;
}

.block-id-letter {
  /*display: inline;*/
  display: none;
  border: 2px solid black;
  font-size: 1em;
}

.spacer30 {
  height: 30px;
}

.spacer20 {
  height: 20px;
}

.spacer10 {
  height: 10px;
}

.signature .signature-block {
  /* Terms */
  font-family: "IM Fell English SC", serif;
  font-size: 28px;
  color: #000000;
}

.heading {
  text-align: center;
  /* Headlines */
  font-family: "IM Fell English SC", serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}

.sub-heading {
  text-align: center;
  /* Headlines */
  font-family: "IM Fell English SC", serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}

.small-sub-heading {
  text-align: center;
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
}

.add-to-cart-button {
  height: 45px;
  width: 150px;
  border: 3px solid darkgray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.add-to-cart-button:hover {
  border: 4px solid black;
}

.add-to-cart-button:active {
  background-color: #e0e0e0;
  transform: translateY(4px);
  transform: translatX(4px);
}

#dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}

.dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.dropdown-select option .total-price {
  font-weight: bold;
  color: red;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 24, 2019, 9:45:24 AM
    Author     : Norm
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2018, 10:15:34 AM
    Author     : Norm
*/
#header-image {
  overflow: hidden;
  z-index: 5;
  height: 500px;
  width: 100%;
  background-image: url("../images/header_index.jpg");
  margin: 0 auto;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 650px) {
  #header-image {
    background-image: url("../images/header2_m.jpg");
    height: 250px;
  }
}

header {
  /*border: 3px solid red;*/
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  /*header a {
    font-size: 1rem 20px;
    color: black;
  }*/
}
header .banner {
  z-index: 10;
  /*border: 3px solid red;*/
  background-color: #d9d9d4;
  width: 100%;
  width: 100%;
  font-family: "IM Fell English SC", serif;
  color: black;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 36px;
  text-align: center;
  height: 60px;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  header .banner {
    font-size: 22px;
    height: 40px;
  }
  header .banner .logo-inline {
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  header .banner {
    font-size: 22px;
    height: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 350px) {
  header .banner {
    font-size: 18px;
  }
}
header .banner .logo-inline {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 450px) {
  header .banner .logo-inline {
    display: none;
  }
}
header #main-menu {
  display: flex;
  justify-content: center;
}
header nav {
  z-index: 25;
  display: flex;
  background-color: #d9d9d4;
  justify-content: space-around;
  align-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 450px) {
  header nav {
    display: none;
  }
}
header nav .shopping-cart {
  position: relative;
  top: -10px;
}
header nav a {
  color: black;
  text-align: center;
  text-decoration: none;
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
@media screen and (max-width: 400px) {
  header nav a {
    font-size: 16px;
  }
}
header nav a:hover,
header .dropdown:hover .dropbtn {
  background-color: rgba(82, 67, 216, 0.65);
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
header .dropdown-content {
  display: none;
  width: 33%;
  width: 350px;
  position: absolute;
  background-color: #f9f9f9;
  /*min-width: 100px;*/
  padding: 0 15px 0 15px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 2;
}
header .dropdown-content a {
  float: none;
  color: black;
  /*padding: 12px;*/
  text-decoration: none;
  display: block;
  text-align: left;
}
header .dropdown:hover .dropdown-content {
  display: block;
}
header header {
  /*padding-top: 15px;*/
  color: black;
}
header .menu-item {
  font-size: 1rem;
  color: black;
}
header .dropdown-item {
  font-size: 1.25rem;
  color: black;
}
header .topnavbar {
  /*border: 3px solid red;*/
  top: 0;
  z-index: 2;
  width: 100%;
}
header #topnavbar .navbar-mobile {
  top: 0;
  z-index: 2;
  width: 100%;
}
header .navbar-mobile {
  height: 40px;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  justify-items: center;
  align-items: center;
  align-content: center;
  grid-template-rows: 50px;
  /*padding-top: 8px;*/
  background-color: #d9d9d4;
}
@media screen and (min-width: 450px) {
  header .navbar-mobile {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  header .navbar-mobile {
    height: 30px;
    padding-bottom: 5px;
  }
  header .navbar-mobile img {
    height: 35px;
  }
}
header .navbar-mobile a:hover,
header .navbar-mobile .dropdown:hover .dropbtn {
  background-color: rgba(82, 67, 216, 0.65);
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
header .navbar-mobile a {
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
header .navbar-mobile div {
  text-align: center;
}
header .navbar-mobile .menu-box {
  align-self: center;
}
header .navbar-mobile .dropdown .dropdown-content {
  width: 100%;
  width: 250px;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 20;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 11, 2018, 10:50:08 PM
    Author     : Norm
*/
.back-to-top {
  text-align: right;
}

a {
  text-decoration: none;
}
a h5,
a h3 {
  color: black;
}

.footer2 {
  overflow: hidden;
  margin-top: 25px;
  margin: 0 auto;
  margin-top: 62px;
}
.footer2 .footer-block {
  background: #aaacad 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer2 .footer-block .heading {
  font-family: "IM Fell English SC", serif;
  font-size: 25px;
  color: #000000;
  display: flex;
  flex-direction: row;
}
.footer2 .footer-block .heading h1 {
  margin-right: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .footer2 .footer-block .heading h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .footer2 .footer-block .heading h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .footer2 .footer-block .heading h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .footer2 .footer-block .heading h1 {
    font-size: 20px;
  }
}
.footer2 .footer-block .heading img {
  width: 59px;
}
@media screen and (max-width: 1000px) {
  .footer2 .footer-block .heading img {
    width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer2 .footer-block .heading img {
    width: 25px;
  }
}
@media screen and (max-width: 400px) {
  .footer2 .footer-block .heading img {
    display: none;
  }
}
.footer2 .footer-block .sub-heading {
  text-align: center;
  font: normal normal medium 20px/26px Roboto;
  font-size: 26px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .footer2 .footer-block .sub-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .footer2 .footer-block .sub-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .footer2 .footer-block .sub-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .footer2 .footer-block .sub-heading {
    font-size: 18px;
  }
}
.footer2 .middle-stuff {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
}
@media screen and (max-width: 700px) {
  .footer2 .middle-stuff {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer2 .middle-stuff .visit {
  padding-bottom: 15px;
}
.footer2 .middle-stuff .visit a .map iframe {
  width: 120px;
  height: 122px;
}
.footer2 .middle-stuff .hoodies {
  padding-bottom: 15px;
}
.footer2 .middle-stuff .facebook {
  align-self: center;
  justify-self: flex-end;
  width: 100%;
  padding-bottom: 15px;
}
.footer2 .middle-stuff .craft-weekend {
  align-self: center;
}
.footer2 .middle-stuff .craft-weekend img {
  height: 145px;
}
.footer2 .middle-stuff .contact-block {
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .footer2 .middle-stuff .contact-block {
    height: 100px;
  }
}
.footer2 .middle-stuff .contact-block .contact-info {
  width: 100%;
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
}
.footer2 .middle-stuff .contact-block .link-block {
  width: 80%;
  justify-self: flex-end;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font: normal normal normal 20px/24px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0 auto;
  text-align: center;
}
.footer2 .bottom-logo a {
  text-decoration: none;
}
.footer2 .bottom-logo a .credit-brand {
  font: normal normal normal 15px/16px Major Mono Display;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
}
.footer2 .bottom-logo a .credit-name {
  /* Paragraph M */
  font-family: "Roboto Regular", sans-serif;
  font-size: 16px;
  color: #000000;
  color: black;
  font-size: 11px;
}

.hardware-container {
  margin-top: px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  /*  .heading {
      @include font2;
      text-align: center;
      width: 90%;
    }*/
  /******************************************
    plate-holders
  *******************************************/
  /******************************************
   one-plate-hanger
  *******************************************/
  /******************************************
    bowl-holders
  *******************************************/
}
.hardware-container .review {
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 2000px;
  width: 80%;
  line-height: 1;
  margin-bottom: -17px;
}
@media screen and (max-width: 500px) {
  .hardware-container .review {
    width: 100%;
  }
}
.hardware-container .review .review-copy {
  /* Quotes */
  /*font-family: 'Roboto Light Italic', sans-serif;*/
  color: #000000;
  font: italic 19px/30px "Roboto:300i";
  font-size: 25px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding-top: 25px;
}
.hardware-container .review img {
  width: 100%;
}
.hardware-container .item-name {
  /* Item Name */
  font-family: "Roboto Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
.hardware-container .item-name .red-words {
  color: red;
}
.hardware-container .item-name-small {
  /* Item Name */
  font-family: "Roboto Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
.hardware-container .item-name-small .red-words {
  color: red;
}
.hardware-container .item-name-small-left {
  /* Item Name */
  font-family: "Roboto Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
.hardware-container .item-name-small-left .red-words {
  color: red;
}
.hardware-container .item-copy {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
  width: 90%;
}
@media screen and (max-width: 700px) {
  .hardware-container .item-copy {
    width: 90%;
    font-size: 18px;
  }
}
.hardware-container .item-copy .red-words {
  color: red;
}
.hardware-container .item-copy1 {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
  width: 90%;
}
@media screen and (max-width: 700px) {
  .hardware-container .item-copy1 {
    width: 90%;
    font-size: 18px;
  }
}
.hardware-container .item-copy1 .red-words {
  color: red;
}
.hardware-container .big-heading {
  font-family: "IM Fell English SC", serif;
  color: #000000;
  font-weight: bold;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 620px) {
  .hardware-container .big-heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 620px) and (max-width: 901px) {
  .hardware-container .big-heading {
    font-size: 38px;
  }
}
@media screen and (min-width: 901px) {
  .hardware-container .big-heading {
    font-size: 36px;
  }
}
.hardware-container #block1 {
  padding-top: 20px;
  background-color: #ededed;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .hardware-container #block1 {
    width: 100%;
  }
}
.hardware-container #block1 #block1-image {
  width: 70vw;
  max-width: 800px;
  min-width: 275px;
}
.hardware-container #block1 .use-columns {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 500px) {
  .hardware-container #block1 .use-columns {
    flex-direction: column;
  }
}
.hardware-container #block1 .use-columns .models {
  width: 20%;
  min-width: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .hardware-container #block1 .use-columns .models {
    flex-direction: row;
    min-width: 0;
    width: 100%;
  }
}
.hardware-container #block1 .use-columns .models .model-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware-container #block1 .use-columns .models .model-block img {
  width: 100px;
  height: 65px;
}
.hardware-container #block1 .use-columns .buy-it {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
@media screen and (max-width: 500px) {
  .hardware-container #block1 .use-columns .buy-it {
    flex-direction: row;
    width: 100%;
  }
}
.hardware-container #block1 .use-columns .buy-it-horizontal {
  display: flex;
  justify-content: center;
  width: 70%;
}
@media screen and (max-width: 500px) {
  .hardware-container #block1 .use-columns .buy-it-horizontal {
    flex-direction: row;
    width: 100%;
  }
}
.hardware-container .block2 {
  padding-top: 20px;
  background-color: #ededed;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .hardware-container .block2 {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 {
    width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 650px) and (max-width: 500px) {
  .hardware-container .block2 {
    width: 100%;
  }
}
.hardware-container .block2 .use-columns2 {
  margin: 0 auto;
  padding-left: 45px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .hardware-container .block2 .use-columns2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .hardware-container .block2 .use-columns2 {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 .use-columns2 {
    flex-direction: column;
  }
}
.hardware-container .block2 .use-columns2 #block2-image {
  width: 60%;
  max-width: 300px;
  min-width: 200px;
  height: auto;
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 .use-columns2 #block2-image {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 .use-columns2 .block2-image {
    width: 100%;
    width: 80%;
    width: 50%;
  }
}
.hardware-container .block2 .use-columns2 .block2-image img {
  width: 40%;
}
.hardware-container .block2 .use-columns2 .column2-block .item-copy {
  padding-left: 15px;
}
.hardware-container .block2 .use-columns2 .column2-block .item-name-small-left {
  margin-left: 25px;
}
.hardware-container .block2 .use-columns2 .column2-block form {
  padding-left: 25px;
}
.hardware-container .block2 .use-columns2 .column2-block2 {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 .use-columns2 .column2-block2 {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}
.hardware-container .block2 .use-columns2 .column2-block2 .models {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .hardware-container .block2 .use-columns2 .column2-block2 .models {
    margin-left: 15px;
  }
}
@media screen and (max-width: 750px) {
  .hardware-container .block2 .use-columns2 .column2-block2 .models {
    flex-direction: column;
    align-items: center;
    min-width: 0;
    width: 100%;
    height: auto;
    margin-right: 15px;
  }
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 .use-columns2 .column2-block2 .models {
    width: 50%;
  }
}
@media screen and (max-width: 650px) and (max-width: 365px) {
  .hardware-container .block2 .use-columns2 .column2-block2 .models {
    padding-left: 10px;
  }
}
.hardware-container .block2 .use-columns2 .column2-block2 .models .model-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware-container .block2 .use-columns2 .column2-block2 .models .model-block img {
  width: 100px;
  height: 65px;
}
.hardware-container .block2 .use-columns2 .column2-block2 .buy-it {
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 .use-columns2 .column2-block2 .buy-it {
    align-self: center;
    flex-direction: row;
    width: 50%;
    margin-left: 25px;
  }
}
.hardware-container .block2 .use-columns2 .column2-block2 .buy-it-horizontal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .hardware-container .block2 .use-columns2 .column2-block2 .buy-it-horizontal {
    align-self: center;
    flex-direction: row;
    width: 50%;
    display: block;
  }
}
.hardware-container #block3 {
  padding-top: 20px;
  background-color: #ededed;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .hardware-container #block3 {
    width: 100%;
  }
}
.hardware-container #block3 #use-columns3 {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .hardware-container #block3 #use-columns3 {
    flex-direction: column;
  }
}
.hardware-container #block3 #use-columns3 #block2-image {
  width: 60%;
  max-width: 400px;
  min-width: 200px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .hardware-container #block3 #use-columns3 #block2-image {
    width: 100%;
  }
}
.hardware-container #block3 #use-columns3 #column3-block2 {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .hardware-container #block3 #use-columns3 #column3-block2 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hardware-container #block3 #use-columns3 #column3-block2 .models {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .hardware-container #block3 #use-columns3 #column3-block2 .models {
    flex-direction: column;
    min-width: 0;
    width: 100%;
    height: auto;
  }
}
.hardware-container #block3 #use-columns3 #column3-block2 .models .model-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware-container #block3 #use-columns3 #column3-block2 .models .model-block img {
  width: 100px;
  height: 65px;
}
.hardware-container #block3 #use-columns3 #column3-block2 .buy-it {
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .hardware-container #block3 #use-columns3 #column3-block2 .buy-it {
    align-self: center;
    flex-direction: row;
    width: 100%;
  }
}
.hardware-container #block3 #use-columns3 #column3-block2 .item-name-small-left {
  outline: 3px solid red;
  margin-right: 15px;
}
.hardware-container #block4 {
  padding-top: 20px;
  background-color: #ededed;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .hardware-container #block4 {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .hardware-container #block4 {
    width: 100%;
  }
}
.hardware-container #block4 #use-columns4 {
  position: relative;
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .hardware-container #block4 #use-columns4 {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .hardware-container #block4 #use-columns4 {
    flex-direction: column;
  }
}
.hardware-container #block4 #use-columns4 img {
  width: 20%;
  min-width: 50px;
  margin-bottom: 5px;
}
.hardware-container #block4 #use-columns4 #block5b-images {
  width: 35%;
}
.hardware-container #block4 #use-columns4 form {
  position: relative;
}
.hardware-container #block4 #use-columns4 form button {
  position: relative;
}
@media screen and (max-width: 450px) {
  .hardware-container #block4 #use-columns4 form {
    align-items: flex-start;
    left: -25px;
  }
}
.hardware-container #block4 #use-columns4 #column4-block2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 10px;
}
@media screen and (max-width: 650px) {
  .hardware-container #block4 #use-columns4 #column4-block2 {
    height: auto;
  }
}
.hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 {
  width: 100%;
  width: 50%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
}
.hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 .models1 {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 .models1 .model-block1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 .models1 .model-block1 img {
  min-width: 0;
  width: 100px;
  height: 65px;
}
.hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 .buy-it {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 .buy-it {
    align-self: center;
    flex-direction: row;
    width: 50%;
  }
}
.hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 form {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 450px) {
  .hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 form table {
    position: relative;
    left: -50px;
  }
}
.hardware-container #block4 #use-columns4 #column4-block2 #column4-block3 form button {
  position: relative;
}
.hardware-container #block5a {
  display: none;
}
.hardware-container #block5 {
  padding-top: 20px;
  background-color: #ededed;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .hardware-container #block5 {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .hardware-container #block5 {
    width: 100%;
  }
}
.hardware-container #block5 #use-columns5 {
  margin-top: 20px;
  width: 100%;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .hardware-container #block5 #use-columns5 {
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .hardware-container #block5 #use-columns5 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.hardware-container #block5 #use-columns5 #block5-images {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 850px) {
  .hardware-container #block5 #use-columns5 #block5-images {
    width: 100%;
  }
}
.hardware-container #block5 #use-columns5 #block5a-images {
  display: flex;
  justify-content: space-around;
}
.hardware-container #block5 #use-columns5 #block5a-images img {
  width: 400px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .hardware-container #block5 #use-columns5 #block5a-images {
    width: 100%;
  }
}
.hardware-container #block5 #use-columns5 #block2-image {
  width: 60%;
  max-width: 400px;
  min-width: 200px;
  height: auto;
}
@media screen and (max-width: 650px) {
  .hardware-container #block5 #use-columns5 #block2-image {
    width: 100%;
  }
}
.hardware-container #block5 #use-columns5 #column5-block2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 10px;
}
.hardware-container #block5 #use-columns5 #column5-block2 .buy-it {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .hardware-container #block5 #use-columns5 #column5-block2 .buy-it {
    align-self: center;
    flex-direction: row;
    width: 50%;
  }
}
.hardware-container #block5 #use-columns5 #column5-block2 form {
  margin-top: 10px;
}
.hardware-container #block5 #use-columns5 #column5-block2 form button {
  margin-top: 15px;
}
.hardware-container .plate-holders,
.hardware-container .plate-hangers {
  display: grid;
  width: 80%;
  text-align: center;
  /*margin: 0 auto;*/
  padding-left: 50px;
  padding-right: 50px;
  background-color: #ededed;
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-holders,
  .hardware-container .plate-hangers {
    padding-left: 0;
  }
}
.hardware-container .plate-holders .heading,
.hardware-container .plate-hangers .heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  /* Headlines */
  font-family: "IM Fell English SC", serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}
.hardware-container .plate-holders .copy1,
.hardware-container .plate-holders .copy2,
.hardware-container .plate-hangers .copy1,
.hardware-container .plate-hangers .copy2 {
  text-align: left;
  font-size: 14px;
  display: block;
  padding: 20px;
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.hardware-container .plate-holders .copy1 .bold,
.hardware-container .plate-holders .copy2 .bold,
.hardware-container .plate-hangers .copy1 .bold,
.hardware-container .plate-hangers .copy2 .bold {
  font-weight: bold;
}
.hardware-container .plate-holders .copy1 .red-words,
.hardware-container .plate-holders .copy2 .red-words,
.hardware-container .plate-hangers .copy1 .red-words,
.hardware-container .plate-hangers .copy2 .red-words {
  /* Red Words */
  font-family: "Roboto Bold", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #700707;
  font-weight: bold;
  color: red;
}
.hardware-container .plate-holders .copy1 .item-name,
.hardware-container .plate-holders .copy2 .item-name,
.hardware-container .plate-hangers .copy1 .item-name,
.hardware-container .plate-hangers .copy2 .item-name {
  /* Item Name */
  font-family: "Roboto Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.hardware-container .plate-holders .copy1 .item-name-small,
.hardware-container .plate-holders .copy2 .item-name-small,
.hardware-container .plate-hangers .copy1 .item-name-small,
.hardware-container .plate-hangers .copy2 .item-name-small {
  /* Item Name */
  font-family: "Roboto Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-holders .copy1,
  .hardware-container .plate-holders .copy2,
  .hardware-container .plate-hangers .copy1,
  .hardware-container .plate-hangers .copy2 {
    width: 100%;
  }
}
.hardware-container .plate-holders .box,
.hardware-container .plate-hangers .box {
  background-color: #ededed;
  color: black;
  /*height: 100px;*/
  width: 80%;
  height: auto;
}
.hardware-container .plate-holders .box .item-name,
.hardware-container .plate-hangers .box .item-name {
  /* Item Name */
  font-family: "Roboto Regular", sans-serif;
  font-size: 24px;
  color: #000000;
}
.hardware-container .plate-holders .box .paragraph,
.hardware-container .plate-hangers .box .paragraph {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.hardware-container .plate-holders .box .paragraph .red-words,
.hardware-container .plate-hangers .box .paragraph .red-words {
  /* Red Words */
  font-family: "Roboto Bold", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #700707;
  color: red;
}
.hardware-container .plate-holders .box .order,
.hardware-container .plate-hangers .box .order {
  /* ORDER */
  font-family: "Roboto Medium", sans-serif;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
}
.hardware-container .plate-holders .box .item-name,
.hardware-container .plate-hangers .box .item-name {
  /* Item Name */
  font-family: "Roboto Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.hardware-container .plate-holders .box .item-name0,
.hardware-container .plate-hangers .box .item-name0 {
  color: #700707;
}
.hardware-container .plate-holders .box form,
.hardware-container .plate-hangers .box form {
  justify-self: end;
  text-align: left;
  color: black;
}
@media screen and (max-width: 360px) {
  .hardware-container .plate-holders .box form,
  .hardware-container .plate-hangers .box form {
    font-size: 16px;
  }
}
.hardware-container .plate-holders {
  /*border: 3px solid red;*/
  width: 80%;
  padding-left: 25px;
  grid-template-columns: repeat(5, 20%);
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-holders {
    width: 100%;
  }
}
.hardware-container .plate-holders .picture {
  /*height: 400px;*/
  width: 70vw;
  max-width: 600px;
  grid-row: 3/span 3;
  grid-column: 1/span 3;
  align-self: center;
}
.hardware-container .plate-holders .picture img {
  width: 100%;
  height: auto;
}
.hardware-container .plate-holders .heading {
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1/span 4;
  font-size: 14px;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 0) {
  .hardware-container .plate-holders .heading {
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-holders .heading {
    padding-left: 0;
  }
}
.hardware-container .plate-holders .heart,
.hardware-container .plate-holders .ram,
.hardware-container .plate-holders .scroll {
  justify-items: start;
  display: inline-block;
  align-self: center;
  justify-items: left;
  height: 50px;
  width: 80px;
}
.hardware-container .plate-holders .heart img,
.hardware-container .plate-holders .ram img,
.hardware-container .plate-holders .scroll img {
  width: 60%;
  height: 60%;
}
.hardware-container .plate-holders .models {
  padding-right: 15px;
  margin: 15px;
  grid-row: 6/span 1;
  grid-column: 1/span 1;
  align-self: center;
  width: 100px;
}
@media screen and (max-width: 650px) {
  .hardware-container .plate-holders .models {
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-holders .models {
    display: flex;
    grid-row: 6/span 1;
    grid-column: 1/span 1;
    width: 250px;
    height: 75px;
  }
}
.hardware-container .plate-holders .buy-it {
  border: 3px solid red;
  grid-row: 6/span 1;
  grid-column: 3/span 3;
  width: auto;
  text-align: left;
  justify-self: left;
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-holders .buy-it {
    grid-row: 7/span 1;
    grid-column: 1/span 3;
    justify-self: center;
    padding-left: 25px;
  }
}
@media screen and (max-width: 360px) {
  .hardware-container .plate-holders .buy-it {
    font-size: 16px;
  }
}
.hardware-container .plate-holders .buy-it table {
  /*border: 1px solid black;*/
}
.hardware-container .plate-holders .buy-it table tr td {
  /*border: 1px solid black;*/
}
.hardware-container .plate-hangers {
  display: grid;
  grid-row-gap: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .hardware-container .plate-hangers {
    width: 100%;
  }
}
.hardware-container .plate-hangers .heading {
  grid-row: 1/span 1;
  grid-column: 1/span 3;
}
.hardware-container .plate-hangers .copy1 {
  grid-row: 2/span 1;
  grid-column: 1/span 3;
}
.hardware-container .plate-hangers .copy6 {
  grid-column: 1/span 2;
  grid-column: 1/span 2;
}
.hardware-container .plate-hangers .picture {
  grid-row: 3/span 2;
  grid-column: 1/span 2;
}
.hardware-container .plate-hangers .picture2 {
  grid-row: 3/span 2;
  grid-column: 3/span 1;
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-hangers .picture2 {
    grid-row: 5/span 2;
    grid-column: 1/span 2;
  }
}
.hardware-container .plate-hangers .picture6b {
  border: 3px solid red;
  grid-row: 2/span 3;
  grid-column: 3/span 1;
  margin: 0 auto;
}
.hardware-container .plate-hangers .picture6b img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .hardware-container .plate-hangers .picture6b {
    grid-row: 5/span 2;
    grid-column: 1/span 2;
    text-align: center;
    justify-self: center;
    width: 100%;
  }
}
.hardware-container .plate-hangers .heart,
.hardware-container .plate-hangers .ram,
.hardware-container .plate-hangers .scroll,
.hardware-container .plate-hangers .spade {
  justify-items: start;
  display: inline-block;
  align-self: center;
  justify-items: left;
  height: 60px;
  width: 80px;
  padding-bottom: 25px;
}
@media screen and (max-width: 400px) {
  .hardware-container .plate-hangers .heart,
  .hardware-container .plate-hangers .ram,
  .hardware-container .plate-hangers .scroll,
  .hardware-container .plate-hangers .spade {
    width: 50px;
  }
}
.hardware-container .plate-hangers .heart img,
.hardware-container .plate-hangers .ram img,
.hardware-container .plate-hangers .scroll img,
.hardware-container .plate-hangers .spade img {
  width: 60%;
  height: 60%;
}
.hardware-container .plate-hangers .models {
  grid-row: 3/span 1;
  grid-column: 3/span 2;
  align-self: center;
  width: 100%;
  height: auto;
  color: red;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-hangers .models {
    grid-row: 5/span 1;
    grid-column: 1/span 2;
    flex-direction: row;
  }
}
.hardware-container .plate-hangers .copy2 {
  grid-row: 5/span 1;
  grid-column: 1/span 3;
}
.hardware-container .plate-hangers .buy-it {
  border: 3px solid red;
  padding-left: 15px;
  padding-left: 50px;
  grid-row: 6/span 1;
  grid-column: 1/span 4;
  width: auto;
  text-align: center;
  justify-self: center;
  height: auto;
}
.hardware-container .plate-hangers .buy-it .block6-info {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .hardware-container .plate-hangers .buy-it {
    grid-row: 7/span 1;
    justify-self: left;
  }
}
@media screen and (max-width: 360px) {
  .hardware-container .plate-hangers .buy-it {
    font-size: 16px;
  }
}
.hardware-container .plate-hangers .buy-it table {
  /*border: 1px solid black;*/
}
.hardware-container .plate-hangers .buy-it table tr td {
  /*border: 1px solid black;*/
}
.hardware-container .plate-hangers .buy-it6 {
  grid-row: 8/span 1;
  grid-column: 1/span 4;
}
.hardware-container .bowl-holders {
  display: block;
}

.plate-price-button {
  width: 200px;
  height: 30px;
}

.plate-input {
  height: 25px;
  font-size: 22px;
}

.new-holder-images {
  display: flex;
  justify-content: space-around;
}

.plate-holder-size-label {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

#buy-plate-holder-now-form {
  width: 100%;
}

#clipboard {
  font-weight: bold;
}

.block2-image-block .block2-image1 {
  width: 90%;
}