/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="http://themeforest.net/user/luisvelaz">Everthemes</a>
* Template: goya
* Version: 1.0.5.1
*/

.shop-by-categories {
    display: flex;
    justify-content: space-between;
}
.category-card img {
    border-radius: 100px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
    margin-bottom: 15px;
}
.category-card h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #000 !important;
    font-family: inherit;
}
.category-card:nth-child(even) .category_inner {
    border: 1px solid #EEA81F;
    background: #eea81f24;
}
.category-card .category_inner {
    background: #BD1E2D33;
    padding: 30px 20px;
    border: 1px solid #BD1E2D;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-card:nth-child(even) {
    border: 1px solid #EEA81F;
    background: #eea81f24;
}
.category_view {
    padding: 4px 10px 6px 10px;
    background: #f9a71b;
    color: #fff;
    border-radius: 30px;
    vertical-align: middle;
    display: inline-flex;
}