.category_section {
    width: 100%;
    margin: 20px auto;
    padding-top: 1px;
    background-color: white;
    border-top: 2px solid #cdcdcd;
    border-bottom: 2px solid #cdcdcd;
}
.category_section:after {
    content: "";
    display: table;
    clear: both;
}

.category_header {
    display: block;
    padding: 0px;
    margin:8px 15px;
    padding-left: 25px;
    font-size: 16px;
    text-align: left;
    padding-bottom: 2px;
    border-bottom: 1px solid #131b51;
}

.product_category_cell_wrapper {
    position: relative;
    width: 250px;
    height: 390px;
    text-align: center;
    cursor: pointer;
    /* background-color: #FFFFFF; */
    /* border-radius: 8px; */
    float: left;
    margin: -1px 0 8px 5px;
}

.product_category_cell_wrapper .category_shop_anchor {
    border: 2px solid white;
    transition: 0.3s border-color;
    z-index: 1;
    /* border: 1px solid #c2c2c2; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product_category_cell_wrapper:hover > .category_shop_anchor{
    /* border-color: #c7c7c7; */
}

.link_subcat {
    position: relative;
    height: 19px;
}
.link_subcat .link_hover {
    width: 100%;
    z-index: 2;
    position:absolute;
    font-size: 12px;
    color: #2172b5;
    font-weight: normal;
    text-decoration: none;
}
.link_subcat .link_hover:hover {
    color: #181797;
}
.subcat_wrapper {
    width: 180px;
    margin: auto;
    margin-top: 10px;
    text-align: left;
}
.category_image_wrapper {
    margin: auto;
    margin-top: 7px;
    border: 1px solid #d8d8d8;
    /* border-radius: 200px; */
    display: block;
    white-space: nowrap;
    width: 98%;
    height: 170px;
    box-shadow: inset 2000px 0 0 0 rgb(205 205 205 / 12%);
}
.category_image_wrapper .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.category_image_wrapper img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.select_subcategory:focus {
    outline: none;
}

.select_subcategory {
    background: none;
    border: none;
    color: black;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
}

.select_subcategory:hover {
    color: #181797;
}