<style type="text/css">
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
[class*="dol-"] {
  width: 90%;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .dol-s-1 {width: 8.33%;}
  .dol-s-2 {width: 16.66%;}
  .dol-s-3 {width: 25%;}
  .dol-s-4 {width: 33.33%;}
  .dol-s-5 {width: 41.66%;}
  .dol-s-6 {width: 50%;}
  .dol-s-7 {width: 58.33%;}
  .dol-s-8 {width: 66.66%;}
  .dol-s-9 {width: 75%;}
  .dol-s-10 {width: 83.33%;}
  .dol-s-11 {width: 91.66%;}
  .dol-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .dol-1 {width: 8.33%;}
  .dol-2 {width: 16.66%;}
  .dol-3 {width: 25%;}
  .dol-4 {width: 33.33%;}
  .dol-5 {width: 41.66%;}
  .dol-6 {width: 50%;}
  .dol-7 {width: 58.33%;}
  .dol-8 {width: 66.66%;}
  .dol-9 {width: 75%;}
  .dol-10 {width: 83.33%;}
  .dol-11 {width: 91.66%;}
  .dol-12 {width: 100%;}
}
.btn {
    display: inline-block;
    padding: 1px 1px;
    font-size: 16px;
    font-family: 'Sriracha', sans-serif;
    border: 3px solid #ddd;
    color: orange;
    text-decoration: none;
    margin: 2px 2px 3px 0;
    transition: all .6s;
 	min-width: 130px;
	max-width: 130px;
	text-align: center
}
.btn.style-1{
    border-radius: 15px;
}
.btn.color-1 {background: orange;border-color: orange;color: #101518;}
.btn.color-1:hover {background: #FF8C00;color: #101518;}
.btn2.style-1{
    border-radius: 0px;
    display: inline-block;
    padding: 1px 5px;
    font-size: 14px;
    font-family: 'Sriracha', sans-serif;
    border: 1px solid orange;
    color: #1D2228;
    text-decoration: none;
    margin: 2px 2px 2px 2px;
    transition: all .6s;
 	min-width: 130px;
	max-width: 130px;
	text-align: center
	
}
.btn2.color-1 {background: #1D2228;border-color: orange;color: white;}
.btn2.color-1:hover {background: #FF8C00;color: white;}
.btn2.color-2 {background: #1D2228;border-color: orange;color: #FF4500;}
.btn2.color-2:hover {background: #FF8C00;color: white;}
.btn3.style-1{
    border-radius: 0px;
    display: inline-block;
    padding: 1px 5px;
    font-size: 17px;
    font-family: 'Sriracha', sans-serif;
    border: 1px solid orange;
    color: #1D2228;
    text-decoration: none;
    margin: 2px 2px 2px 2px;
    transition: all .6s;
 	min-width: 160px;
	max-width: 160px;
	text-align: center
	
}
.btn3.color-1 {background: #1D2228;border-color: orange;color: orange;}
.btn3.color-1:hover {background: #FF8C00;color: white;}
.btn3.color-2 {background: #1D2228;border-color: orange;color: #FF4500;}
.btn3.color-2:hover {background: #FF8C00;color: white;}

.btn7.style-1{
    display: inline-block;
    padding: 1px 5px;
    font-size: 20px;
    font-family: 'Sriracha', sans-serif;
    border: 3px solid #ddd;
    color: orange;
    text-decoration: none;
    margin: 2px 2px 2px 2px;
    transition: all .6s;
 	min-width: 176px;
	max-width: 176px;
	text-align: center
}
.btn7.style-1{
    border-radius: 4px;
}
.btn7.color-1 {background: orange;border-color: orange;color: white;}
.btn7.color-1:hover {background: #FF8C00;color: white;}
a:link {
  color: #FFFAF0;
}
a:visited {
  color: #EE82EE;
}
a:hover {
  background-color: orange;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #101518;
  text-align: center;
}
.flex-container > div {
  background-color: #1D2228;
  max-width: 178px;
  margin: 3px;
  font-size: 16px;
  position: relative;
  margin-left: auto;
  margin-right: auto;  
  border-radius: 0.5em;  
}
.pricce {
  color: orange;
  font-size:1.7em;
  font-family:'Sriracha';
}
.bidds {
  color:red;
  font-size:1.475em;
  font-weight:600;
  font-family:'helvetica neue';
}
.nobidds {
  color:grey;
  font-size:1.275em;
  font-family:'helvetica neue';
}
.timer {
  color: orange;
  font-size:1.3em;
  font-weight:100;
  font-family:'Comic Neue';
}
.withborder {
  color: orange;
  font-size:38px;
  text-shadow: 2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
  font-family:'Protest Strike';
}
.searchquery {
  color: orange;
  font-size:38px;
  text-shadow: 2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
  font-family:'Protest Strike';
}
.subborder {
  color: #101518;
  font-size:32px;
  text-shadow: 2px 0 0 #FF8C00, -2px 0 0 #FF8C00, 0 2px 0 #FF8C00, 0 -2px 0 #FF8C00, 1px 1px #FF8C00, -1px -1px 0 #FF8C00, 1px -1px 0 #FF8C00, -1px 1px 0 #FF8C00;
  font-family:'Protest Strike';
}
.thetitle {
  color: #F8F8FF;
  font-size:18px;
  font-family:'Sriracha';
}
.twolines {
  color: orange;
  font-size:35px;
  font-family:'Tourney';
}
.disclaimer {
  color: #DCDCDC;
  font-size:14px;
  font-style: italic;
}
.subheader {
  color: silver;
  font-size:22px;
  font-family:'Sriracha';
}
.weeklinks {
  color: white;
  font-size:19px;
  font-family:'Comic Neue';
}
.orangeweeklinks {
  color: orange;
  font-size:19px;
  font-family:'Comic Neue';
}
.weaklinks {
  color: silver;
  font-size:14px;
  font-family:'Comic Neue';
}
.switcher {
  color: silver;
  font-size:22px;
  font-family:'Sriracha';
}
.product-img {
  object-fit: contain;
  width:   90%;			
  height:  auto;
  max-height: 350px;
  position: center;
}
p.blurbbox {
  max-width: 650px;
  color: silver;
  font-size:18px;
  }
form {
  border-radius: 1.5em;
  position: relative;
  height: 3em;
  margin: 5px auto;
  max-width: 20em;
  overflow: hidden;
  width: 95%;
}
input {
  border: none;
  height: 100%;

  &:focus {
    outline: none;

  }
}
input[type="text"]{ 
  background: #383838;
  color: #A9A9A9;
  padding: 0 6em 0 1em;
  width: 100%;
}
input[type="submit"] {
  background: orange;
  color: #F8F8FF;
  position: absolute;
  right: 0;
  top: 0;
  width: 5em;
}
</style>