<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 5px;
    font-size: 16px;
    font-family: 'Comic Neue', sans-serif;
    border: 3px solid #ddd;
    color: orange;
    text-decoration: none;
    margin: 2px 2px 2px 0;
    transition: all .6s;
 	min-width: 130px;
	max-width: 130px;
	text-align: center;
}
.btn.style-1{
    font-size: 20px;
    border-radius: 25px;
	text-align: center;
	min-height: 32px;
	max-height: 32px;
	vertical-align: middle;
	line-height: 31px;
}
.btn.color-1 {background: orange;border-color: orange;color: white;}
.btn.color-1:hover {background: #FF8C00;color: white;}
.btn2.style-1{
    border-radius: 0px;
    display: inline-block;
    padding: 1px 3px;
    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: 82px;
	max-width: 82px;
	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: orange;}
.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;
  text-decoration: none;
}
a:visited {
  color: #FFFAF0;
  text-decoration: none;
}
#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #1D2228;
	border-radius: 10px;
}
#style-15::-webkit-scrollbar
{
	width: 13px;
	background-color: #1D2228;
}
#style-15::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	height: 120px;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#ff8c1a),
									   to(#ffa64d),
									   color-stop(.6,#ff8c1a))
}
.onepager-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #101518;
  text-align: center;
  width:100%;
  height: 400px;
  overflow: scroll;
  overflow-x:hidden;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #101518;
  text-align: center;
}
.flex-container > div {
  background-color: #1D2228;
  max-width: 172px;
  margin: 3px;
  font-size: 16px;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;  
  border-radius: 2em;  
}
.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.2em;
  font-weight:100;
  font-family:'Comic Neue';
}
.withborder {
  color: silver;
  font-size:38px;
  font-family:'Courgette';
}
.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:'Comic Neue';
}
.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';
}
.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: 2em;
  margin: 5px auto;
  max-width: 15em;
  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: #101518;
  position: absolute;
  right: 0;
  top: 0;
  width: 5em;
}
.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 60px;
  margin: auto;
  max-width: 100%;
  padding:5px;
  width: 100%;
}
th {
  color:orange;
  background:#1b1e24;
  font-size:16px;
  font-weight: 100;
  padding:5px;
  text-align:left;
  vertical-align:middle;
}
th:first-child {
  border-top-left-radius:3px;
}
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
tr {
  color:white;
  font-size:16px;
  font-family:'Comic Neue';
}
tr:first-child {
  border-top:none;
}
tr:last-child {
  border-bottom:none;
}
tr:nth-child(odd) td {
  background:#383838;
}
tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
td {
  background:#666666;
  padding:2px;
  text-align:left;
  vertical-align:middle;
  font-size:15px;
  border-right: 1px solid #1b1e24;
}
td:last-child {
  border-right: 0px;
}
th.text-left {
  text-align: left;
}
th.text-center {
  text-align: center;
}
th.text-right {
  text-align: right;
}
td.text-left {
  text-align: left;
}
td.text-center {
  text-align: center;
}
td.text-right {
  text-align: right;
}
h1 {
  color: silver;
  font-size:42px;
  font-family:'Courgette';
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#101518;text-decoration:none;background-color:orange;border:1px solid #101518}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#101518;cursor:not-allowed;background-color:orange;border-color:#101518}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
</style>