/* HEADER STYLES */

@media (max-width: 448px){
  .navbar-brand {
    position: fixed;
    top: 15px;
    left: 8%;
    margin-left: 20px;
  }

  .navbar {
    top: 10px;
    position: fixed !important;
    left: 10px;
    padding: .5rem 0 !important;
    /* z-index: -1; */
  }

  .cintillo .navbar-brand {
    position: fixed;
    top: 135px;
    left: 8%;
    margin-left: 20px;
  }

  .cintillo .navbar {
    top: 135px;
    position: fixed !important;
    left: 25px;
    padding: .5rem 0 !important;
    /* z-index: -1; */
  }
}


@media (min-width: 449px) and (max-width: 600px) {
  .navbar-brand {
    position: fixed;
    top: 5px;
    left: 12%;
    margin-left: 20px;
  }

  .navbar {
    top: 5px;
    position: fixed !important;
    left: 10px;
    padding: .5rem 0 !important;
    /* z-index: -1; */
  }

  .cintillo .navbar-brand {
    position: fixed;
    top: 95px;
    left: 8%;
    margin-left: 20px;
  }

  .cintillo .navbar {
    top: 95px;
    position: fixed !important;
    left: 25px;
    padding: .5rem 0 !important;
    /* z-index: -1; */
  }
}

@media (min-width: 576px) {

  .search-productos-mobile {
    display: none;
  }

  .top-no {
    display: none;
  }

  header .navbar-brand-mobile {
    display: none;
  }
}

.not-icon {
  display: block;
}

.other-options {
  display: flex;
}

.other-options .not-icon {
  margin: 0 10px;
}


@media (min-width: 600px) and (max-width: 991.9px) {

  .navbar-brand {
    position: fixed;
    top: 15px;
    left: 8%;
    margin-left: 20px;
  }

  .navbar {
    top: 15px;
    position: fixed !important;
    left: 25px;
    padding: .5rem 0 !important;
    /* z-index: -1; */
  }

  .cintillo .navbar-brand {
    position: fixed;
    top: 115px;
    left: 8%;
    margin-left: 20px;
  }

  .cintillo .navbar {
    top: 115px;
    position: fixed !important;
    left: 25px;
    padding: .5rem 0 !important;
    /* z-index: -1; */
  }
}


@media (max-width: 991.9px) {
  .other-options {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    justify-content: space-around;
    max-width: 100%;
    width: inherit;
    min-width: 317px;
    left: 0;
  }

  /*  .other-options .not-icon {
    margin: 0 0px;
  } */
  .first-content {
    padding-top: 70px;
  }

  header {
    padding: 0 0 1rem 0;
  }

  .header-bottom {
    margin-top: 0 !important;
  }

  .login-options {
    display: none;
  }

  .not-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*  position: fixed;
    bottom: 0; */
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* .not-icon.option-1 {
    left: 5%;
  }
  .not-icon.option-2 {
    left: 42%;
  }
  .not-icon.option-3 {
    left: 65%;
  }
  .not-icon.option-4 {
    left: 80%;
  } */
  .not-icon.option-3 img {
    height: 28px;
    width: auto;
  }

  .not-icon {
    display: block;
  }

  .search-productos {
    display: none;
  }

  .logo {
    margin: 0;
    width: 105px;
  }

  header .container-navbar-mobile {
    background-color: #21A01A;
    padding: 15px 10px 15px 0;
    position: fixed;
    z-index: 9999;
  }

  /* header .navbar-brand {
    display: none;
  } */

  header .navbar-brand-mobile {
    max-width: 30%;
  }

  .navbar-toggler {
    width: 10%;
  }

  #navbar .navbar-toggler-icon {
    display: inline;
    color: #000;
  }

  #navbarSupportedContent {
    padding-left: 20px;
    margin-top: 20px;
    background-color: #fff;
    width: 100vw;
    position: absolute;
    top: 35px;
    left: -10px;
  }

  #navbarSupportedContent .navbar-nav li button,
  #navbarSupportedContent .navbar-nav li a {
    color: #000;
  }

  .top-no {
    height: 79px;
  }

  .first-content {
    padding-top: 70px;
  }
}

.search-productos-mobile {
  width: 56%;
}

.nav-desktoptomobile {
  align-items: center;
}

.nav-desktoptomobile .navbar-toggler-icon {
  display: inline;
}

.header-bottom {
  background-color: #ffffff;
  margin-top: 1rem;
  border-top: 2px solid #E5E5E5;
}

.header-bottom .container {
  display: flex;
  align-items: center;
}

header {
  background-color: #fff;
  /* padding-top: 1rem; */
  position: fixed;
  width: 100%;
  z-index: 999;
}

@media (max-width: 991px) {
    .header-bottom {
        border-top: none;
    }
}

@media only screen and (max-width: 991.9px) {
  .carrito {
    height: 28px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .logo {
    width: 120px;
  }

  .first-content {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .first-content {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 992px) {
  /* header.sticky .logo {
    width: 50%;
  }

  header.sticky .navbar {
    padding: .2rem 1rem;
  } */
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
  .first-content {
    padding-top: 122px;
  }
}

.iniciar-sesion {
  display: flex;
  align-items: center;
}

.logo,
.navbar {
  transition: all .3s ease;
}

header {
  background-color: #fff;
  /* padding-top: 1rem; */
  /* padding-top: 1rem; */
  position: fixed;
  width: 100%;
  z-index: 999;
}