@font-face {
  font-family: 'Delius-Regularƒ';
  src: url(https://www.pixypods.com/fonts/Delius-Regular.ttf);
}

html { 
/*  background: url(https://www.pixypods.com/images/hero-bg.jpg) no-repeat center center fixed!important; 
  -webkit-background-size: cover!important; 
  -moz-background-size: cover!important; 
  -o-background-size: cover!important; 
  background-size: cover!important; */
  background-color: #e1dec2!important;
}

.read-message {
  font-family: 'Delius-Regularƒ';
}

#inbox-results img{
    margin-right:10px;
}


.item {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    cursor: pointer;
}

.item-text {
    font-weight: bold; 
    text-align: center;
    margin: 0px; 
}

.item img {
    width:145px;
}

.instock {
    font-size: 14px;
    margin: 0px;
}

.sell-input-box-col {
    display: none;
}

#no-results {
    display: none;
}

.hide {
    display: none;
}

.smiley {
    cursor: pointer;
}

#mail-bg {
    background-image: url(../images/forest-bg.jpg);
    background-size: cover;    
}

.pixypet-avitar {
   position: relative;
   top: -11px;
}
