body
{
background:white;
}  

.informationbar
{
background:orange; 
color:white; 
display:none;
float:left;

}



.auction_buybox
{
display:inline;
float:left;
margin-top:20px;
} 

.auction_pricebox
{

width:45%;
min-width:120px;
min-height:70px;
display:inline;
float:left;
font-size:1.2em; 
font-weight:bold;  
margin-right:10px;  
margin-bottom:10px;
padding:10px;
border:0px solid #eee;
}


.actprice
{
font-family: 'Passion One';
font-size:3rem;
color:red;
}

.savings
{
 opacity: 0.5;
font-family: 'Passion One';
font-size:3rem;
color:orange
}

.normalprice
{
 opacity: 0.5;
font-family: 'Passion One';
font-size:3rem;
color:green;
}

.purple
{

background-color:#85c226; 
color:white;

}

.green
{
background-color:#85c226; 
color:white;
}


.floatingbutton
{
margin-left:10px;
}

.floatinginput
{
width: 100%;

max-width:400px;
}

#auction_popup_close_button
{
position:absolute; 
top:0px;
right:10px;
margin:10px;
padding:4px; 
border:1px solid #eee;
background:lightblue;
cursor:pointer;
}

/* .auction_popup_container{
  position:fixed;
  display: none;
  left:50%;
  
  
  z-index:89;
}
.auction_popup_container .popupwrapper{
  position:relative; 
  left:-50%;
  background-color:#fff;
  padding:10px;
  border:solid 2px #444;
  border-radius:10px;
} */

.auction_popup_container
{ 
text-align: center;
vertical-align: middle;
position: fixed;
  display: none;
  width: 50%; 
  height: 50%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  
z-index:89;

}



.auktionstandardbox
{

border:1px solid #eee; 
padding:10px;
}

.auktionheader
{
font-size:1.3em; 
margin-bottom:10px;
}



.popup_box
{ 

color:black;
z-index:9999; 
padding:30px;
background:#fff; 
max-width:70%; 
min-height:300px;

margin: auto auto;
margin-top:50px;
-webkit-box-shadow: 10px 10px 17px -6px rgba(209,198,209,1);
-moz-box-shadow: 10px 10px 17px -6px rgba(209,198,209,1);
box-shadow: 10px 10px 17px -6px rgba(209,198,209,1);
border:1px solid #eee; 
}

.hiddenclass
{
visibility:hidden; 
}



.auction_overlay {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0; 
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 12; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  text-align:center;
}





#countdown-number {

  color: white;


margin-left:10px; 

}

svg {
float:left;
margin-top:20px;
margin-right:10px;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #016185;
  fill: #00aeef;
  animation: countdown  5s linear infinite forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
  



@media screen and (max-width:680px) {
  
.mobile-full-width
{
width:100%;
}

.mobile-half-width
{

width:45%;
padding:0px;
max-width:45%;
}
  
  
.popup_box
{
 
width:80%; 
  max-width:80%;
}

.popup_box_content2
{
font-size:4vw;

}

.auction_popup_container
{
  position: absolute; /* Sit on top of the page content */
  
  }
  
  
.desktoponly
  {
visibility:hidden;
display:none;
}

}

@media screen and (min-width:680px) 
{
.mobileonly
  {
visibility:hidden;
display:none;
}
}


.productbox_mini
{
background:white;
color:#444;
font-family: 'Roboto Condensed';
background-repeat:no-repeat;
height:400px;
margin-top:20px;
margin-left:5px;
margin-right:5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);

}




.ribbon {
  width: 48%;
  height: 128px;
  position: relative;
  float: left;
  margin-bottom: 30px;

  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 0px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #0093dd;

}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #0093dd;
 font-size:1.2em; 
 font-family: 'Roboto Condensed';
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #0093dd;
} 
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #0093dd;
}


