body {
  font-family: "Roboto", sans-serif;
}
/* Navbar */
nav {
  /* height: 56px; */
  color: #9b9b9b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  background: #f6c23e !important;
}

.brand-logo-dark {
  max-width: 140px;
  max-height: 58px;
  width: auto;
  height: auto;
  margin-left: 20px ;
}

#carrito {
  margin-right: 50px !important;
}
.rounded-pill {
  width: 25px;
  height: 25px;
  padding-top: 3px !important;
  
}
.fa-shopping-cart {
  font-size: 25px !important;
} 
/* footer  */
.footer-classic {
  padding: 48px 0 50px !important;
}
.bg-gray-700 {
  background-color: #262626 !important;
}
.list-terms-custom dt,
.bg-gray-700 p,
.bg-primary p {
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.list {
  padding: 0 !important;
}
li > p {
  margin: 2px !important;
}
.link-default,
.footer-classic a {
  text-decoration: none !important;
}
.mail-icon {
  font-size: 1.2rem;
}
.nfix {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 1030;
}
::-webkit-scrollbar {
  display: none;
}
::selection {
  background: #f6c23e;
  color: #ffffff;
}
.desproduct {
  scroll-behavior: auto;
  height: 80px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.ie-panel {
  display: none;
  background: #212121;
  padding: 10px 0;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
}
html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel {
  display: block;
}
.a-hover {
  color: #fff !important;
}
.a-hover:hover,
.a-hover:active,
.a-hover:focus,
.footer-classic a:hover {
  color: #f6c23e !important;
  transition: linear 0.4s;
}
.button-default,
.button-default:focus {
  color: #ffffff !important;
  padding: 16px 30px;
  width: 165px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  border: none;
  background-color: #f6c23e !important;
  border-color: #f6c23e !important;
}
.button-default:hover {
  background: rgba(0, 0, 0, 0.25) !important;
  transition: linear 0.4s;
}
.input-correo {
  width: 100%;
  background: transparent;
  border: none !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  outline: none;
  border: 0;
}
.div-correo {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
}
.footer-classic a,
.footer-classic p {
  color: rgba(255, 255, 255, 0.4);
}
.footer-classic li {
  font-size: 15px;
  font-weight: 500;
  list-style: none;
}
#warning-email {
  position: absolute;
  right: 15px;
  top: 72px;
  font-size: x-small;
  margin: 0;
  color: #f5543f !important;
}


@media (max-width: 991px) {
  #carrito {
    display: none;
  }
  .nav-link {
    margin-left: 30px !important;
  }
  .navbar-nav:first-child {
    margin-top: 20px !important;
  }
  .rounded-pill {
    width:20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #contadorcarritocell {
    font-size: 12px;
  }
  .fa-shopping-cart {
    font-size: 25px !important;
  }
  #el-carrito {
    position: absolute !important;
    right: 75px !important;
    top: 15px !important;
  }
  .fa-shopping-cart {
    margin-left: 15px !important;
  }
}
.zoomp{
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  z-index: 5;
}

.zoomp > i{
  font-size: 20px;
  padding: 8px;
  border-radius: 50%;
  background: #ffeeee7e;
  
}