/***Header Top Start****/
.topheaderfixed{
    background: #232f3e;
}

.topheaderright{
    float: right;
}
.topheaderright ul{
    margin: 0;
    padding: 0;
}

.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;
}

ul.topsidebarmenulist {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.topsidebarmenulist li:hover > #sidebarmenudiv{
   display: block;
}


#sidebarmenudiv{
    position: absolute;
    z-index: 999;
    width: 100%;
    background: white;
    display: none;
    border: 1px solid #cccccc;
}
.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: 0px;
    margin-left: 100%;
    background: white;
    z-index: 99;
    min-width: 600px;
    display: none;
    height: 100%;
    overflow: auto;
}

#submenudiv::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#submenudiv::-webkit-scrollbar
{
    width: 2px;
    background-color: #F5F5F5;
}

.menulistdiv ul li a {
    background: #efefef;
    color: black;
    padding: 0 5px;
    font-size: 15px;
}
.menulistdiv ul li a:hover {
    background: #ea4335;
}

/***Header Top End****/

/***Header main Start****/

.header.container-fluid {
    background: #9aedff;
}

ul.accountmenu {
    margin: 0;
    padding: 0;
}

ul.accountmenu li {
    list-style: none;
    float: left;
    padding: 0 5px;
}

ul.accountmenu li a {
    padding:0;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

ul.accountmenu li a span {
    font-size: 12px;
    color: #ea4335;
}

ul.accountmenu li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    background: white;
    width: 200px;
    z-index: 9;
    border-radius: 3px;
    display: none;
}

ul.accountmenu li:hover >  ul{
    display: block;
}

ul.accountmenu li ul li {
    float: none;
    padding: 5px;
    border-bottom: 1px solid #e7e7e7;
}

ul.accountmenu li ul li a {
    padding: 0;
    font-weight: 400;
}

.searchdiv {
    margin: 8px 0;
}
#searchbtn {
    background-color: #121102;
    border-color: #0a0902;
    color: white;
    width: 7%;
    border: 0;
    display: inline-block;
}
.searchdiv input {
    display: inline-block;
    width: 92%;
    border: 0px solid #ced4da;
    border-radius: 0;
}

/***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;
    margin: 1px 0;
}

.menulistdiv ul li a{
    text-decoration: none;
    display: block;
    background: #ffffff;
    padding: 5px;
    color: #000000;
    font-size: 14px;
}

.menulistdiv ul li a:hover {
    background: #f7f7f7;
}

/***slider section End****/


/***Home Page main End****/
#mainbody{
    min-height: 550px;
}

.feturedproductdiv{
    background: #ffffff;
    margin: 10px 0;
    padding: 5px;
}

.fetureproducts{
    border: 1px solid #ececec;
    margin: 5px;

}

.fetureproducts img{
        max-width: 100%;
}

.fetureprice{
    float: right;
    background: #ea4335;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    color: white;
    padding: 0 5px;
}

.fetureoffer{
    background: #4285f4;
    width: 50px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    color: white;
    text-decoration: none;
    padding: 3px 5px;
}

.adsblock{
    margin: 10px 0;
}

.branddiv{
    background: #fff;
}

.productsection{
    margin: 15px 0;
    min-height: 350px;
    border-top: 2px solid #f9e419;
    background: white;
}

.catagorymenu {
    padding: 10px;
    background: #f9e419;
}
.catagorymenu p{
    margin: 0;
}
.catagorymenu a{
    color: #fff;
    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;
    color: #494343;
    font-size: 14px;

}
.catagorymenusitem ul li a:hover {
    color: #191010;
    font-weight: bold;
}
.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{
    border: 1px solid #e9e9e9ba;
        background: white;
}
.catagoryproducts:hover{
    box-shadow: 0px 0px 7px 1px rgba(218, 218, 218, 0.81), 0 4px 6px -2px rgba(255, 255, 255, 0.76);
}

.catagoryproductsimg{
    margin: 5px;
    position: relative;

}

.catagoryproductsimg img{
    width: 100%;
}

.productstitleprice{
    text-align: center;
}

.productstitleprice a{
    text-decoration: none;
    color: #494343;
}

.productstitleprice span{
    margin: 0;
    color: #28a745;
    font-size: 15px;
}

.productstitleprice del{
    color: #ea4335;
    font-size: 10px;
}

.productstitleprice p{
   min-height: 40px;
   font-size: 14px
}

.productaddcart{
    background: #ea4335;
    text-align: center;
    color: white;
    font-weight: bold;
}

.card-product-discount{
 position: absolute;
 top: 12px;   
}

.card-product-discount-div{
border-radius: 45%;
color: white;
width: 38px;
height: 38px;
}

.card-product-discount-div img{
    width: 40px;
}

.card-product-discount-div span{
    top: 30%;
    right: 4%;
    position: absolute;
    font-size: 14px;
    font-family: auto;
}

.outofstocimage{
    position: absolute;
    right: 0;
    bottom: 0
}

.outofstocimage img{
    width: 100px;
}



/***Sidebar Cart Start****/


/***Sidebar Cart End****/


/***Home Page main End****/

.categorydiv{
    padding-right: 0;
    margin-top: 10px;
}


/***Cart Page main Start****/
.fullcartdiv {
    margin: 10px 0;
}

.cart-table-div {
    padding: 0;
}
.cart-table-items-div {
    min-height: 450px;
    background: white;
    padding: 10px;
}

.cart-table-totals-div {
    background: white;
    padding: 10px;
}

span.plusitem {
    padding: 5px 10px;
    cursor: pointer;
    }
span.minusitem {
padding: 5px 10px;
cursor: pointer;
}

/***Cart Page main End****/


/***Login Page main End****/
.logindiv {
    margin: 50px 0;
    background: white;
}
.titleheader {
    background: #121102;
}

.titleheader h3{
    margin: 0;
    color: white;
    padding: 5px;
}

.textbody {
    border: 1px solid #121102;
    padding: 15px;
}


.sociallogin a {
    display: inline-block;
    padding: 10px;
    text-decoration:none;
    color: white;
    border-radius: 3px;
}

.sociallogin a.facebook-login:hover {
    background: gray;
}

.sociallogin a.google-login:hover {
    background: gray;
}

.sociallogin a.facebook-login{
    background: #2170b0;
}

.sociallogin a.google-login{
    background: #de2928;
}


/***Login Page main End****/

/***Footer Page main Start****/
ul.footer_list_menu{
    padding: 0;
    margin: 0;
}
ul.footer_list_menu li{
   list-style: none;
   float: left;
}
ul.footer_list_menu li a{
   color: #afafaf;
    padding: 5px 4px;
    margin: 5px;
    text-decoration: none;
    font-size: 12px;
}
ul.footer_list_menu li a:hover {
    color: #afafaf;
}
/***Footer Page main End****/


/***Single Product Page Start****/
.productnoticelist{
    padding: 15px;
}
.productnoticelist ul{
    margin: 0;
}
.productnoticelist ul li{
    font-size: 16px;
}

/***Single Product Page End****/

/***User Dashboard Start****/
.userdashboard {
    margin: 2% 0;
}
.usersidebar {
    background: white;
    padding: 10px;
}
.profilename {
    text-align: center;
    background: #9aedff;
}

.profilename p {
    padding: 10px;
    color: #343838;
    margin: 0;
    font-weight: bold;
}
.profilename p span {
    background: #4caf50;
    padding: 2px 5px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
}

.profiledetails {
    padding: 10px;
    background: white;
    margin-bottom: 15px;
}
.parsonalprofile p {
    margin: 4px 0;
}
.myrecentorder {
    padding: 10px;
    background: white;
}

ul#usersidebar{
    padding: 0;
    margin: 10px 0;
}

ul#usersidebar li{
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #b8b8b8;
}
ul#usersidebar li:hover {
    background: #e3e3e3;
}
ul#usersidebar li a{
    color: #888383;
    padding: 5px;
    text-decoration: none;
    display: block;
}
/***User Dashboard End****/


@media only screen and (max-width: 770px) {
    .adsblock{
        margin: 5px;
    }
    .fullcartdiv {
    margin: 10px 5px;
    }
    .categorydiv{
    padding:0px;
    }
    .categorysitebar {
    display: none;
    }
    .cart-table-totals {
        padding: 10px 0;
    }
    span.plusitem {
        padding: 5px;
    }
    
    span.plusitem {
        padding: 5px;
    }
    .cart-table-items-div {
     min-height: 0;
    }
    .col-md-2.hidemobiletopsidebar {
    display: none;
    }
    
    .productstitleprice p {
        min-height: 30px;
        font-size: 10px;
        margin: 0;
    }
    .productstitleprice span {
        font-size: 12px;
    }
    
    
    
}


