.shop-item-container .shop-item-body {
background: rgb(226, 226, 226);
color: #373737;
font-size: 20px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 25px 20px;
z-index: 10;
}

.shop-item-body span.price {
color: #666;
}

.shop-item-body .shop-item-title {
height: auto !important;
margin: 0;
margin-bottom: 15px;
font-weight: 600;
}

.shop-item-body .shop-item-button {
margin: 0;
padding: 0;
width: 40px;
height: 32px;
position: relative;
z-index: -1;
}

.shop-item-body .shop-item-button::before {
content: '';
position: absolute;
background: url([url]http://teverpan.com.tr/i/assets/images/site/urnItem-arrow.png[/url]) no-repeat center center #aeacaa;
text-indent: -9999px;
display: block;
width: 30px;
height: 30px;
z-index: 99;
}

.shop-item-button a {
display: none !important;
}

.shop-item-body span.price {
display: none !important;
}