body {
     margin: 0;
     padding: 0;     
     background-size: cover;
	 background-color: #1b1b1b !important;
	 /*background-color: #fff !important;*/
	 color: #f3f3f3 !important;
	 font-family: "Roboto", sans-serif;
}

.card {
    background-color: #303030!important;
    border-radius: 20px 0 0;
}

.card img{
    border-radius: 20px 0 0;
}

.blinks {
    font-size: 15px;
    background-color: #861619;
    animation: blink 1s linear infinite;
}

.cat_head {
    font-size: 15px; 
    font-weight: 400; 
    border: 1px solid #454545; 
    padding: 6px 11px 6px 12px; 
    border-radius: 20px; 
    color: #ecebe9 !important;
}

@keyframes blink {
    50% {
        background-color:#f5cd79;
    }
}

.cart-btn {
    background: #f7941d!important;
    border: 1px solid #f7941d!important;
    border-radius: 20px;
}

@media (max-width: 575.98px) {
  .offcanvas-bottom {
    height: auto;
  }
}


/*
::-webkit-scrollbar {
    display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*/

/*Style Navbar Start*/

@media screen and (max-width: 415px) {
  .navbar {
    display: block;
  }
}
.navbar-icon-top .navbar-nav .nav-link > .fa {
	top: 3px;
	line-height: 12px;
	position: relative;
	width: 36px;
	font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
	top: -10px;
	font-size: 0.75rem;
	position: absolute;
	right: 0;
	font-family: sans-serif;
}

@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 992px) {
  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}
/*Style Navbar End*/

/* Sidebar */
@media screen and (max-width: 300px) {
  #mySidenav {
    display: none;
  }
}

#mySidenav a {
  position: absolute;
  left: -110px;
  transition: 0.3s;
  padding: 5px;
  padding-top: 6px;
  width: 150px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
  z-index: 1050;
  margin-top:3%;
}

#mySidenav a:hover {
  left: 0;
}
#mySidenav i {
  font-size: 20px;
  padding: 5px 5px 0px 0px;
}

#side01 {
  top: 80px;
  background-color: #04AA6D;
}

#side02 {
  top: 140px;
  background-color: #f44336;
}

#side03 {
  top: 200px;
  background-color: #ffcd39;
}

#side04 {
  top: 260px;
  background-color: #2081b9;
}

#side05 {
  top: 320px;
  background-color: #1ad181;
}

#side06 {
  top: 380px;
  background-color: #2081b9;
}

#side07 {
  top: 440px;
  background-color: #555;
}

#side08 {
  top: 500px;
  background-color: #9c27b0;
}

#side09 {
  top: 560px;
  background-color: #04AA6D;
}

#side10 {
  top: 620px;
  background-color: #f44336;
}

/*Page Setup*/
.layout {
	width: 100%;  
	height: 90vh;
	margin: 0px;
	padding: 0px;
	margin-top: 83px;
}
.load {
	background-color: #000;
	width: 100%;  
	height: 100%;
	margin: 0px;
	padding: 0px;	
}
.ui-autocomplete {
    z-index: 99999; /* adjust this value */
}

@media (min-width: 992px) {
  .portal {
    max-width: 65vw;
  }
}