html {
  background-image: url("tile.gif");
  background-repeat: repeat;
  color: white;
}

body {
  width: 92vw;
  margin: auto;
  font-size: 70%;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: rgb(126, 197, 255);
  font-weight: 600;
  text-decoration: underline;
}

#main-content {
  display: flex;
  justify-content: space-between;
}
#items {
  display: flex;
  flex-wrap: wrap;
}
#alert {
  display: flex;
  justify-content: center;
  background-color: rgba(201, 0, 0, 0.849);
  font-weight: 800;
  margin: 0 -4vw 0 -4vw;
  padding: 0 4vw 0 4vw;
  font-size: 1.4em;
}
#alert p {
  margin: 4px 0 4px 0;
}
.sideimg {
  width: 80px;
  margin: 20px 0 0 0;
}
.header {
  padding: 10px 4vw 6px 4vw;
  margin: 0 -4vw 0 -4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(90, 90, 90, 0.637);
}
#nav {
  display: flex;
}
#logo {
  width: 220px;
}
#cart {
  width: 40px;
}
#spinner {
  width: 80px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 4px 10px 4px 0;
}
.nomarg {
  margin: 0 !important;
}
#ebaybar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 50px 0;
}
h3 {
  margin: 0;
  font-size: 1.24em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.ebay {
  border: 1px solid rgb(161, 139, 139);
  background-color: #fbf9f4;
  padding: 3px 9px 3px 9px;
  color: black;
  text-decoration: none;
  margin: 0 !important;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
#cathead {
  padding: 3px 20px 3px 20px;
  color: black;
  display: inline-block;
  background-color: rgb(255, 217, 0);
  font-size: 1.1em;

  margin: 0 6px 10px -4px;
}

.item {
  min-width: 180px;
  aspect-ratio: 1;
  margin: 6px 0 0 0px;
  padding: 6px;

  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.itemlink {
  flex-grow: 1;
  text-decoration: none !important;
}
.snipcart-featured-payment-methods__link {
  display: none !important;
}

.itemtxt {
  color: #fbf9f4;
  text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5,
    -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5,
    -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0;
  margin: 0;
}
#i1 {
  background-image: url("moneylonghood.gif");
}
#i2 {
  background-image: url("longlove.gif");
}
#i3 {
  background-image: url("spinspinshirt.gif");
}
#i4 {
  background-image: url("moneylongshirt.gif");
}

#allcat {
  font-style: italic;
}

/* product page styling  */

#backbtn {
  font-size: 1.5em;
  width: 100%;
  margin: auto;
  padding: 10px;
  text-transform: uppercase;
  margin-top: 30px;
}
.select {
  font-size: 1em;
  margin: 20px 0 0 0;
}
#size,
#colour {
  font-size: 1.2em;
  padding: 4px;
}
#add-cart-btn {
  font-size: 1.5em;
  padding: 20px;
  margin: 20px 0 10px 0;
  width: 92vw;
}
#itempreview {
  display: flex;
}
.itemsmall {
  min-width: 90px;
  aspect-ratio: 1;
  margin: 0 6px 6px 0px;
  padding: 6px;
  border: 1px solid white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.column {
  float: left;
  width: 20vw;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  width: 20vw;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

.row {
  display: flex;
  justify-content: space-evenly;
}

/* Clear floats after the columns */

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  margin-top: 20px;
  position: relative;
  width: 92vw;
}

/* Expanding image text */
#imgtext {
  text-align: center;
  color: black;
  font-size: 1em;
}

#selectcontainer {
  display: flex;
  width: 92vw;
  justify-content: space-between;
}


.lil{
  width:20vw!important;
}
#dance {
  display: none;
  width: 40px !important;
}
@media only screen and (min-width: 320px) {
  #dance {
    display: block;
  }
}
@media only screen and (min-width: 410px) {
  body {
    font-size: 74%;
  }
  .ebay {
    padding: 3px 12px 3px 12px;
  }
  #cathead {
    /*padding: top right bottom left*/
    padding: 4px 24px 4px 24px;
  }

  .item {
    min-width: 240px;
  }
}

@media only screen and (min-width: 900px) {
  /* For desktop: */
  body {
    width: 75vw;
    font-size: 100%;
  }
  .ebay {
    padding: 3px 12px 3px 12px;
  }
  #cathead {
    /*padding: top right bottom left*/
    padding: 6px 46px 6px 46px;
    margin: 0 10px 10px 0;
  }

  .item {
    min-width: 260px;
  }

  #selectcontainer {
    width: 40vw;
  }

  #add-cart-btn,
  .container {
    width: 40vw;
  }
  .row {
    width: 40vw;
  }
  .column img {
    opacity: 0.8;
    width: 10vw;
    cursor: pointer;
  }
}
