body { 
    font-family:'Poppins', sans-serif !important;
}
.no-hover:hover{
    text-decoration: none;
    color: #0000A1;
}
.un-read {
    background-color: #e6f2fb !important;
}
.un-read > a > span > span > span.bolder{
    color: #ff2525 !important;
}
.modal-header{
    padding: 4px !important;
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
}
.lazyload {
    opacity: 0;
}
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
.bolder{
    font-weight: bold !important; 
}
.margin-5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.quote-red{
    font-size: 14px;
    color:#ec0707
}
.orange{
    color: #FE980F !important;
}
.red{
    color: #ff0042 !important;
}
.coret{
    text-decoration:line-through;
    color: #bbb !important;
}
.star label{
    margin-left: 10px;
    display: -webkit-inline-box !important;
}
#review li{
    width: 50%;
    text-align: center;
}
.view-product img{
    height: 100% !important;
}
/*.header-middle{
    background-color: #76d5ff;
}
.header-middle .container .row {
    border: none;
}
.header-bottom{
    background-color: #76d5ff;
    margin-bottom: 20px;
    padding-top: 0px;
}
.mainmenu ul li a {
    color: #fff;
}
.shop-menu ul li a {
    background: none;
    color: #fff;
    font-size: 16px;
}
.footer-bottom{
    background-color: #76d5ff;
}
.footer-bottom p{
    color: #fff;
}
.item h1 span {
    color: #76d5ff;
}
.companyinfo h2  span{
  color:#76d5ff;
}
.productinfo h2{
  color:#76d5ff;
}
.product-overlay{
    background: #76d5ff;
}*/
/*Bootsstrap*/
.navbar-toggle{
    margin-top: 0px;
}
/*From Backend*/
.gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
    background: rgba(50, 50, 50, 0.92);
}
.gritter-item-wrapper.gritter-info {
    background: rgba(49, 81, 133, 0.92);
}
.gritter-item-wrapper.gritter-error {
    background: rgba(153, 40, 18, 0.92);
}
.gritter-item-wrapper.gritter-success {
    background: rgba(89, 131, 75, 0.92);
}
.gritter-item-wrapper.gritter-warning {
    background: rgba(190, 112, 31, 0.92);
}
.gritter-item-wrapper.gritter-light {
    background: rgba(245, 245, 245, 0.95);
    border: 1px solid #BBB;
}
.gritter-item-wrapper.gritter-light.gritter-info {
    background: rgba(232, 242, 255, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
    color: #4A577D;
}
.gritter-item-wrapper.gritter-light.gritter-error {
    background: rgba(255, 235, 235, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
    color: #894A38;
}
.gritter-item-wrapper.gritter-light.gritter-success {
    background: rgba(239, 250, 227, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
    color: #416131;
}
.gritter-item-wrapper.gritter-light.gritter-warning {
    background: rgba(252, 248, 227, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
    color: #946446;
}
.gritter-item p {
    line-height: 1.8;
}
.gritter-top,
.gritter-bottom,
.gritter-item {
    font-family: 'Poppins', sans-serif !important;
    background-image: none;
    color: #fff !important;
    font-size: 12px;
}
.gritter-close {
    left: auto !important;
    right: 3px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #E17B67;
}
.gritter-close:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f00d";
}
.gritter-info .gritter-close {
    color: #FFA500;
}
.gritter-error .gritter-close,
.gritter-success .gritter-close,
.gritter-warning .gritter-close {
    color: #FFEA07;
}
.gritter-close:hover {
    color: #FFF !important;
}
.gritter-title {
    text-shadow: none;
}
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: none;
    color: #444;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
.gritter-light .gritter-close:hover {
    color: #8A3104 !important;
}
.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}
@media only screen and (max-width: 767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%;
    }
    .header-bottom .col-sm-3 {
        top:0;
    }    
}
@media only screen and (max-width: 480px) {
    .gritter-center {
        left: 30px;
        right: 30px;
    }
    .shop-menu ul li {
        padding-left: 30px !important;
        padding-right: 20px !important;
    }
    #head-logo{
        width: 50%;
    }
    .contactinfo{
        display: none;
    }
    .address p{
        top:10px !important;
    }
    #review li{
        width: 100%;
    }
    .shop-menu ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 320px) {
    .gritter-center {
        left: 10px;
        right: 10px;
    }
    .shop-menu .nav.navbar-nav {
	margin-left: -30px;
    }
}