/* @import url("https://assets/fonts.googleapis.com/css?family=Noto+Sans&amp;display=swap"); */
body {
  position: absolute;
  min-height: 100%;
  color: #e0e0e0;
}

#barraInferiorContent {
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  position: absolute;
}

.delete-menu {
  position: absolute;
  background: white;
  padding: 3px;
  color: #666;
  font-weight: bold;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer;
}

.delete-menu:hover {
  background: #eee;
}

.reportProduct {
  width: 160px;
  left: calc(calc(100% - 160px) / 2);
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: #ff0000;
  border-radius: 4px;
  position: relative;
  top: 15px;
  display: none;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #ff0000;
}

.alertaMensajeEntrada {
  height: 25px;
  width: 70%;
  margin: 0 auto;
  border-radius: 4px;
  display: block;
  background-color: lightgray;
  position: relative;
  margin-top: 15px;
  font-size: 11px;
  color: #646464;
  padding-left: 10px;
}

.productViewContainer:hover .reportProduct {
  display: block;
}

.reportProduct:hover {
  border: 2px solid #ff0000;
  background: rgba(255, 0, 0, 0.23);
  color: white;
}

#blogLinkImg {
  height: 14px;
  width: 15px;
  float: left;
  margin-top: 2px;
}

#content {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

#myCart {
  display: inline-block;
}

#searchImg {
  position: absolute;
  height: 20px;
  margin-top: 7px;
  margin-left: 61px;
}

#searchBar {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: white;
  height: 0px;
}

#searchSite {
  width: 70%;
  display: block;
  position: relative;
  margin: 0 auto;
  height: 30px;
  padding: 3px;
  padding-left: 10px;
  color: black;
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: 1px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

#barraInferior {
  position: relative;
  width: 100%;
  height: 47px;
}

.widthContainer {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.selectedTriangle {
  position: absolute;
  background-image: url(../../files/selectedTriangle.html);
  background-size: cover;
  height: 20px;
  width: 25px;
  top: -10px;
}

#selectedTriangle1 {
  left: 250px;
}

#selectedTriangle2 {
  left: 345px;
}

#selectedTriangle3 {
  left: 440px;
}

#selectedTriangle4 {
  left: 522px;
}

#selectedTriangle5 {
  left: 612px;
}

#selectedTriangle6 {
  left: 710px;
}

#selectedTriangle7 {
  left: 793px;
}

#blogLink {
  position: relative;
  float: left;
  margin-top: 6px;
}

#searchImg:hover {
  cursor: pointer;
  opacity: 0.8;
}

#blogText {
  display: inline-block;
  float: left;
  margin-top: 3px;
  margin-left: 5px;
}

#myCartImg {
  width: 17px;
  float: left;
  display: inline-block;
  margin-top: 7px;
  margin-left: 8px;
}

#myCartText {
  float: left;
  display: inline-block;
  margin-top: 9px;
  margin-left: 5px;
}

#aboutUs {
  float: left;
  margin-top: 9px;
  margin-right: 10px;
}

#stores {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

#logIn {
  float: left;
}

#logIn:hover {
  cursor: pointer;
}

#loginImg {
  float: left;
  margin-left: 10px;
  width: 18px;
  margin-top: 7px;
}

#searchSpace {
  width: 100%;
  height: 0px;
}

#viewCart {
  float: left;
  display: block;
  padding-left: 10px;
  padding-top: 9px;
  padding-right: 3px;
}

#viewCart:hover {
  cursor: pointer;
}

#profile {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
  margin-right: 3px;
}

#profile:hover {
  cursor: pointer;
}

#logout {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
}

#logout:hover {
  cursor: pointer;
}

#headerCarrito {
  position: relative;
  height: 20px;
  top: -4px;
}

#orderProductNumber {
  position: relative;
  float: left;
  background-color: #d34848;
  margin-right: 5px;
  color: white;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 12px;
  line-height: 16px;
  padding-right: 1px;
}

.tituloInicioSesion {
  display: none;
}

#headerWrapper {
  display: inline-block;
  position: relative;
  width: auto;
}

#mensajeAlertaMensaje {
  position: relative;
  width: 80%;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
  letter-spacing: 1px;
}

#logoMensajeAlerta {
  width: 80%;
}

.elementoMovil {
  display: none !important;
}

#adminBarDiv {
  position: fixed;
  left: 0px;
  top: 130px;
  width: 300px;
  z-index: 999;
  display: none;
}

#adminBarTitle {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #00253f;
  color: white;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  transition:
    border-radius 0.1s ease-out,
    width 0.1s ease-out;
  -moz-transition:
    border-radius 0.1s ease-out,
    width 0.1s ease-out;
  -webkit-transition:
    border-radius 0.1s ease-out,
    width 0.1s ease-out;
  -o-transition:
    border-radius 0.1s ease-out,
    width 0.1s ease-out;
}

#adminContent {
  position: relative;
  float: left;
  width: 100%;
  color: #4d5550;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  height: 0px;
  overflow: hidden;
  background-color: #e2e2e2;
  border-radius: 0px 0px 10px 0px;
  overflow: auto;
}

#contentDiv {
  width: calc(100% - 40px);
  margin-left: 20px;
  height: auto;
  float: left;
  display: block;
  margin-top: 10px;
}

#adminBarTitle.open {
  border-radius: 0px 10px 0px 0px;
  width: 100%;
}

.subcontentName {
  position: relative;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  margin-top: 2px;
  cursor: pointer;
  display: inline-block;
}

.contentTitle {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: #00253f;
  margin-bottom: 6px;
}

#pagoPrincipal2Contenido {
  display: block;
  max-width: 500px;
  position: fixed;
  width: 470px;
  top: 75px;
  background-color: #ffffff;
  right: 35px;
  z-index: 2000000000;
  box-shadow: 0 4px 5px 0px #0000002e;
  padding: 10px;
}

#pagoPrincipal2 {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 3;
  position: absolute;
}

#pagoPrincipal2.opened {
  display: block;
}

#finishOrder {
  width: 40%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  padding-bottom: 0;
  justify-content: center;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #ef9249;
  border: 1px solid #ef9249;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.085em;
  font-family: "Cambay" !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#finishOrder:hover {
  color: #ef9249;
  background-color: #ffffff;
}

.productTitle {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef9249;
}

#titlesFlex {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Cambay" !important;
}

#cartTitle {
  display: none;
}

#newOrder {
  background: #00253f;
  margin-top: 11px;
  border-radius: 3px;
  margin-bottom: 11px;
  height: 32px;
  margin-left: 32px;
  margin-right: 11px;
  text-align: center;
  line-height: 33px;
  color: white;
  cursor: pointer;
  float: left;
  width: 200px;
}

#newOrderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

#newOrderDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 340px;
  border: 1px solid white;
  background-color: #ebe3d4;
  background-color: white !important;
  border: 1px solid #606060 !important;
  height: 355px;
  border-radius: 8px;
}

#newOrderTitle {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #ccc;
}

.orderDiv {
  color: #00253f;
  margin-left: 5px;
  padding: 4px;
  padding-left: 6px;
  width: 92%;
  font-size: 14px;
  float: left;
  border: 1px solid #525252;
  border-radius: 6px;
  margin-bottom: 5px;
}

.deleteOrder {
  float: right;
  cursor: pointer;
}

.orderName {
  float: left;
  margin-top: 6px;
  margin-left: 5px;
}

#newOrderAccept {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 340px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#newOrderAccept:hover {
  border: 1px solid #00253f;
  color: #00253f;
  background-color: transparent;
}

.alertaMensajeCerrar {
  color: #333234;
}

#newOrderCloseButton {
  color: black;
  font-size: 20px;
}

.alertaContFijo {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
}

.contDivMensajeAlerta {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.contDivisorMensajeAlerta {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 335px;
  border: 1px solid black;
  border-radius: 10px;
  background-color: white;
}

.logoMensajeAlertaDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.logoMensajeAlerta {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.mensajeAlertaMensaje {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
  letter-spacing: 1px;
}

.mensajeAlertaAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.mensajeAlertaAceptar {
  background-color: #c94633;
  border: 1px solid #c94633;
  line-height: 35px;
}

.mensajeAlertaAceptar:hover {
  cursor: pointer;
  opacity: 0.8;
}

.alertaMensajeCerrar {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding-top: 1px;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
}

.alertaMensajeCerrar {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: white;
  padding-top: 1px;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}

#source {
  position: relative;
  float: left;
  width: 70%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  margin-left: 15%;
  color: #606060;
}

#salesmanInputsDiv {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}

.orderChannelLogo {
  width: 22px;
  float: left;
}

.orderChannelInput {
  width: 66%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 15%;
  color: #606060;
  display: none;
  padding-left: 3%;
}

.ordersContainer {
  margin-bottom: 20px;
  overflow: hidden;
}

.pendingOrders {
  width: auto;
  float: left;
  cursor: pointer;
}

#divCarritoMensaje {
  width: 600px;
  height: 300px;
}

.mensajeMenu {
  margin-top: 38px;
  width: 100%;
  text-align: center;
  float: left;
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.alertaColumna1 {
  width: 45%;
  float: left;
}

.alertaColumna2 {
  width: 55%;
  float: right;
  padding-top: 20px;
}

#carritoProductoImagen {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

#carritoProductoTitulo {
  color: black;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
}

#carritoPrecioProducto {
  position: relative;
  float: left;
  color: #9c9c9c;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

#carritoEspecificaciones {
  width: 100%;
  float: left;
  height: 50px;
}

.specContainer {
  color: black;
  text-transform: lowercase;
  font-size: 14px;
  width: fit-content;
  float: left;
  margin-right: 25px;
}

.specTitle1 {
  float: left;
  padding-top: 5px;
  font-weight: bold;
  margin-right: 10px;
}

.cartSpecImage {
  float: left;
  width: 26px;
}

.cartNoImageSpec {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
}

#btnMensajeCarrito {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.carritoMensajeAceptar {
  display: block;
  float: left;
  width: 140px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: lowercase;
}

.whatsAppWebContainer {
  width: 200px;
  height: 66px;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 1000;
  transition:
    bottom 0.1s ease-out,
    width 0.1s ease-out;
  -moz-transition:
    bottom 0.1s ease-out,
    width 0.1s ease-out;
  -webkit-transition:
    bottom 0.1s ease-out,
    width 0.1s ease-out;
  -o-transition:
    bottom 0.1s ease-out,
    width 0.1s ease-out;
}

.whatsAppWebContainer.open {
  bottom: 45px;
}

.whatsAppWebLogo {
  width: 100%;
  height: 100%;
}

#opcionesCuenta,
#opcCuenta1,
#opcCuenta2 {
  position: relative;
  float: left;
  width: 94px;
  height: 50px;
  /*overflow: hidden;*/
  font-size: 14px;
  color: white;
  text-align: center;
}

#opcionesCuenta:hover,
#opcCuenta1:hover,
#opcCuenta2:hover {
  height: 119px;
}

#perfilUsusario1,
#perfilUsusario2 {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 30px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
  font-size: 12px;
}

#miPerfilUsuario {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#miPerfilUsuario:hover {
  background-color: #03144a;
  color: white;
}

#perfilUsusario1:hover {
  background-color: #03144a;
  color: white;
}

#perfilUsusario2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser1,
#logoUser2 {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#iconoTriangulo {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

#logoUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#iconoTriangulo,
#iconoTriangulo1,
#caretUp {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

.divProductosRelacionables {
  position: relative;
  width: 550px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}

.relatedProductsTitle {
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.divDeslizableProductosRelacionados {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.productos relacionadosDivDeslizable {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.flechaIzqDeslizante {
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
  cursor: pointer;
}

.flechaDerechaDeslizable {
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  cursor: pointer;
}

#btnFooter {
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.rights {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
}

.byRhino {
  display: block;
  height: 100%;
  float: right;
  margin-right: 100px;
}

body .fa,
body .far,
body .fas {
  font-family: "Font Awesome 5 Free" !important;
}

@media screen and (max-width: 768px) {
  .byRhino {
    margin-right: 0px;
  }
  html {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
  }
  .contenidoCentrado,
  .widthContainer {
    width: 90% !important;
  }
  .elementoMovil {
    display: block !important;
  }
  .elementoEscritorio {
    display: none !important;
  }
  #content {
    min-width: 0px;
  }
  .elementoResponsivo {
    min-width: 0px !important;
  }
  #divCarga {
    position: relative;
    margin: 0px auto;
    top: calc(50% - 20px);
    width: 40px;
  }
  #adminBarDiv {
    top: 70px;
    width: 230px;
  }
  #newOrder {
    margin-top: 24px;
    margin-left: 22px;
    width: 190px;
  }
  #divCarritoMensaje {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
    height: auto;
    overflow: hidden;
  }
  .alertaColumna1,
  .alertaColumna2 {
    width: 100%;
  }
  #carritoProductoImagen {
    width: 120px;
    height: 120px;
  }
  #carritoProductoTitulo {
    text-align: center;
  }
  #carritoPrecioProducto {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  #content {
    max-width: 1024px;
  }
  #adminBarTitle {
    font-size: 9px;
  }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .widthContainer {
    width: 100vw;
    min-width: unset;
  }
  #content {
    min-width: unset;
  }
}
