.homie-card-img{
    width:100%;
    border-radius:5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.shop-closed{
    width:100%;
    display:block;
    margin:0 auto;
    max-width:500px;
}

.homie-card-img:hover{
    cursor: pointer;

}

.tint{
    opacity:0.5;
  }

.owned-homie:hover{
    cursor: pointer;
}
.second-row{
    margin-top:30px;
}

.last-home{
    border:#6BC116 5px solid !important;
}

.shop-item{
    width:100%;
    border-radius:5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rarity-indicator{
    padding: 11px 8px;
    background: #f9dd00;
    color: #000;
    position: absolute;
    border-radius: 68%;
    font-size: 11px;
    right: 10px;
    top: 10px;
    font-weight: bold;
    -webkit-box-shadow: -2px 5px 15px -2px rgba(0,0,0,0.31);
    box-shadow: -2px 5px 15px -2px rgba(0,0,0,0.31);
}

.shop-price-only{
    /* filter: blur(0.2rem); */
}

.fit-war-item{
    max-height:700px;
    width:auto !important;
    display:block;
    margin:0 auto;
}

.shop-price{
    background:#141220;
    color:#FFF;
    padding:10px;
    text-align:center;
    /* font-weight:bold; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.shop-item-wrapper{
    margin-bottom:20px;
    position:relative;
}

.shop-item:hover{
    cursor: pointer;
}

.owned-homie{
    width:100%;
    border-radius:10px;
    display:block;
    margin:0 auto;
    transition:all 0.2s ease-in;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.owned-homie-active{
  border: #C11616 10px solid;
  padding: 0px !important;
  border-radius:10px;
  transform: scale(1.05);
}

.owned-homie-active img{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.homie-wrapper{
    position: relative;
    top: 0;
    transition: top ease 0.2s;
    
    -webkit-box-shadow: 1px 5px 5px -1px rgba(0,0,0,0.43); 
    box-shadow: 1px 5px 5px -1px rgba(0,0,0,0.43);
    margin-bottom:30px;

}

.homie-details{
    padding: 5px;
text-align: center;
color: #FFF;
background: #141220;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-box-shadow: 1px 5px 5px -1px rgba(0,0,0,0.43); 
    box-shadow: 1px 5px 5px -1px rgba(0,0,0,0.43);
    font-weight:bold;
}

.homie-wrapper-new{
    margin-bottom:30px;
}


.homie-meta{
    background:#3B3363;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding:15px;
    padding-left:10px;
    color:#FFF;
    font-size:16px;
    text-align:center;
}
.homie-wrapper:hover{
    top: -10px;
    cursor: pointer;
}


.single-homie{
    border-radius:5px;
    width:100%;
    margin-top:20px;
}

.score-wrapper{
    background:#2C254A;
    color:#FFF;
    border-radius:5px;
    text-align:center;
    padding:10px;
    margin-bottom:20px;
}

.trait-score-wrapper{
    background:#2C254A;
    color:#FFF;
    border-radius:5px;
    padding:5px 0px;
    padding-left:10px;
    margin-bottom:10px;
    margin-top:2px;
    font-weight:light;
}

.custom-row{
    margin-left: -15px !important;
margin-right: 10px !important;
}

.single-score-wrapper{
    color:#FFF;
    border-radius:5px;
    margin-bottom:5px;
    font-weight:500;
}

#single-score{
    font-weight:bold;
    font-size:30px;
}

.hide{
    display:none !important;
}
.single-opensea{
    text-align:center;
    display:block;
    margin:0 auto;
    margin-top:10px;
    color:#FFF;
    font-size:15px;
}

.load-more-btn{
    display: block;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
}

.load-more-btn:hover{
    cursor: pointer;
}

.swing {
    animation: swing ease-in-out 2s infinite alternate;
    transform-origin: center -20px;
    float:left;
}

.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(1.5deg); }
    100% { transform: rotate(-1.5deg); }
}

@media only screen and (max-width: 575px){
    .navbar{
        display:none;
    }
    .brand-logo{
        display:none;
    }

    .shop-closed{
        max-width:300px;
    }

    .nav-header{
        display:none;
    }

    [data-header-position="fixed"] .content-body{
        padding-top:4.5rem !important;
    }

    .title{
        display: block;
        margin: 0 auto;
        clear: both;
    }

    .header-btns{
        display: block;
        margin: 0 auto;
        clear: both;
    }
}