/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.companylogo
{
  height : 41px;
  width : 74px;
}
.pull-right
{
  float:right !important;
}
#navDemo li
{
  border-bottom: 1px solid #ddd;
}
.font-dark-blue
{
  color : #28289e;
}
hr{
          display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
         }
.simpleborder
{
  border : 1px solid #ddd;
}
.font-blue
{
  color : #0000FF;
}
.font-green
{
  color : #00FF00;
}
.font-red
{
  color : #FF0000;
}
.font-sky
{
  color : #0087ff;
}
.font-aqua
{
  color : #0cd1ca;
}
.border-right
{
  border-right: 1px solid #ddd;
}
.border-left
{
  border-left: 1px solid #ddd;
}
.border-top
{
  border-top: 1px solid #ddd;
}
.border-bottom
{
  border-bottom: 1px solid #ddd;
}
footer {
    /* background-image: url(../images/giphy.gif); */
    background-size: 100%;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #509db2;
    color: #fff;
}
.main_product_list
{
  height : 300px !important;
  overflow-y : scroll !important;
}

.icon-bar {
    position: fixed;
    top: 93%;
    right: 0.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 

.icon-bar a {
    display: block;
    /* padding: 10px; */
    color: #5ab8cd;
    border-radius: 50%;
}

.bg-soft-green{
  background-color: #e7ffdf !important;
}
.bg-soft-orange{
  background-color: #ffeed0 !important;
}
