.items:not(.selectize-input) .item .image{
    height:19rem;
}

.items:not(.selectize-input).grid.compact .item .wrapper {
    height: 25rem;
}

.my-favs .item .wrapper , #myproductgridlist .item .wrapper, .mcp .item .wrapper,#pageBox .item .wrapper{
     height: 19rem!important;
}

.items:not(.selectize-input) .item .price{
    top:15.3rem;
}
.grid .item .quantity{
    top:15.3rem;
}
.items:not(.selectize-input) .item h3 a.category{
    top : -7rem;
}

.items:not(.selectize-input) .item h4 {
    top: 13rem;
}

.items:not(.selectize-input) .item .tag {    
    top: 1rem;
    font-weight: 600;
}

.items:not(.selectize-input).list .item .tag{
    top:1rem;
}

.wishlist{
    bottom:137px;
}

.items:not(.selectize-input) .item .tag{
    left:1rem;
}

@media screen and (max-width:767px){
    .admin-controls {
        top: 1rem !important
    }
}

@media screen and (min-width:767px) and (max-width:1100px){
   .items:not(.selectize-input) .item h4{
        top:11rem;
    }
    .items:not(.selectize-input) .item h3{
        bottom:8rem;
    }
}

@media screen and (max-width: 767px){
    #myproductgridlist .item .wrapper,.mcp .item .wrapper{
        height: inherit!important;
    }
}