/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/*==========fonts----------------*/

@font-face {
  font-family: Georgia;
  src: url('font/FontsFree-Net-George.ttf');
}
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url('font/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
}
@font-face {
  font-family: PlayfairDisplay-Black;
  src: url('font/PlayfairDisplay/PlayfairDisplay-Black.ttf');
}
@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('font/PlayfairDisplay/PlayfairDisplay-Bold.ttf');
}
@font-face {
  font-family: Poppins-Regular;
  src: url('font/Poppins/Poppins-Regular.ttf');
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url('font/Poppins/Poppins-SemiBold.ttf');
}
/*===================================*/

/* colors used:
#84b814
#008ECC
#484f52 text color
#787b7d text color 2
#054966
    #fa8005
  #fc9730
  #d69f67
  #b8844f
  #4c5454
  #fff4e8
  #faf9f7
  #373c4a
  #ff8000
  #c76604
   errors: #fa2f2f 
   green: #60c720;
   red: #f7362f;

   */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
html, body{
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 14px;
}
body{
  background: #eee;
}
input, textarea, select{
  border-color: #008ECC !important;
}
textarea:focus, input:focus, select:focus{
    outline-width:0px !important;
    outline:none !important;
    box-shadow: 2px 15px 10px -10px #ddd !important;
}
button{
  text-transform: uppercase;
}
button:focus{
    outline-width:0px !important;
    background: #07597d !important;
    box-shadow: 2px 20px 20px -5px #aaa !important;
}
button:hover{
  box-shadow: 2px 20px 20px -5px #aaa !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.col{
  float:left;
}
.shine{
  background: #fff !important;
}
.shine i{
  color: #000 !important;
}
.shine .links_name{
  color: #000 !important;
}
.no_content{
  float:left;
  width:100%;
  font-size: 14px;
  color: rgba(0,0,0,.8);
  text-align: center;
  padding: 30px 0px;
}
.errorcolor{
  border: 1.1px solid red !important;
}
#backimg{
  position: fixed;
  top: 50px;
  left: -100px;
}
.stockdefine{
  position: relative;
  z-index: 9;
}

.search_banner{
  float:left;
  width:100%;
  height: auto;
  padding: 0px 0px 10px 0px;

}
.search_banner .input-group{
  float:right;
  width:auto;
}
#find_btn{
  font-size: 14px !important;
}
#find_btn i{
  color: #fff;
}
.help_text{
  float:left;
  width:100%;
  font-size: 13px;
  color: rgba(0,0,0,.8);
}

.sidebar{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  background: #11101D;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
  /*box-shadow: 8px 20px 20px -5px #ddd;*/
  
}
.sidebar.open{
  width: 250px;
}
.sidebar .logo-details{
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon{
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
  /* color: #fff; */
  font-size: 1px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: PlayfairDisplay-Regular;
  color:#fa8005;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
  font-size: 24px;
  opacity: 1;
}
.sidebar .logo-details #btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #ddd;
  display:inline;
  /*background-color: #e4473b;*/
}
.sidebar .logo-details #collapse{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #ddd;
  display:none;
  /*background-color: #e4473b;*/
}
.sidebar.open .logo-details #btn{
  display:none;
}
.sidebar.open .logo-details #collapse{
  display:inline;
}
.sidebar i{
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list{
  margin-top: 20px;
  height: 100%;
  /* overflow:auto; */
}
.sidebar li{
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li .tooltip{
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}


.sidebar.open li .tooltip{
  display: none;
}
.sidebar input{
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}
.sidebar.open input{
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar #search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  background: #1d1b31;
  color: #FFF;
}
.sidebar.open #search:hover{
  background: #1d1b31;
  color: #FFF;
}
.sidebar #search:hover{
  background: #FFF;
  color: #11101d;
}
.sidebar li a{
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  background: #11101D;
}
.sidebar li a:hover{
  background: #fff;
}
.sidebar li a .links_name{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open li a .links_name{
  opacity: 1;
  pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
  transition: all 0.5s ease;
  color: #11101D;
}
.sidebar li i{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li.profile{
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #1d1b31;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile{
  width: 250px;
}

.sidebar .profile #log_out{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out{
  width: 50px;
  background: none;
}
.sidebar .profile li a:hover i{
  transition: all 0.5s ease;
  color: #fff;
  background: #1d1b31;
}

.home-section{
  position: relative;      /* #E4E9F7 */
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}
.sidebar.open ~ .home-section{
  left: 250px;
  width: calc(100% - 250px);
}
.home-section .text{
  display: inline-block;
  color: #11101d;
  font-size: 20px;
  font-weight: 500;
  margin: 18px
}

.home-section .content{
	/*margin-top: 5%;*/
}

.sidebar.open ~ .home-section .content{
	/*margin-top: 7%;*/
}

@media screen and (max-height: 420px){
  .sidebar {padding-top: 15px;
    display:block;
    overflow:auto;
  }
  .sidebar a {font-size: 18px;}
  .sidebar li .tooltip{
    display: none;
  }
  .home-section{
  position: absolute;
  background: white;
  min-height: 100vh;
  overflow:auto;
  top: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.sidebar.open {
  width: 100%;
} 
  
}




/* Nav CSS */
nav{
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 65px;
  width: 100%;
  background: #11101d; /* #1b1b1b; */
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 100px;
  flex-wrap: wrap;
  box-shadow: 8px 20px 20px -5px #ccc;
}
nav .logo{
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
  line-height: 65px;
}
nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
nav ul li a.active,
nav ul li a:hover{
  color: #111;
  background: #fff;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

nav li .tooltip{
  position: absolute;
  top: 75px;
  left: 87%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
nav li:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  transform: translateY(-50%);
}

.sub_text2{
  font-family: PlayfairDisplay-Regular;
  color:#fa8005;
}

@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {
  nav .menu-btn i{  
    display: block;	
	float:right;
  }
  .home-section .content{
	/*margin-top: 50%;*/
 }
 
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
	overflow: auto;
	padding-bottom: 40px;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 30px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }   
}

.content{
  position: absolute;
  left: 0px;
  /*transform: translate(-50%, -50%);*/
  z-index: -1;
  width: 100%;
  height: auto;
  padding: 50px 30px;
}
.main_container{
  float:left;
  width:100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.success_ban{
  position: fixed;
  top:120px;
  right: 0px;
  z-index: 99;
  width: 25%;
  background: #60c720;
  color: #fff;
  font-size: 16px;
  padding: 25px 20px;
  box-shadow: 2px 8px 20px -5px #aaa;
  display: none;

}
.error_ban{
  position: fixed;
  top:120px;
  right: 0px;
  z-index: 99;
  width: 25%;
  background: #f7362f;
  color: #fff;
  font-size: 16px;
  padding: 25px 20px;
  box-shadow: 2px 8px 20px -5px #aaa;
  display: none;
}
.success_ban i,
.error_ban i{
  margin-right: 10px;
  font-size: 20px;
}

.predefine1{
  width:100%;
  float:left;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  border-radius: 5px;
  padding: 0px 20px 120px 20px;
}

.head{
  width:100%;
  float:left;
  height: auto;
  position: relative;
  top: -20px;
  text-align: left;
  background-image:linear-gradient(rgba(250,128,5,.5), rgba(250,128,5,.9)),url(../img/block1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 2px 20px 20px -5px #ddd; 
  padding: 10px 20px;
  border-radius: 5px;
}
.head1{
  float:left;
  width: 100%;
  color: #fff;
  font-size: 19px;
  text-transform: capitalize;
}
.head2{
  float:left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.prebody{
  float:left;
  width:100%;
  height: auto;
  margin-top: 20px;
}






/* Sticky navbar */
.content {
  padding: 16px;

}

.sticky {
  position:sticky;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


/* This is for dropdown */
.dropbtn {
  background-color: #e4473b; /* #3498DB; */
  /* color: white; */
  padding: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

/* .dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
} */

/*.dropdown {
  position: relative;
  display:block;
}*/

/* .dropdown-content {
  display: none;
  right: 0;
  left: auto;
  padding-left: 1px;
  padding-right: 1px;
  
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  
  color: black;
  padding: 9px 9px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}*/



/* Main dropdown of sidebar */

.dropdownFirst {
  position: relative;
  display: inline-block;
}
.dropdownbtn {
  background-color: #e4473b; /* #3498DB; */
  /* color: white; */
  padding: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.dropdownFirst-content {
  display: none;
  position: absolute;
  /* background-color: #f1f1f1; */
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownFirst-content a {
  
  color: white;
  padding: 5px 9px;
  text-decoration: none;
  display: block;
}

.dropdownFirst .show {
	display: block;}
.dropdownFirst a:hover {
	background-color: #ddd;
	color: black;
	}

/* content css */
#d2{
  z-index: 999;
  position: relative;
}
#notify-dropdown{
  border:none;
  background:none;
  font-size: 20px;
  float:right;
  cursor: pointer;
  text-align: center;
 /* margin-right: 15px;*/
}
#notify-dropdown:hover{
  box-shadow: none !important;
  background: none !important;
}
#notify-dropdown:focus{
  box-shadow: none !important;
  background: none !important;
}
#notification i{
  color:#fff;
}
.badge{
  height: 22px;
  width:22px;
  background:#ff8000;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top:4px;
  right: -12px;
}
#notification_dropdown,
#message_dropdown{
  width: 450px;
  padding: 20px 20px;
  line-height: 20px;
}
.noti1{
  float:left;
  width:100%;
}
.sub_noti1{
  float:left;
  font-size: 14px;
  font-family: Merriweather-Regular;
  color: rgba(0,0,0,.8);
}
.sub_noti2{
  float:right;
  font-size: 12px;
  color: rgba(0,0,0,.8);
  background:#fa8005;
  color:#fff;
  padding:2px 4px;
}
#msg1,
#msg2{
  color:#fff;
}
.noti_area{
  width:100%;
  float:left;
  height: 400px;
  overflow-y:scroll;
}
.noti2{
  width:100%;
  float:left;
  background:rgba(0,0,0,.05);
  padding:10px 0px;
}
.noti2_check{
  width:100%;
  float:left;
  padding:10px 0px;
}
.sub_noti3{
  width:20%;
  float:left;
  text-align: center;
  line-height: 40px;
}
.noti_cart_icon{
  color:#008ECC;
  font-size: 20px;
}
.noti_o_check{
  color:#ff8000;
  font-size: 20px;
}
.sub_noti4{
  width:80%;
  float:left;
  
}
.sub_sub_noti1{
  width:100%;
  float:left;
  font-size: 14px;
  color:#008ECC;
}
.sub_sub_noti4{
  width:100%;
  float:left;
  font-size: 14px;
  color:#008ECC;
  text-transform: capitalize;
}
.sub_sub_noti3{
  width:100%;
  float:left;
  font-size: 13px;
  color: rgba(0,0,0,.8);
}
.sub_sub_noti2{
  padding:5px 0px 0px 0px;
  width:100%;
  float:left;
  font-size: 12px;
  color:rgba(0,0,0,.9);
  text-transform: capitalize;
}
.sub_sub_noti2 i{
  position: relative;
  right: 4px;
  color: rgba(0,0,0,.8);
}
.noti_not_found{
  width:100%;
  float:left;
  text-align: center;
  font-size: 13px;
  color:rgba(0,0,0,.7);
}



