/*Start Common*/
.list-group .list-group-item:hover{
  background-color:#e1e1e1;
  cursor:pointer;
}
a{
  text-decoration: none;
  color:#FF9D00;
}
a:hover{
  color:#FF9D00;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e1e1e1;
}
.separator::before {
  margin-right: .25em;
}
.separator::after {
  margin-left: .25em;
}
.btn.facebook-blue{
  background-color:#4267B2;
  color:white;
}
.btn.facebook-blue:hover{
  background-color:#355390;
}
.btn.google-red{
  background-color:#d4443a;
  color:white;
  border:1px solid #e1e1e1;
}
.btn.google-red:hover{
  background-color:#b33830;
}
.btn.default-color{
  background-color:#FF9D00;
  color:white;
}
.btn.default-color:hover{
  background-color:#cc7d00;
}
/*End Common*/
#wrapper{
  overflow-x: hidden;
}
#wrapper .overlay{
  display:none;
  position:fixed;
  z-index:9;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
  background-color:#000;
  opacity:0.5;
}
body.show-sidebar #wrapper .overlay{
  display:block;
}
#sidebar{
  z-index:10000;
  margin-left:-325px;
  position:fixed;
  background-color:#FAFAFA;
  min-width: 325px;
  max-width: 325px;
  min-height: 100vh;
  border-right:1px solid #e1e1e1;
  transition: all 0.25s;
}
#sidebar a:hover{
  text-decoration: none;
}
.sidebar-header{
 margin:25px; 
}
.sidebar-nav .list-group-item{
  border-radius:0px;
  padding:0px;
}
.sidebar-nav .list-group-item a{
  display:block;
  padding: .75rem 1.25rem;
  color:#333;
}
.sidebar-nav .list-group-item a:hover{
  color:#FF9D00;
}
.sidebar-footer{
  margin-top:40px;
  width:100%;
  height:100%;
  text-align: center;
}
.sidebar-footer .ads{
  display:inline-block;
  width:250px;
  height:250px;
}
.sidebar-footer img{
  width:100%;
  height:100%;
}
body.show-sidebar #sidebar{
  display:block;
  margin-left: 0px;
/*  box-shadow:0px 0px 10px 1px #666;*/
}
#content{
  margin-left:0px;
  min-width:100%;
  min-height:100vh;
  padding-bottom:150px;
  background-color:white;
  transition: all 0.25s;
  z-index:1;
}
body.show-sidebar #content{
  margin-left:325px;
  min-width:100vw;
}
#top_nav,#bottom_nav{
  min-width:100vw;
  box-shadow:0px 0px 10px 1px #666;
  background-color:#FF9D00 !important;
  color:white !important;
  min-height:8vh;
  margin-left:0px;
  transition:all 0.25s;
}
body.show-sidebar #bottom_nav,
body.show-sidebar #top_nav{
  margin-left:325px;
}
#top_nav .inner,
#bottom_nav .inner{
  position:relative;
  width:80%;
}
#bottom_nav a{
  color:white;
  text-decoration: none;
}
#top_nav i.fa,
#bottom_nav i.fa{
  font-size:25px;
  cursor:pointer;
}
#top_nav .search-wrapper{
  position:absolute;
  left:0px;
  right:-15px;
  padding:10px;
  background-color:white !important;
  box-shadow:0px 11px 9px -3px #3333336e;
  top:-250px;
  transition: all 0.25s;
}
#top_nav .search-wrapper.show{
  top:8vh;
}
#bottom_nav{
/*  background-color:white !important;*/
}
#bottom_nav .icon{
  cursor:pointer;
  padding:5px 0px;
}
#bottom_nav .icon:hover{
  background-color:#cc7d00;
}
#bottom_nav .icon .label{
  font-size:12px;
  margin-top:3px;
}
.title-box{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  display:inline-block;
  text-align: center;
}
.title-box #title{
/*  margin-bottom:5px;*/
}
.title-box #sub_title{
/*  margin:0px;*/
}
.section{
  margin-top:15px;
}
.categories{
  margin-top: calc(8vh);
}
.section .gallery{
  padding:0px 15px;
}
.section .gallery li{
  padding:10px 20px;
}
.categories .category{
  height:150px;
}
.thumbnail-box{
  width:100%;
  height:100%;
  position:relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor:pointer;
}
.thumbnail-box:hover{
  background-size: 150%;
  transition:all 0.25s;
}
.thumbnail-box:not(.not-overlay)::before{
  content:"";
  z-index: 1;
  position:absolute;
  width:100%;
  height:100%;
  background-color:#333;
  opacity: 0.5;
}
.thumbnail-box:not(.not-overlay):hover::before{
  opacity: 0.1;
}
.thumbnail-box label{
  position:absolute;
  width:75%;
  text-align: center;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color:white;
  font-size:14px;
  border:3px solid white;
  padding:0px 10px;
  transition:all 0.25s;
  z-index:3;
}
.thumbnail-box:hover label{
  font-size:14px;
}
.thumbnail-box img{
  position:absolute;
  width:100%;
  max-width:100%;
}
.thumbnail-box:hover img{
  transform: scale(1.5);
  transition:all 0.25s;
}
.fab-wrapper{
  display:none;
  position:fixed;
  bottom:85px;
  right:30px;
  border-radius:100%;
  background-color:#FF9D00;
  cursor:pointer;
  color:white;
  box-shadow:0px 0px 10px 1px #666;
  cursor:pointer;
  z-index:99;
  transition: all 0.25s;
}
.fab-wrapper .fab-btn{
  padding:15px;
  font-size:24px;
}
body.show-sidebar .fab-wrapper{
  right:-270px;
}
.hot-galleries li .thumbnail-box{
  height:75px;
}
.new-arrival-model .thumbnail-box{
  height:150px;
}
.new-arrival-model .item{
  border:1px solid #e1e1e1;
}
.new-arrival-model label{
  text-align: center;
}
#member_login_modal{
  z-index:10001;
}
