﻿body {
    color: #323232; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.87);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #006064;
}

a{
    color: #0288d1;
}

.price{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:bold;
    color: #009900;
}

.headerColor {
    color:#006064;
}

.glyphColor{
    color:#006064;
}

.search-bar-table{
    margin-top:25px;
    margin-bottom:25px;
}

.cart-table td {
    padding-top:25px;
    padding-left:5px;
    padding-right:5px;
}

.menu-more-style {
    background: rgba(12, 104, 110, 1);
    font-size: 18px;
}

.cart-link-span i {
    font-size:36px;
    color:#009900;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#search-bar-btnDiv button{
    background:rgba(0, 153, 0, 1);
}

.primary-button {
    background-color: #009900;
    border: 1px solid #006064;
    /*border-radius: 3px;
    font-size: 18px;
    font-weight: 500;*/
    font-family: 'RobotoC', sans-serif;
    color: #EEEEEE;
    color: rgba(255, 255, 255, 0.867);
    /*padding: 8px 12px;*/
}

.primary-button:hover, .primary-button:focus{
    color:#EEEEEE;
    color: rgba(255, 255, 255, 0.867);
    background-color: #006064;
    border:1px solid #009900;
}

.secondary-button {
    background-color: white;
    border: 1px solid #000000;
    border-radius: 3px;
    /*font-size: 18px;
    font-weight: 500;*/
    font-family: 'RobotoC', sans-serif;
    color: #333333;
    /*padding: 8px 12px;*/
}

.secondary-button:hover, .secondary-button:focus{
    color:#EEEEEE;
    color: rgba(255, 255, 255, 0.867);
    background-color: #006064;
    border:1px solid #009900;
}

.search-bar-table input{
    border-top:1px solid #e2e2e2; 
    border-left:1px solid #e2e2e2;  
    border-bottom:1px solid #e2e2e2; 
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width:100%;

}

.breadcrumbCart {
    color : #009900;
}

.bottomLine {
    height: 4px;
    border: none;
    color: #333;
    background-color: #006064;
}

.footerStyle {
    background-color: #DDDDDD;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .open>.dropdown-toggle.btn-default {
    color: white;
    background:  #0C686E;
    border-color: #0C686E; /*set the color you want here*/
}

a:hover {
    color: #2b4892;
}

