.item-in-shop {
    height: 400px;
    width: 210px;
    position: relative;
    background-image: url(../images/global/shop.webp);
}

.item-in-shop:hover .item-wp-shop img {
    transform: rotate(5deg) scale(1.2);
}

.item-in-shop img {
    transition: transform 0.3s, scale 0.3s;
}

.item-name-shop {
	position: relative;
    z-index: 10;
    height: 215px;
    text-align: left;
    overflow: hidden;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.item-name-shop span {
	margin: auto;
	display: block;
	font-size: 16px;
}

.item-shop {
    margin: 20px;
}

.btn {
    position: absolute;
    top: 160px;
    left: calc((100% - 125px) / 2);
}

.btn a {
    padding: 8px 23px;
    margin: auto;
    font-weight: bold;
    height: auto;
    width: auto;
}

.item-shop-category {
    font-weight: bold;
}

.item-shop-stock {
    font-weight: normal;
    text-align: center;
    top: 100px;
    position: absolute;
}

.item-shop-price {
    font-weight: normal;
    text-align: center;
    top: 120px;
    position: absolute;
}


.item-shop-price img {
    width: 17px;
    vertical-align: middle;
}

.item-shop-sub {
    font-weight: normal;
    text-align: center;
    top: 140px;
    position: absolute;
}

.item-shop-quality {
    font-weight: normal;
    text-align: center;
    bottom: 125px;
    position: absolute;
}

.item-wp-shop {
	  height: 185px;
	text-align: center;
}

.item-wp-shop img {
    max-width: 180px;
    margin-top: 30px;
    max-height: 135px;
}