* {
    user-select: none; 
}

body {
    background-color: #ECECEC;
    background-image:url('bg.png');
    background-position-y: 60px;
    background-repeat:no-repeat;
    background-size:contain;
    overscroll-behavior-y: none;
    -webkit-user-select: none;
}

.button-enviar-main {
    margin-left: auto;
    margin-right: auto;
}

input {
    caret-color: #84716B;
}

.form-control:focus {
    border-color: #84716B;
    box-shadow: 0 0 0 0.2rem rgba(132, 113, 107, 0.25);
}

.navbar-main {    
    background: linear-gradient(148deg, rgba(133,129,188,1) 0%, rgba(127,92,96,1) 47%, rgba(229,50,18,1) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-main-ios {
    padding-top: env(safe-area-inset-top);
}

#topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.footer-main {
    background: linear-gradient(148deg, rgba(133,129,188,1) 0%, rgba(127,92,96,1) 47%, rgba(229,50,18,1) 100%);
    height: 280px;
    margin-top: 30px;
}

.footer-content{
    padding: 20px;
    text-align: center;
}

.footer-link {
  color: white;
}

.footer-link:hover{
  color: white;
}

.footer-link:visited{
  color: white;
}

.jumbotron-main {
    background-color: #ECFCFF00 !important;
}

.search-main {
    background-color: #FAFAF8;
    margin-left: auto;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -30px;
    top: 1px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}

.categories-main {
    overflow: scroll;
    margin-top: 20px;
}

.scroll::-webkit-scrollbar {
    width: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 0px;
}

.productos-list{
    min-width: 150px;
    max-width: 150px;
    margin-left: 10px;
    margin-bottom: 15px;
    background-color: #fffafa;    
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
   
}

.productos-list-imagen {
    text-align: center;
    background-color: white;
    border-radius: 5px;
}


.productos-list-precio {
    max-width: 150px;
    text-align: center;
    margin: 0px;
}

.productos-list-button {
}
.productos-list-qty{
  padding: 5px 20px 8px 20px;
  background: azure;
}
.requeridos{
    background-color: lightskyblue;
}
.productos-list-button-agregar {
    color: #585858;
    font-weight: bold;
    background-color: #eeeeee;
    border-color: #eeeeee;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4em;
}
.productos-list-nombre2 {
    /*white-space: pre-wrap;*/
    hyphens: auto;
    /*word-break: break-all;
    word-wrap: break-word;*/
    max-width: 200px;
    margin: 0px;
}

.productos-list-nombre {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    margin: 0px;
}

.productos-list-nombre-2 {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 75%;
    color: gray;
}

.productos-list-cantidad {
    color: #585858;
    font-weight: bold;
    background-color: #eeeeee;
    border-color: #eeeeee;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-top: 5px;
}

.fondo-panel{
    border-radius: 5px;
    background-color: white;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.listas{
    list-style-type: none;
}
.linea{
    background-color: lightgrey;
    min-height: 1px;
}
.categories-list{
    background-color: whitesmoke;
    padding: 5px;
    margin: 5px;
    margin-left: -10px;    
    border-radius: 5px;
}
.categories-list:hover{
    color: lightskyblue;
    background-color: #2f4f4f;
    cursor: pointer;
}
.tabla-compras-row {
    padding: 10px;
}
.carrito-vacio{
    text-align: center;
}
.categoria-txt{
    font-weight: bold;
    font-size: small;
    text-align: center;
    width: -webkit-fill-available;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    display: none;    
    width: 100%;
    border-radius: 5px;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav .icon {
    display: none;
  }  

 .topnav li.active > a {
	background-color: #333;
	color: #fff;
}

.fondo-panel.header {
    display: none;
}

.container{
    padding-right: 5px;
    padding-left: 5px;
}
  
  @media screen and (max-width: 600px) {
    .fondo-panel.categorias {display: none;}
    .fondo-panel.header {display: block;}
    .fondo-panel {
        padding: 10px;
        margin-top: 20px !important;
        margin: 0px;
    }
    /*.productos-list {
        margin-left: 10px;
        max-width: 150px;
        min-width: 150px;
    }
    .productos-list-precio {
        max-width: 150px;
        text-align: center;
    }
    .productos-list-button-agregar{
        line-height: 1.4em;
    }*/
    .container{
        padding-right: 5px;
        padding-left: 5px;
    }
    .topnav {display: block;}
    .input-search{width: 100%;}
    .search-main {width: 85%;}
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
 
  }
  
  
  @media screen and (max-width: 600px) {
 
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .modo-envio{
        margin: 5px;
    }
    .modo-pago{
        margin: 5px;
    }
    .total-venta{
        text-align: center;
        
    }
    
.boton-pedido{
    margin-left: auto;
}
}
 .boton-eliminar{

    margin-left: auto;
 }
.logo-empresa {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

.logo-empresa-landing {
    max-width: 100%;
    width: 100%;
}
.fondo-productos-inpar{
    background-color: darkgray;
}
.fondo-productos-par{
    background-color: lightcyan;
}

@media screen and (max-width: 320px) {

    .simplificada-productos{
        max-width: 100px;
    }
}
.simplificada-botones{
    text-align: right;
    min-width: 150px;
}

.myimg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
.myimg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 200px;
    margin-top: env(safe-area-inset-top);
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .espaciado{
      padding: 10px;
  }
  .producto-destacado{
     background-color: orange;
     padding: 10px;
  }

  .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 40vh;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.search-button {
    margin-left: auto
}

.scroll-touch {
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
  }
    
.scroll-auto {
    -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
  }

  .unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .kc_fab_main_btn{
    background-color:#01e675;
    width:60px;
    height:60px;
    border-radius:100%;
    background:#01e675;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;  
   /* -webkit-tap-highlight-color: rgba(0,0,0,0);*/
  }
  .posicion_fab_main{
    position:fixed !important; 
    right: 15px; 
    bottom: 15px; 
    z-index: 10;
  }
  
  .btn-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 10px;
    z-index: 10;
    color: white;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    border-radius: 50%;
    cursor: pointer;
 }

 .btn-whatsapp svg {
  width: 45px;
  height: 45px;
  padding: 10px;
  fill: white;
  vertical-align: middle;
}

.btn-delivery {
  position: fixed;
  bottom: 25px;
  left: 10px;
  z-index: 10;
  color: white;
  background-color: white;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  border-radius: 50%;
  cursor: pointer;
}

.btn-delivery img {
  width: 45px;
  height: 45px;
  padding: 10px;
  vertical-align: middle;
}

.icon-2x {
  font-size: 2em;
}

.icon-inline {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: red;
}

.carousel-caption {
    right: 5%;
    left: 5%;
    top: 20%;
    z-index: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font-size: 1.5em;
   }

   .enviosincargo {
     color: red;
   }
   .progress-bar.indeterminate {
    position: relative;
    animation: progress-indeterminate 3s linear infinite;
    background-color: black;
  }
  
  .progress {
    background-color: gray;
    border: none;
    box-shadow: none;
    height: 5px;
  }
  
  @keyframes progress-indeterminate {
     from { left: -25%; width: 25%; }
     to { left: 100%; width: 25%;}
  }

  .rechazado {
    color: red
  }

  .enviado {
    color: green
  }

  select {
    font-size: 14px;
    color: #000;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    background: #f7f9fa
  }
  
  select:focus {
    outline: 0
  }
  
  select .separator {
    font-size: 1px
  }