:root{
    --main-color: #0d9ecc;
    --white-color: #fff;
    --fair-white: #eeeeee;
    --fair-black: #5c5c5c;
    --shadow-white: #d6d6d6;
    --base-font-size: 0.9rem;
    --color-dark:#070707;
    --color-light-black: #353535;
    --light-white-color: #fff;
    --ash-color: #e5e5e5;
    --txt-color-normal:#535151;
}
body {
  background-color: white;
  margin:0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  /* font-family: 'Roboto Condensed', sans-serif; background-color:white; */
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}
   #my_sect_body{
    background-color: var(--white-color);
    margin: auto;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    margin-top: 60px;
    padding: 1rem;
    max-width: 1224px;
    min-height: calc(100vh - 120px);
  }
  #my-navbar{
    display: flex;
        width: auto;
        justify-content: center;
        margin-left: 2rem;
        align-items: center;
        height: 100%;
        background-color: white;
      }
      .nav_a_tag{
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        text-decoration: none;
        color: rgb(84, 84, 84);
        margin: 0rem 1rem;
        font-size: 1.1rem;
        box-sizing: border-box;
        height: auto;
        transition: .3s;
      }
      .nav_a_tag:active, .nav_a_tag:hover, .nav_a_tag:focus{
        color: var(--main-color_red);
      }

      #site_name{
        text-decoration: none;
        color: var(--main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 100%;
        box-sizing: border-box;
      }
      #sn_ab_wrapper{
        display: flex; 
        justify-content: flex-start; 
        align-items: center; 
        justify-content: space-between;
        height: 100%;
         margin-right: 3.2rem;
        width: auto;
      }
    #base_header{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: calc(100% - 2rem);
        height: 60px;
        box-sizing: border-box;
        background-color: var(--white-color);
        box-shadow: 0px 0px 3px #a9a8a8;
        position: fixed;
        top: 0px;
        z-index: 100;
        margin: auto;
      }
    #footer_holder{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        background-color: rgb(22, 22, 22);
        color: #cfcfcf;
        padding: 2rem;
        text-align: center;
        overflow: hidden;
    }
.line{ 
position: relative; 
display: block;  
width: 90%; 
margin:1rem 0px; 
height: 2px; 
background-color: gainsboro;
} 
/* flash Msg style */
#flashMsgBoxWrapp{
  overflow: hidden;
  position: fixed;
  box-sizing: border-box;
  z-index: 2000;
  display: none;
  right: 10px;
  top: 70px;
  background-color: var(--white-color);
  height: max-content;
}
#flashMsgBox{
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 260px;
  max-width: 500px;
  box-sizing: border-box;
  font-size: 14px;
  background: var(--color-white);
  padding: 10px 10px 10px 12px;
  border-radius: 5px;
  border-left: 7px solid #999;
}
.flash-ss{
border-left: 7px solid #178036 !important;
color: #178036 !important;
box-shadow: 0px 1px 3px #178036 !important;
}
.flash-fl{
border-left: 7px solid #e41616 !important;
box-shadow: 0px 1px 3px #e41616 !important;
color: #e41616 !important;
}
.flash-wrn{
border-left: 7px solid #e98818 !important;
color: #e98818 !important;
box-shadow: 0px 1px 3px #e98818 !important;
}
.flash-inf{
border-left: 7px solid #175194 !important;
box-shadow: 0px 1px 3px #175194 !important;
color: #175194 !important;
}
/* placeholder images.. */
.profile-placeholder-img{
  display: flex; 
  justify-content: center; 
  align-items: flex-start; 
  position: absolute; 
  width: 100%;  
  height: 100%; 
  box-sizing: border-box;
  background-image: url(/static/lottlistapp/images/ph-user-img.png); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.profile-placeholder > span{
display: flex; 
justify-content: center; 
box-sizing: border-box; 
height: 28px; 
align-items: flex-start; 
width: 100%; 
position: absolute; 
background-color: #171717ab; 
padding-top: 4px; 
bottom: -2px; 
color: var(--fair-white);
}
.profile-placeholder{
  width: 70px; 
  height: 70px; 
  overflow: hidden; 
  position: relative; 
  border-radius: 35px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin-right: 10px;
  cursor: pointer;
}

/* flash msg ends.. */
/* down nav.. */
#down-nav{
  display: none;
  justify-content: space-evenly;
  box-sizing: border-box;
  align-items: center;
  background-color: #f3f3f3;
  overflow: hidden;
  position: fixed;
  left: 0px;
  width: 100%;
  height: 50px;
  bottom: 0px;
  z-index: 400;
}
#down-nav-center{
 height: 26px;
 width: auto;
 color: inherit;
}
.dnav_box_link{
  color: var(--txt-color-normal);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(94% / 5);
  position: relative;
  font-size: var(--base-font-size);
  font-weight: 500;
  box-sizing: border-box;
}
.dnav_center{
    color: var(--light-white-color) !important;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 7px;
    background-color: var(--main-color) !important;
    height: 36px;
}
.down-nav-ico{
  height: 20px;
  width: 20px;
  color: inherit;
  overflow: hidden;
  border-radius: 10px;
}
.dnav_box_txt{
    font-size: 11px;
    font-weight: 500;
}
.action_btn{
  margin-top: 2rem !important;
}
#my-navbar{
  display: flex; 
  margin: auto; 
  box-sizing: border-box; 
  justify-content: space-between; 
  width: 100%; max-width: 1080px; 
}
@media screen and (max-width: 1100px) {
  #site_name {
    padding-left: 8px;
}
  .nav-links {
    margin-right: 0.5rem;
  }
  #my-navbar{
    padding-left: var(--base-font-size); 
    padding-right: var(--base-font-size);
}
}
@media screen and (max-width: 750px) {

  /* down navigation.. */
  #down-nav{
    display: flex;
  }

  body{
    margin-bottom: 50px;
  }

  /* others */
  .hide_onsmall{
    display: none !important;
  }

  /* ... */
  .home-categ-boxes {
    min-height: 130px;
}

#home-categ {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}
.sect_inner_wrapp{
    padding: 1rem;
}
/* ... */
#home-search-wrapp::after {
  display:  none;
}
/* ... */
#home-categ {
  flex-wrap: nowrap;
  white-space: wrap;
  overflow-x: auto;
}
#home-search-wrapp {
  justify-content: space-between;
}
.flx-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
      /* Search box */
      #home_search_ico_wrap{
               width: auto; 
               margin-right: 1rem;
               padding: 5px;
               }
               #home_search_ico_wrap i{
                height: 40px; 
                width: 40px;
               }
               #home_search_field{
               width: calc(100% - 60px); 
               }
               /* #my_sect_body{
             min-height: calc(100vh - 170px);
               } */
            #home_search_field {
              width: 100% !important;
            }
            #home_search_ico_wrap {
              margin-right: 0px !important;
              padding: 0px 1rem !important;
          }
          .seller_box_wrapper {
            flex-wrap: nowrap !important;
            overflow: hidden;
            overflow-x: auto;
        }
        .home-categ-boxes {
          width: calc(90% / 3) !important;
          margin: 5px !important;
      }
      #home-categ {
        justify-content: space-evenly;
        align-items: center;
      }

}