/***Header Top Start****/
.topheaderfixed{
    background: #1b8642;
}

.topheaderright{
    float: right;
}
.topheaderright ul{
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px){
    .container{
       max-width:1320px;
    }
}
.topheaderright ul li{
    float: left;
    list-style: none;
    padding: 10px;
}

.topheaderright ul li a{
    color: white;
    text-decoration: none;
}
ul.headerlogindiv{
    background: #ffffff;
    position: absolute;
    border-radius: 3px;
    width: 170px;
    margin-left: -50px;
    border: 1px solid #bebcbc;
    z-index: 1;
    display: none;
}
ul.headerlogindiv li{
    float: none;
}
ul.headerlogindiv li a{
    float: none;
    color: black;
    display: block;
}
#sidebarmenudiv{
    position: absolute;
    z-index: 999;
    width: 100%;
    background: white;
}
.menulist ul {
    margin: 0;
    padding: 0;
}
.menulist ul li{
    list-style: none;
    margin: 2px 0;
}
.menulist ul li a{
    display: block;
    padding: 5px;
    background: #4285f4;
    color: white;
    text-decoration: none;
}
#submenudiv{
    position: absolute;
    top: 2px;
    margin-left: 100%;
    background: white;
    z-index: 99;
    min-width: 600px;
    display: none;
    min-height: 100%;
}
/***Header Top End****/

/***Header main Start****/
.searchdiv{
    margin: 20px 0;
}
.searchbtnfield:focus{
    box-shadow:none;
    background-color: #dcdcdc;
}
.searchbtnfield{
    border: 0px solid #ced4da;
    border-radius: 0;
    background: #d4d4d4;
}

#searchbtn{
    color: #fff;
    background-color: #4d6792;
    border-color: #4d6792;
    border-radius: 0;
}
#searchbtn:focus{
    box-shadow:none;
}

/***Header main End****/

/***slider section Start****/
.submenudiv{
    margin: 0px 0 0 208px;
    z-index: 9999;
    position: absolute;
    background: white;
    width: 250px;
    top: 0;
    min-height: 424px;
    float: left;
    display: none;
}


.menulistdiv {

}

.menulistdiv ul{
    padding: 0;
    margin: 0;
}

.menulistdiv ul li{
    list-style: none;
}

.menulistdiv ul li a{
    text-decoration: none;
    display: block;
    background: #4d6792;
    padding: 5px;
    color: white;
    font-size: 18px;
}
.menulistdiv ul li a:hover{
    background: #959ba5;
}

/***slider section End****/


/***Home Page main End****/
#mainbody{
    min-height: 550px;
}

.feturedproductdiv{
    border: 1px solid #28a745;
    background: #ebebeb;
    margin: 10px 0;
    padding: 5px;
}

.fetureproducts{
    
    padding: 5px;
}

.fetureproducts img{
        max-width: 100%;
        border: 1px solid #dadada;
}

.fetureprice{
    float: right;
    background: #4d6792;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    color: white;
    padding: 0 5px;
}

.fetureoffer{
    background: #979a00;
    width: 50px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    color: white;
    text-decoration: none;
    padding: 0 5px;
}

.branddiv{
    border: 1px solid #4d6792;
    background: #ececec;
    margin: 10px 0;
}

.productsection{
    margin: 10px 0;
    min-height: 350px;
    border: 1px solid #ea4335;;
}

.catagorymenu {
    padding: 10px;
    background: #ea4335;
}
.catagorymenu p{
    margin: 0;
}
.catagorymenu a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.catagorymenusitem ul {
    padding: 0px;
    margin: 0;
}

.catagorymenusitem ul li {
    list-style: none;
}

.catagorymenusitem ul li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
    margin: 3px;
    color: #494343

}
.catagorymenusitem ul li a:hover {
    background: #28a745;
    color: white;

}
.catagoryproductsdiv{
    margin: 5px;
    padding:0;
    box-shadow: 1px -3px 9px 5px rgba(218, 218, 218, 0.81), 0 4px 6px -2px rgba(255, 255, 255, 0.76);
}
.catagoryproducts{
    padding: 5px;
    border: 1px solid #d6d4d4ba;
    background: white;
}
.catagoryproducts:hover{
    box-shadow: 1px -3px 9px 5px rgba(218, 218, 218, 0.81), 0 4px 6px -2px rgba(255, 255, 255, 0.76);
}

.catagoryproductsimg{
    margin: 5px;
    border: 1px solid #dfd7d7;
    overflow: hidden;
}
.catagoryproductsimg a img {
        transition: transform 0.5s linear;
        width: 100%;
      }
      .catagoryproductsimg a img:hover {
        transform: scale(1.5) rotate(0.1deg);
      }


.productstitleprice{
    text-align: center;
}
a.catagorytitlelink{
    color: white;
}
a.catagorytitlelink:hover{
    text-decoration: none;
    color: white;
}

.row.catagorytitlebar {
    margin: 0;
    background: #8bc541;
}
.row.catagorytitlebar:hover {
    background: #1a8647;
}

.productstitleprice a{
    text-decoration: none;
    color: #494343;
}

.productstitleprice p{
    margin: 0;
}

.productaddcart{
    background: #ea4335;
    text-align: center;
    color: white;
    font-weight: bold;
}

/***Home Page main End****/


/***Login Page main End****/
.logindiv {
    margin: 50px 0;
}
.titleheader {
    background: #1b8642;
}

.titleheader h3{
    margin: 0;
    color: white;
    padding: 5px;
}

.textbody {
    border: 1px solid #1b8642;
    padding: 15px;
}
/***Login Page main End****/


/***Single Product Page Start****/
.productnoticelist{
    padding: 15px;
}
.productnoticelist ul{
    margin: 0;
}
.productnoticelist ul li{
    list-style: decimal-leading-zero;
    font-size: 18px;
}
.teamprofile{
    border: 1px solid #c2bec0;
    padding:5px;
    text-align: center;
    min-height: 100px;
    background: white;
}
.teamprofile:hover {
    border: 1px solid #0d8843;
    cursor: pointer;
    webkit-box-shadow: 0px 3px 7px 0px rgb(13, 136, 67);
    -moz-box-shadow: 0px 3px 7px 0px rgb(13, 136, 67);
    box-shadow: 0px 3px 10px 1px #8c9490;
}
.row.titlebar:hover {
    background: #0d8843;
}
.row.titlebar{
    background: #124330;
    margin: 0;
}

/***Single Product Page End****/

/***User Dashboard Start****/
ul#usersidebar{
    padding: 0;
    margin: 0;
}

ul#usersidebar li{
    list-style: none;
    margin: 3px 0;
    background: #4d6792;
    padding: 5px;
}

ul#usersidebar li a{
    color: white;
    padding: 5px;
    text-decoration: none;
}
/***User Dashboard End****/

ul.footermenu {
    margin: 0;
    padding: 0;
}

ul.footermenu li {
    list-style: none;
    border-bottom: 1px solid white;
}

ul.footermenu li a {
    color: #d6d4ca;
    display: block;
    padding: 1px 5px;
}
ul.footermenu li a:hover {
    text-decoration: none;
    background: #5d5b5b;
}

.contactaddress {
    border: 1px solid #c2bec0;
    padding: 15px;
    text-align: center;
    min-height: 200px;
    background: white;
}
.contactaddress:hover{
    border: 1px solid #0d8843;
    cursor: pointer;
    webkit-box-shadow: 0px 3px 7px 0px rgb(13, 136, 67);
    -moz-box-shadow: 0px 3px 7px 0px rgb(13, 136, 67);
    box-shadow: 0px 3px 10px 1px #8c9490;
}

