.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#map {
  z-index: 2;
  height: calc(100vh - 70px);
  margin-top: 70px;
}
.operations{
  width: 100%;
  padding: 2%;
  height: 100px;
}
.operations ul{
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.operations ul li {
    list-style: none;
    padding: 10px 21px;
    display: inline-block;
}
.purple-gradient {
    background: linear-gradient(40deg,#ff6ec4,#7873f5) !important;
}
.pro-add{
  width: 80%;
  margin: 0 auto;
  display: table;
}
.pro-add form{
  width: 100%;
}
.bmd-label-floating{
  color: #000!important;
}
.colors{
  width: 100%;
  padding: 2%;
}
.colors ul{
  padding: 0;
list-style: none;
}
.colors ul li{
  display: inline-block;padding: 1%;
}
.pro-pic-part{
  width: 100%;
  padding: 10px;
}
.pro-pic-part img{
  width: 100%;
}
.admin-info{
  width: 100%;
  padding: 2%;
}
.admin-info ul{
  padding: 0;
  margin: 0;
}
.admin-info ul li {
    list-style: none;
    margin-top: -59px;
    padding: 26px 32px;
    font-size: 20px;
}



/*add images*/
#page {
  text-align: center;
    font-size: 16px;
    margin: 150px auto;
}
#page h1 {
  margin-bottom: 4rem;
  font-family: 'Lemonada', cursive;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  font-size: 2rem;
}

/*** CUSTOM FILE INPUT STYE ***/
.wrap-custom-file {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 0 0.5rem 1rem;
  text-align: center;
}
.wrap-custom-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  overflow: hidden;
  opacity: 0;
}
.wrap-custom-file label {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 0.5rem;
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: 4px;
      margin-left: 30%;
    margin-top: 10%;
    height: inherit;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.wrap-custom-file label span {
  display: block;
  margin-top: 2rem;
  font-size: 16px;
  color: #777;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.wrap-custom-file label .fa {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  font-size: 1.5rem;
  color: lightcoral;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.wrap-custom-file label:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.wrap-custom-file label:hover span, .wrap-custom-file label:hover .fa {
  color: #333;
}
.wrap-custom-file label.file-ok {
  background-size: cover;
  background-position: center;
}
.wrap-custom-file label.file-ok span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  font-size: 1.1rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
}
.wrap-custom-file label.file-ok .fa {
  display: none;
}

.form-error{
  color: red!important;
}


.Productimg{
  width: 100px;
}
/*close images*/
/*profile*/
.operations-profile{
  width: 100%;
}
.operations-profile ul{
  list-style: none;

}
.operations-profile ul li{
  list-style: none;
 padding: 10px!important; 
 display: inline-block;
}
.colr{
  color: #fff!important;
}
.hov-acc{
  transition:2s ease-in-out;
}
.hov-acc:hover i{
transform: scale(1.2);
}

.hov-acc:hover img{
transform: scale(1.2);
}
.car-hove{
  transition: 1s ease-in-out;
}

.car-hove:hover{
  box-shadow: 3px 3px 8px #797878;
}
.up-lod-imgs{
  width: 100%;
}
.up-lod-imgs img{
  width: 100%;
}

.trending{
  margin: 10px !important;
}
.trending{
  margin-top: 10px !important;
  margin-bottom: 18px !important;
}