
.main-bg-pry {
    background-color: #0F6670 !important;
}
.main-text-pry {
    color: #0F6670;
}
.main-bg-secondary {
    background-color: #15727D;
}
.bg-light-gray {
    background-color: #D9D9D9;
}
.header-title{
    font-size: 50px;
    color:#fff;
}
.header-intro {
    font-size: 25px;
    letter-spacing:6px;
}
.font-shadow{
    filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));

}
.header-logo {
    border-right: 2px solid #fff;

}
.svg-icon {
    height: 30px;
}
.menu-icons
{
    height: 55px;
}
.bg-grey {
    background-color: #D9D9D9;
}
.font-medium{
    font-size: 45px;
}
a.main-link-primary {
    color: #0F6670;
    text-decoration: underline;
}
.header-cart-container
{
    width: 60px;
    height: 60px
}
.header-cart {

}
.main-border {
    border:3px solid #D9D9D9;
}

.product-img-container
{
    height: 190px;
    overflow: hidden;
    width: 100%;
}

.product-img-container img, .product-img-container a
{
    width: 100%;
}
.product-title p {
    font-size: 14px;
    margin: 0;
}

.category-icon
{
    width: 35px;
}

.home-category-list{
    max-height: 1500px;
    overflow-y: scroll;
}
.main-category-link.active {
    background-color: #0F6670;
    color: #fff !important;
}
.category-icon-container {
    width: 28px;
    height: 28px;
    background-color: #15727D;
}

a[aria-expanded=true] .tio-chevron-down {
    display: none;
}
a[aria-expanded=false] .tio-chevron-up {
    display: none;
}

.btn--primary-outline {
    border: 2px solid #0F6670;
    color:#0F6670;
}
