html {
  position: relative;
  min-height: 100%;
}

body{
    /* Margin bottom by footer height */
    margin-bottom: 190px;
    background-repeat: no-repeat;
    background-attachment: center;
    background-position: center center;
    background-size: cover;
    /*text-shadow: 2px 2px 4px #000;*/
    min-width: 260px;
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif !important;
}

h1{
    color:#fff;
    font-size: 27px;
    font-weight: 400;
    /*text-shadow: 2px 2px #000;*/
}
#slogan p{
    display: inline;
    color: #fff;
    font-size: 15px;
}

h2{
    color: #fff;
    font-size: 15px;
    /*text-shadow: 2px 2px 3px #000;*/
    margin: 1px;
    font-weight: 400;
}
h3{
    display: inline;
    font-size: 15px;
    margin:1px;
    font-weight: 400;
    /*text-shadow: 2px 2px 3px #000;*/
}


/*auto style css */


#loader{
    position: absolute;
    top: 14%;
    right: 5%;
    z-index: 9999;
    width: 30px;
}

#search_suggestion_holder{
    list-style: none;
    display:none;
    border-bottom: 1px #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-style: solid;
    border-top: none;
    padding: 0px;
    margin-top: 37px;

    position: absolute;
    width: 95%;
    z-index: 1;
    box-shadow: 0px 2px 5px rgb(116, 116, 116);
    border-radius: 0px 0px 4px 4px;

}

#search_suggestion_holder li:hover{
    background-color: #9ECCDD;
}
.selected{
    background-color: #E36D44 !important;
    color: #FFF !important;
}

#search_suggestion_holder li{
    cursor: pointer;
    display: block;
    background-color: #f0f0f0;
    color: #C02900;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    -webkit-text-shadow: 1px 1px 4px #fff;
    -moz-text-shadow: 1px 1px 4px #fff;
    border-radius: 2px;
    text-align: left;
}
#search_suggestion_holder li img{
    max-width: 45px;
}
a:hover{
    text-decoration: none;
}
#loader{
    display:none;
}

#search-box, #search-box-go-btn{
    border: 1px solid #df382c;
    border-radius: 2px;
    -webkit-transition:all 300ms ;
    -moz-transition:all 300ms ;
    -ms-transition:all 300ms ;
    -o-transition:all 300ms ;
    transition:all 300ms ;

}

/* auto style end */
.down{
    margin-top: 0px;
    background-color: rgb(70, 120, 137);
    padding: 15px;
    border-radius: 2px;
}
.circle-text {
    width:25%;
    margin: 10px auto;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: rgba(255, 72, 0, 0.75);
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    border: 2px solid #eee;
}
.circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
}
.under{text-decoration: underline;}
.font_size{font-size: 14px !important;}
.square{
    color:white;
    background-color: #C53B07;
    border-radius: 7px;
    padding-bottom: 10px;
}
.square p {
    background-color: white;
    padding: 5px;
    border-radius: 7px 7px 0px 0px;
    color: black;
    text-shadow: none;
}

.white_text{color:white;}
.title{
    color:white;
}
.title:hover{
    color: white;
}

.cat_img{
    width: 100px;
    display: inline-block;
}
.cat-item-2nd{
    padding: 30px;
    background-color: #43797b;
    margin: 5px;
    color: white;
    text-shadow: none;  
    -webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -ms-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}

#top_logo{
    display: inline;
    width: 42px;
}
.no_shadow{text-shadow: none;}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 190px;
    background-color: #4e4e4e;
}

.footer-text{
    padding-top: 10px;
    color: #e6e6e6;
}

#slogan{
    margin:10px; 
}

.my-btns{
    display: inline-block;
    max-width: 120px;
    border-radius: 2px;
    background-color: #df382c;
    color:white;
}
.my-btns:hover{
    text-decoration: none;
}
.container-fluid{
    padding: 5px;
}

.btn-add{
    text-align:right;
}
.btn-search{
    text-align: left;
}

.cat-wrp a:hover{
    text-decoration:none;    
}


.cat-item{
    padding: 30px;
    background-color: #466889;
    margin: 5px;
    color: white;
    text-shadow: none;  

}
.cat-item, .cat-item-2nd{
    -webkit-transition:all 300ms ;
    -moz-transition:all 300ms ;
    -ms-transition:all 300ms ;
    -o-transition:all 300ms ;
    transition:all 300ms ;

}
.cat-item:hover, .cat-item-2nd:hover{
    background-color: #f36b3e;
    box-shadow: 0px 1px 4px #232222;
}

.search-wrp{
    margin-top: 20px;
}

#add-product{
    border-radius: 3px;
}

.footer-menu li{
    display: inline-block;
    padding: 10px;
}

.footer-menu li a h3{
    color: #e6e6e6;
}

.no-padding{
    padding:0px; 
}

#sts{
    color: #848484;
}

#fdb{
    position: absolute;
    top: 60px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #888888;
    padding: 10px;
    left: -363px;
    max-width: 360px;
    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    transition:all 100ms linear;
}
#fdb input{
    border-radius: 2px;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #38b44a;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}


#user_img{
    display: inline;
    border-radius: 40px;
    border: 2px solid white;
    max-width: 44px;
}

#user_wrp{
    padding-top:4px;
    padding-bottom:2px;
    padding-left: 5px;
    padding-right: 5px;
}

#logo_wrp{
    padding: 5px;
}

.notif{
    background-color: white;
    border-radius: 100%;
    padding: 0px 5px;
    color: #dd4814;
    box-shadow: 0px 1px 2px #424242;
    font-size: 12px;
}

#cookies{
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background-color: #df382c;
    color: white;
    padding: 10px 20px;
    right: 0px;
    display: none;
}

#cookies_ok{
    background-color: white;
    display: block;
    max-width: 50px;
    padding: 5px;
    color: #df382c;
    text-align: center;
    margin: 0px auto;
    margin-top: 5px;
    font-size: 10px;
    cursor: pointer;
    box-shadow: 1px 2px 4px #4e4e4e;
    border-radius: 3px;
}
#cookie_link{
    color: white !important;
    text-decoration: underline !important;
}

#loading{
    width: 90px;
    display: block;
    margin: 20px auto;
    display: none;
}

#notif_dropdown{
    display: none;
}
#notif_wrp tr{
    display: block;
    min-width: 400px;
}
#notif_wrp tr:hover{
    color: #ffffff;
    background-color: #dd4814;
    cursor: pointer;
}
#notif_wrp td:first-child{
    min-width: 355px;
}

#notif_wrp a{
    padding: 5px 10px;
    display: block;
    color: inherit;
}
.no_pd{
    padding: 0px;
}
/*#notif_wrp a{
   -webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -ms-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    word-wrap: break-word; 

}*/


#notif_wrp tr:not(:last-child){
    border-bottom: 1px solid #eee;
}

.mark_read{text-align:right;min-width: 45px;}
.mark_read span{
    padding: 5px;
    background-color: #dd4814;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.terms{
    background-color: white;
    padding: 20px 5px;


}
.term{
    color: white;
    padding: 2px;
    background-color: #69c38d;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}
.terms p{
    color:#329e5d;
}


.no_padding{
    padding:0px;
}
.pr_wrp{
    background-color: white;
    display: inline-block;
    text-align: center;
    margin:10px;
}
#rd_txt{
    background-color: white;
    padding: 10px;
    margin: 0px;
    color: #dd4814;
}
.pr_wrp img{margin: 0px auto;}

.navbar-default .navbar-nav > li > a:hover {
    color: #dd4814;
    background-color: #ffffff;
}

.navbar {
    border: none;
}
.stats_wrp{
    background-color: white;
    color:#466889; 
    padding-bottom: 35px;
    max-width: 560px;
    margin: 0px auto;
}


#stats_head{color:#466889; margin: 5px;}
#stats_head span{
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}
.cr{
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #ffffff;
    display: inline-block; 
    font-size: 14px;
    line-height: 100px;
    width: 100px;
}

.new_prds{background-color: white;}

.color_1{background: #9f69c3;}
.color_2{background: #43797b;}
.color_3{background: #69c38d;}
.color_4{background: #af5557;}
.color_5{background: #466889;}
.color_6{background: #dd4814;}

@media only screen and (max-device-width: 768px) {
    .terms{
        padding: 10px;
    }
    .btn-add{
        text-align:center;
    }
    .btn-search{
        text-align: center;
    }
    .my-btns{
        margin: 5px;
    }
    #notif_wrp a{
        color: white;
    }
    .cat-item-2nd,.cat-item{padding: 0px;}

    #user_img{display: none;}
    .stats_wrp hr{display: none;}
    .cr{display: block; margin: 0px auto;}

}


@media (max-width: 610px) {
    .terms{
        padding: 2px;
    }
    .cat-item, .cat-item-2nd{
        padding: 5px;
        min-height: 150px;
    }

    .footer-menu li {
        padding: 2px;
        display: block;
    }
    .footer-menu{text-align: left;}
    .stats_wrp{padding-bottom:0px;}
    .stats_wrp p{font-size: 13px;height: 30px;}
    .col-xs-4{padding: 0px;}

    
}


@media (max-width: 400px) {

    
    #search-box{
        font-size: 13px;
        padding: 5px;
    }
    #search-box-go-btn{
        font-size: 13px;
    }

    .search_col{
        padding-left: 0px;
        padding-right: 3px;
    }
    .go_btn_col{
        padding-left: 0px;
        padding-right: 0px;
    }

    #add-product {
        font-size: 13px;
    }
    #slogan {
        margin: 2px 0px;
    }

    #navbar a{
        font-size: 13px;
        padding: 10px;
    }
    .cat-item{
        margin: 5px 0px 0px 0px;
    }
    .cat-item-2nd{
        margin: 5px 0px 0px 0px;
    }
    .footer-text{
        font-size: 13px;
    }
    

    h1{
        font-size: 15px;
        margin: 5px;
    }
    h2{
        font-size: 12px;   
    }


    #notif_wrp tr{
        min-width: 100px;
    }
    #notif_wrp td:first-child{
        min-width: 100px;
    }

    .footer-menu{text-align: left;}
    .footer-menu h3 {font-size: 13px;}
    #stats_head, .stats_wrp{display: none;}

}

@media (max-width: 399px) {
    .cat-item, .cat-item-2nd {
        padding: 5px;
        min-height: 140px;
    }

    #stats_head{font-size: 13px;}
    
    
}