﻿.online-product-category-container{
    padding-top:30px;
}

.category-btn {
    background-color: #ffffff;
    height: 50px;
    width: 110px;
    font-family: inherit;
    align-content: center;
    border: 2px solid #fdb728;
    border-radius: 5px;
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #005a73;
}

.category-btn.selected {
    background-color: #fdb728;
}

.category-container {
    text-align: center;
}

#all-products {
    position: relative;
}

#all-products .three-box-wrap{
    position: relative;
    height: 100%;
}

