/*your custom css goes here*/

.category-body {
    position: relative;
    height: 220px;
}

.category-body-image {
    height: 160px;
    width: 100%;
    object-fit: cover;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.category-body-image img {
    height: 100%;
    width: 100%;
}

.category-body-label {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline;
    width: auto;
    padding: 1px 4px;
}

.category-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
}

a.hov-text-lightgreen:hover {
    color: #87C424 !important;
}

.category-button {
    padding: 10px;
    font-size: 24px;
    line-height: 3px;
    border-width: 2px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    color: white;
}

.category-button svg {
    fill: white;
}

.category-button:hover svg {
    fill: black;
}

.footer-text p {
    margin-bottom: 0px;
}

.pvn-price {
    font-size: 13px;
    font-weight: 400;
    color: #8a8a8a;
}

/* special category make gradioan from left to right, left is transperent and right is red*/

.special-category a {
    font-weight: bold;
    color: #c63911 !important;
}

.special-category a:hover {
    font-weight: bold;
    color: #ab300e !important;
}

.category-description-image {
    width: 40%;
    float: left;
    margin-right: 18px;
}