 @import url('../css/font-style.css');

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* overflow-x: hidden; */
  /* font-family: "montserrat"; */

}

/* --------------------------------
Primary style

-------------------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18px;
}

*:focus {
  outline: 0 !important;
}

body {
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
/* .navbar{

} */
a {
  color: #26a69a;
  text-decoration: none;
}

.inner-addon input[type="text"]:hover{
  background-image: -o-linear-gradient(#e83e31, #D31A50);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e83e31), to(#D31A50));
  background-image: linear-gradient(#e83e31, #D31A50);
  color: white;
  cursor: pointer;
} */
/* .inner-addon input:hover::-webkit-input-placeholder {
  color: white;
} */
 .navbar{
  overflow: hidden;
  z-index: 1;
  /* position: fixed !important;
  top: 0; */
  width: 100%;
  z-index: 1 !important;
}
.navbar-default .row {
  margin: 0 !important;
}

.navbar .btn {
  border-radius: 20px;
  padding: 2px 10px 2px 10px;
  text-align: center;
  /* float: right; */
  margin-right: 26px;
}

.navbar .btn:hover {
  background-image: -o-linear-gradient(#e83e31, #D31A50);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e83e31), to(#D31A50));
  background-image: linear-gradient(#e83e31, #D31A50);
}

.navbar .cartbtn{
   /* font-family: arial; */
   font-family: "Roboto", sans-serif;
   font-weight: bold;

}
.navbar .cartbtn .glyphicon {
  color: white;
  padding-right: 4px;
}
.navbar .btn .user-1{
  padding-right: 4px;
  font-size: 16px;
}
.aligncenter {
  text-align: center;
}

.imgradius4 {
  margin-left: 1px;
  width: 200px;
  height: 90px;
  margin-top: -20px;
}

/*  */
/*  */
/* SIDEBAR CSS START */
#sidenavID {
  padding: 20px !important;
  text-align: center;
}

.sidebar {
  width: 200px;
  background-color: #f1f1f1;
  position: absolute;
  overflow-y: auto;
  height: 320px;
  width: 200px;
  top: 0;
}

.sidebar a {
  font-size: 20px;
  /* font-family: 'Acme', sans-serif; */
  font-family: "Roboto", sans-serif;
  display: block;
  color: black;
  padding: 5px;
  text-decoration: none !important;
  border-bottom: 1px solid #e4e4e4;
}

.sidebar ul:not(.browser-default) {
  margin-left: 0px;
}

.sidebar ul ul {
  background-color: #f1f1f1;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
  position: absolute;
  display: none;
  z-index: 99;
  left: 200px;
  top: 50px;
}

.sidebar .dropdown1:hover>ul {
  display: initial;
}

.sidebar ul ul .dropdown2 {
  display: none;
  position: absolute;
  left: 63px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}

.sidebar ul ul li:hover>.dropdown2 {
  display: initial;
}

.sidebar ul a.active {
  background-color: #e83e31;
  border-radius: 0 30px;
  color: white;
  text-decoration: none;
}

.sidebar ul a:hover:not(.active) {
  background-color: #e83e31;
  border-radius: 0 30px;
  color: white;
}

.sidebar ul span {
  position: absolute;
  right: 20px;
}

.sidebar ul li ul span {
  position: absolute;
  right: 5px !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 100;
  padding: 5px 5px 5px 5px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 4px !important;
}

.cart_sp {
  position: relative !important;
  left: 19px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e83e31;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.dropdown_content_m .fa-lock {
  color: #626262;
}

/* media queries */
/* media queries */
/* media queries */
/* media queries */
/* media queries */
/* media queries */
@media screen and (max-width: 833px) and (min-width: 700px) {
  .sidebar {
    width: 180px;
    height: auto;
    position: relative;
  }
}

@media screen and (min-width: 400.5px) and (max-width: 767.5px) {
  .sidebar {
    height: auto;
  }

  .fnbHeader-image-size {
    position: relative;
    top: 9px;

  }
}

@media screen and (max-width: 767.5px) {
  .sidebar {
    width: 100%;
    position: relative;
  }

  .sidebar a {
    float: left;
  }

  div.content {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 400.5px) {
  .sidebar {
    height: 200px;
    overflow-y: scroll;
  }
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* SIDEBAR CSS END*/
/*  */
/*  */

/*  */
/*  */
/* media query */
@media only screen and (max-width: 991px) {
  #img3 {
    margin-top: 10px;
  }

  .BestPicks {
    padding: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  #img2 {
    margin-top: 10px;
  }

  .navbar .btn {
    top: 0px;
    position: relative;
  }

}

@media only screen and (max-width: 701px) {
  .CafeRow .col-xs-2 img {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .property {
    height: 100px;
    margin-bottom: 10px;
    -webkit-box-shadow: black 2px 2px 5px 1px;
    box-shadow: black 2px 2px 5px 1px;
  }

  .text {
    font-size: 13px;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 501px) {
  .CafeRow h4 {
    font-size: 15px;
    word-spacing: .1rem;
  }

  .CafeRow p {
    font-size: 12px;
    word-spacing: 0.1em;
    line-height: 1em;
  }

  .CafeRow .col-xs-2 img {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 548px) {
  #moves {
    margin-left: 200px;
  }
}

@media only screen and (max-width: 440px) {
  .CafeRow h4 {
    font-size: 13px;
    word-spacing: .1em;
  }

  .CafeRow p {
    font-size: 10px;
    letter-spacing: 0em;
    word-spacing: 0em;
  }

  .CafeRow .col-xs-2 img {
    margin-top: 10px;
    width: 40px;
    height: 40px;
  }

  .CafeRow .col-xs-1 img {
    margin-top: -10px;
    width: 12px;
    height: 12px;
  }
}

@media only screen and (max-width: 395px) {
  .CafeRow h4 {
    font-size: 12px;
    margin-left: -5px;
  }

  .CafeRow p {
    font-size: 9px;
    margin-left: -5px;
  }

  .CafeRow .col-xs-2 img {
    width: 35px;
    height: 35px;
  }

  .CafeRow .col-xs-1 img {
    width: 11px;
    height: 11px;
  }

  .CafeRow .col-xs-3 {
    width: 70%;
  }
}

@media only screen and (max-width: 390px) {
  .BestPickText {
    margin-top: 2px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 339px) {
  .navbar .btn {
    /* width: 50px; */
    font-size: 10px;
  }

  .navbar .cartbtn .glyphicon {
    font-size: 8px;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 321px) {
  .BestPickText {
    margin-top: 1px;
    font-size: 10px;
  }

}

.buy_now a {
  text-decoration: none;
  color: #000;
}

.buy_now a:hover {
  text-decoration: none;
  color: #000;
}

#categories_navbar_margin_bottom {
  margin-bottom: 2px;
}

.navbar-default {
  background-color: #ffffff;
}
