  #portada-poup-reserva{
     position:fixed;
    
     bottom:0;
     left:0;
     width: 521px;
     /*height: 50px;*/
     z-index:99;
     height: 147px;
    
    /* background: url("../../images/Icono/pop-up-v1.png");*/
    background-image: url("../../images/Icono/pop-up-v1.png");
    /*background-position: center bottom;*/
    /*background-size: 100% 100%;
    background-repeat: no-repeat;*/
    margin:0px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.15) !important;
          box-shadow: 0 0 25px rgba(0,0,0,.15) !important;
    opacity: 1;
    }
    @media only screen and (max-width: 600px) {
    #portada-poup-reserva {
         width: 100%;
         display: none;
    }
}
  .close-pop-reser {
    position: absolute;
    top: -12px;
    right: -11px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #918686;
    border-radius: 30px;
    display: inline-block;
    height: 22px;
    width: 22px;
    background: #575757 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTUgNTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDU1IDU1IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyBpZD0iY2xvc2UiPjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNDMuNSwxNC43IDQwLjMsMTEuNSAyNy41LDI0LjMgMTQuNywxMS41IDExLjUsMTQuNyAyNC4zLDI3LjUgMTEuNSw0MC4zIDE0LjcsNDMuNSAyNy41LDMwLjcgNDAuMyw0My41IDQzLjUsNDAuMyAzMC43LDI3LjUgIi8+PC9nPjwvc3ZnPg==);
    /*background-size: 22px;*/
      }



  #preloader  {
     
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     /*
     background-color: #000;
     opacity: .5;
     */
     z-index: 2000;
    height: 100%;
    position: fixed;
 }

 #status  {
     width: 50px;
     height: 50px;
     position: absolute;
     left: 50%;
     top: 50%;
    /* background-image: url(dist/img/loader/primary.gif); */
     background-image: url(../../images/Icono/Loader2.gif);
     background-size: 100% 100% ;
     background-repeat: no-repeat;
     background-position: center;
     margin: -50px 0 0 -50px;
     z-index: 1990;
     opacity: 1;
  }

  #preloader-brand  {
     background: url(../../images/movil/fondo_3.png);
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     /*
     background-color: #000;
     opacity: .5;
     */
     z-index: 2000;
    height: 100%;
    position: fixed;
 }

 #status-brand  {
     width: 95px;
     height: 50px;
     position: absolute;
     left: 50%;
     top: 50%;
    /* background-image: url(dist/img/loader/primary.gif); */
     background-image: url(../../images/Icono/logo-blanco.png);
     background-size: 100% 100% ;
     background-repeat: no-repeat;
     background-position: center;
     margin: -50px 0 0 -50px;
     z-index: 1990;
     opacity: 1;
  }


  #banner-icon-toma-pedidos {
    position: fixed;
    top: 20%;
    right: 0;
    height: 100px;
    width: 5%;
    z-index: 9999;
    /* background: red; */
    /* margin: 20px; */
    opacity: 1;
}

  #banner-icon-Whatsapp {
    position: fixed;
    /*top: 40%;**/
    bottom: 0%;
    right: 0;
   /* height: 100px;*/
    width: 10%;
    z-index: 9999;
    /* background: red; */
    /* margin: 20px; */
    opacity: 1;
}

/* icon arrow order */
  .icon-ar {

    position: fixed;
    top: 25%;
    right: 50px;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 60px;
    z-index: 99999;
    cursor: pointer;
    display: none;
    
  }

  .arrow {
    position: absolute;
    top: 25px;
    width: 90%;
    height: 10px;
    background-color: #d9534f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    animation: arrow 700ms linear infinite;
  }

  .arrow::after, .arrow::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 10px;
    right: -8px;
    background-color: #d9534f;
  }

  .arrow::after {
    top: -12px;
    transform: rotate(45deg);
  }

  .arrow::before {
    top: 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
  }


/* end icon arrow order*/

@media only screen and (max-width: 600px) {
  #banner-icon-toma-pedidos {
    display: none;
    position: fixed;
    top: 10%;
    right: 0;
    /*height: 100px;*/
    width: 20%;
    z-index: 9999;
    /* background: red; */
    /* margin: 20px; */
    opacity: 1;
}


  #banner-icon-Whatsapp {
    position: fixed;
    /*top: 40%;*/
    bottom: 0%;
    right: 0;
   /* height: 100px;*/
    width: 20%;
    z-index: 9999;
    /* background: red; */
    /* margin: 20px; */
    opacity: 1;
}

}








 /*top bar*/
.top-bar-message-out{
 font-size:40px !important;font-weight: bold !important; 
}


  .bs-caret{
    display: none !important;
  }
  /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
        /*height: 100%; */
        height: 300px;
      }

      #map2 {
        /*height: 100%; */
        height: 400px;
      }

      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }
      /*
      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }
      */

      #title {
        color: #d9534f !important;
         font-size: 35px;        
         /*background-color: #4d90fe;*/
       
        font-weight: 500;
        padding: 6px 12px;
      }

      .pac-container {
    z-index: 1051 !important;

    box-shadow: none !important;
    border-top: none !important;
}

/* Slider */
.tp-banner{
  height: 600px !important;
}
.img-slider-inicio{
  height: 600px !important;
  width: 100% !important;
}
#slider-boton-action{
 position:absolute !important;
 /*margin-left:10px !important;*/
 /*bottom: 0px !important;*/
}

#out-promociones-inicio{
  /*margin: 50px 0px;*/
  margin-bottom: 0px !important;margin-top: 70px !important;
}

#out-familia-inicio{
 margin-bottom: 0px !important;margin-top: 50px !important;
}

.title-promociones-bnd{
    /* font-size: 22px; */
    font-weight: bold;
    letter-spacing: 3px;
    color: #2d3a4b;
    text-transform: uppercase;
    margin: 1px 0px;
}



/* Scroll */

.scrollbar {
    /*margin-left: 30px;*/
    float: left;
   /* height: 300px;*/
    width: 100%;

    background: #fff;

    overflow-y: scroll;

    /*margin-bottom: 25px;*/
}
.force-overflow {
    min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {

  width: 2%;
  background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285F4; }

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547; }


.scrollbar-dark::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #7a8798;
  border-radius: 10px; }

.scrollbar-dark::-webkit-scrollbar {
  width: 2px;
  background-color: #7a8798; }

.scrollbar-dark::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #7a8798; }






.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851; }

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #3DC7BE; }

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD; }

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc; }


@font-face {
    font-family: 'La-Cithare';

    src: url('../../fonts/La-Cithare.ttf');
}
.fuente-v1 {
    font-family: La-Cithare;
}


@font-face {
    font-family: 'Heart';

    src: url('../../fonts/FontsFree-Net-BringHeart-Regular.ttf');
}

@font-face {
    font-family: 'Blackford';

    src: url('../../fonts/Blackford.ttf');
}
.fuente-v1 {
    font-family: La-Cithare;
}
.fuente-v2 {
    font-family: Heart;
}

.fuente-v3{
 font-family: Blackford; 
 text-transform: lowercase !important;
 color: #2d3a4b !important;
 font-size:45px !important;
 font-weight: bold;
}
.fuente-v4{
 letter-spacing: 0;
 text-transform: uppercase !important;
 color: #2d3a4b !important;
 font-size:35px !important;
}




/* Radiobutton*/

/* The container */
.contenedor-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.contenedor-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contenedor-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contenedor-radio input:checked ~ .checkmark {
 /* background-color: red; */
 background-color: #2d3a4b;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contenedor-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contenedor-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}



/* estilos botonera */


/* Botones Minimos */
.boton-operaciones-cantidad{
    border: 0px;
    width: 40px;
    height: 40px;
    background: #2d3a4b !important;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}
.boton-operaciones-cantidad-carrito{
    border: 0px;
    width: 18px;
    height: 20px;
    background: #2d3a4b !important;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 8px;
    font-weight: 800;  
}
.boton-operaciones-cantidad-paquete{
    border: 0px;
    width: 30px;
    height: 30px;
    background: #2d3a4b !important;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 8px;
    font-weight: 800;  
}
.input-cantidad-carrito{
    width: 50px !important;
    text-decoration: none !important;
    border: none;
    text-align: center;
    background: none !important; 
}

.boton-confimar-botonera{
      padding: 0px 15px;
      font-size: 15px;
      border-radius: 15px;
}

/* badge  TIendas*/

.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.posicion-flecha-tienda{
    position: absolute;
    float: right;
    right: 0;
    top: 30%;
    padding: 10px;
    font-size: 15px;
    /* color: green; */
    color: #7a8798;

}
.estilo-flecha-tienda{
    color: #7a8798;
    float: left;
    content: "\e079";
    font-family: 'Simple-Line-Icons';
}
.titulo-tienda-local{
    color: #fff;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
}
.contenedor-tienda{
    border: none;
    /*border-bottom: 2px solid #d1d5db;*/
    border-bottom: none !important;
    background: #2d3a4b;
}


.modal-content {
    border-radius: 25px !important;
}
.modal-footer button {
    padding-top: 0px !important;
    border-radius: 25px !important;
}

.modal-header button{
    
    margin: 0;
    color: white;
    background: #2d3a4b;
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    opacity: 1;
    text-shadow: none;
    font-weight: bold;

}
.btn-popup{
     margin:5px 25px 0px 0px;
    color: white;
    background: none;
   /* width: 45px;
    height: 45px;
    */
    padding: 1px 20px;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 48px;
    opacity: 1;
    text-shadow: none;
    font-weight: bold;
    position: absolute;
    right: 0; 
}

header{
  /*position: fixed !important;*/
}


.name-familia{
 font-size:15px !important;letter-spacing:0px !important; 
}
.name-paquete{
 font-size:15px !important;letter-spacing:0px !important; 
}
.imagen-paquete-d{
  max-width: 100%;
  height: 500px !important;
}


/* GRIDVIEW CARRITO*/
.title-widget-carrito{
    font-size: 12px;
    margin: 2px 0px;  
    font-weight: bold;
}
.widget-carrito-price{
  margin: 0px; 
}
.subtitle-widget-carrito{
   line-height: 13px;
    font-size: 13px;
}
.rowcardord{
  min-height: auto;  
    cursor: pointer !important;
    border-radius: 15px !important;
    position: relative;
    display: block !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: 20px !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.rowcardord-icons{
   position: absolute;
    top: 50%;  
    right: 0;
    transform: translate(-50%, -50%); 
}

.rowcardord-price{
   position: absolute;
    top: 10%;  
    right: 0;
    transform: translate(-10%, -10%); 
}

.rowcardord-remove-item{
    position: absolute;
    top: 50%;  
    right: 3%;
    transform: translate(-20%, -20%); 

}
.rowcardord-message-seguimiento-p{
    position: absolute;
    top: 72%;  
    right: 1%;
    font-size:9px;
    transform: translate(-10%, -10%); 
    color: black;
    font-weight: bold;

}

/*DETALLE PAQUETE */
.precio-paquete{
  color:#a41539 !important;
  margin-top: 10px !important;
}
.titulo-producto-botonera{
  font-weight: bold;
    font-size: : 15px;
    color: #2d3a4b !important;
}
.producto-botonera{
  font-size: 12px;
  color: #2d3a4b;
  font-weight: normal;
}

.title-pqt-details{
   /* color: #a41539;*/
    color: #2d3a4b;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0px !important; 
}
.data-transformasd,
.titulo-combinacion-pq{
    font-weight: normal;
    font-size: 14px;
    color: #2d3a4b;
    margin: 0px;
    padding: 15px 0;
    /*border-bottom: 1px solid #d1d5db; */
}
.combinacion-paquete-contenedor{
    border-bottom: 1px solid #d1d5db; 
    padding-bottom: 5px
}

#precio_base_detalle{
  color:#a41539 !important;
}
.paquete-descripcion-insumo{
    font-weight: normal;
    font-size: 14px;
    color: #2d3a4b;
    margin: 0px;
    padding: 15px 0;  
   border-bottom: 0 !important;
  text-align: justify !important; 
  margin-bottom: 5px !important;
  }  

/* LOGIN */
.boton-login-newregister{
      padding: 0px 15px;
      font-size: 15px;
      border-radius: 15px;
      width: 70%;
      margin-top: 30px;
      background: #fff !important;
      color: #333;
      border: 1px solid black;
}
.boton-login-ingresar{
      padding: 0px 15px;
      font-size: 15px;
      border-radius: 15px;
      width: 70%;
      margin-top: 30px;
      background: #a41539 !important;
      
}
.boton-login-facebook{
      padding: 0px 15px;
      font-size: 15px;
      border-radius: 15px;
      width: 70%;
      margin-top: 30px;
      background: #3b5998 !important;
}
.contenedor-registrar{
  margin-top: 30px;
}
#login-btn-register{
  display: none;
  color: #af5875;
  font-size: 13px !important;
  border-bottom: 1px solid #af5875;
  

}

/*Modales */
.modal-venta-sujestiva{
     width: 90% !important; 
     overflow-y: initial !important;
}
.item-name-sujestive{
   font-size:12px !important;
    display: block;
    height: 20px;
  }

/* Botones boostrap */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: none !important;
    background-color: none !important;
    border-color: none !important;

 }   

.btn-primary:hover {
    /* color: #fff; */
    background-color: none !important;
    border-color: none !important;
}
.btn.focus, .btn:focus, .btn:hover {
    color: white !important;
    text-decoration: none !important;
}

/* Checkout */
.title-widget-address-title{
    
    margin-top: 0px;
    color: #212529;
    
    letter-spacing: 1px;
    font-size: 14px;
    margin: 2px 0px;  
    font-weight: bold;

}
.widget-address-phone{
  margin: 0px; 
  margin: 2px 0px;  
}
.address-widget-address{
   line-height: 13px;
    font-size: 13px;
}
.widget-address-active-selected{
  color:white !important;
}
.widget-address-icon-remove{
  color: #a41539 ;
}
.boton-confimar-botonera{
  color:white !important;
}
.btn-new-address,
.btn-chkout-all{
    border-radius: 25px ;
    color: #fff !important;
 
}

.title-fases-checkout{
    margin-bottom: 25px !important;
    margin-top: 0px !important;
    color: #2d3a4b !important;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.subtitle-fases-checkout{
  
    margin-top: 10px;
    margin-bottom: 0px;  
    padding:0px 20px;
}
#detalis-chkout-address{
  padding-bottom: 0px !important;
  padding:0px 20px !important;
}
.shopping-cart .cart-ship-info label {
 margin-bottom: 10px !important;
 
}

/* ver pedidos */
.pedidos-widget-list-price{
 font-size: 14px;
}
.mapa-pedidos-usuario{
  height: 600px !important;
}
.modal-pedidos-usuario-tracking{
     width: 90% !important; 
     overflow-y: initial !important;
}
.contenedor-widget-estado-tracking{
 background: white !important;
 padding-bottom: 0px !important;
 margin-top: 10px !important;
 margin-bottom: 0px !important;
}
.contenedor-widget-response-server-tracking{
    background: #2d3a4b !important;
    padding-top: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important; 
}
.response-server-tracking-title{
  color: white;
   font-size: 11px;
}
.widget-estado-tracking-estado{
font-size: 11px !important;
letter-spacing: 0;
}
.widget-estado-tracking-hora-estimada{
font-size: 11px !important;
letter-spacing: 0;
}
.widget-estado-tracking-iconos{
    width: 50px !important;
    height: 50px !important; 
}
.widget-estado-tracking-iconos-title{
    font-size: 11px !important;
    line-height: 20px !important;
}

/* Pedidos Motorizado */

.rowcardord-icons-motorizado{
   position: absolute;
    top: 50%;  
    right: 0;
    transform: translate(-0%, -0%); 
}


/* footer tool bar responsive */
.tolbar-f-movile {
    display: none;
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.tolbar-f-movile ul{

display: flex;
    list-style: none;
    box-shadow: 0 -5px 4px 0 rgb(0 0 0 / 21%);
    margin: 0;
    padding: 11px 0 4px;
    padding-top: 1px !important;
}
.tolbar-f-movile li{
flex: 25%;
    text-align: center;
    padding:5px !important;

}
.tolbar-f-movile b{
  font-size: 10px;
  color: #999999;
}
.tolbar-f-movile a{
 
  height: 0px;
}
.tolbar-f-movile a i {
   display: block !important;
   height: 20px !important;
   padding-top: 5px;
   font-size: 20px !important;
}
@media only screen and (max-width: 800px) {
    .top-bar-message-out{
    font-size:11px !important;
    }
    #user-t-navbar{
      display: none;
    }
}
@media only screen and (max-width: 600px) {
   /* footer tol bar responsive */
   .tolbar-f-movile {
    display: inline;
   }
  /* Baner*/
  .top-bar{
    display: none;
  }
  /* Inicio */
  #out-promociones-inicio{
  margin: 0px;
}
   /*top bar*/
  .top-bar-message-out{
    font-size:10px !important;
    }
  /* Slider */
  .tp-banner{
    height: 180px !important;
  }
  .img-slider-inicio{
    height: 180px !important;
    width: 100% !important;
  }
  /*Navbar */
  .logo-navbar-principal{
        position: absolute !important;

  }
  header {
      position: fixed !important;
  }
  .tp-banner-container{
    margin-top: 72px;
  }



  .img-responsive{
   float: left;
  }
  .fuente-v3{
   font-size: 25px !important;
  }
  .fuente-v4{
   font-size: 25px !important;
  }


  .name-familia{
   font-size:10px !important;
    display: block;
    height: 30px;

  }

  .name-paquete{
   font-size:10px !important;
    display: block;
    height: 40px;

  }

  .item-name-sujestive{
   font-size:10px !important;
    display: block;
    height: 35px;
  }
  .heading h4 {
       margin-bottom: 0px; 
  }
  .precio-paquete{
    margin-top: 0px !important;
    font-size: 11px !important;
  }
 .shop-page .item {
  margin-bottom: 10px;  
 } 
  .imagen-paquete-d{
    height: 150px !important;
  }
  .img-paquete-d-container{
    /*display: none;*/
  }
 .boton-confimar-botonera{
        padding: 0px 15px;
        font-size: 15px;
        border-radius: 15px;
        width: 100%;
        margin-top: 30px;
        background: #a41539  !important;
        margin-top: 0px !important;
 }
 .rowcardord-remove-item{
    right: 5%;
 }
 /*GridVIew Carrito */
  .title-widget-carrito{
      font-size: 9px;
      margin: 2px 0px;  
      font-weight: bold;
  }

  .subtitle-widget-carrito{
     line-height: 9px;
      font-size: 9px;
  }
  .boton-gridview-carrito-checkout{
        padding: 0px 15px;
        font-size: 15px;
        border-radius: 15px;
        width: 100%;
        margin-top: 30px;
        background: #a41539  !important;
  }





  /*DETALLE PAQUETE */
  .precio-paquete{

  }
  .titulo-producto-botonera{
     font-size: 11px;
  }
  .producto-botonera{
    font-size: 9px;
  }

  .title-pqt-details{
      font-size:12px;
  }
  #data-transformasd{
      font-size: 11px !important;
      padding : 3px 0px !important;
  }
  .titulo-combinacion-pq{
      font-size: 11px !important;
      padding : 3px 0px !important;
  }
  .flex-control-thumbs {
    padding: 0px !important;
   }
   .shop-detail .price {
    margin-top:0px !important; 
    color: #a41539 !important;

    }
    .shop-detail h6 {
      font-size: 11px !important;
      padding: 3px 0px !important;
    }
  .boton-agregar-orden{
        padding: 0px 15px;
        font-size: 15px;
        border-radius: 15px;
        width: 100%;
        margin-top: 30px;
        background: #a41539  !important;
  }
  .paquete-descripcion-insumo{
   border-bottom: 0 !important
   ;
  text-align: justify !important;
  margin-bottom: 5px !important; 
  }  

/* Dropdown user */


  header .user-acc .dropdown-menu {
      left: -150px;
  }
  /* Modales */
  .modal-header{
    border-bottom: none;
  }
  .modal-dialog{
    margin:0px;
    width: 100% !important;
  }

  .modal-content{
        border-radius: 0px !important;

  }
  .modal-venta-sujestiva{
       width: 100% !important; 
       margin:0px;
  }

  .modal-header button
  {
      width: 20px;
      height: 20px;
      border-radius: 50%;  
  }



/* Sujestiva */
.subtitle-modal-vtasujestiva
{
  font-size: 11px;
}
.boton-operaciones-cantidad-paquete{
    width: 20px;
    height: 20px;
    font-size: 7px;  
}
.input-cantidad-carrito{
    padding: 0px;
    font-size: 11px !important;
}


 /* Login */
 #login-message-top-1{
  display: none;
 }
 .content-modal-login{
  height: 1000px;
 }
 #login-btn-register2{
  display: none;
 }
 #login-btn-register{
  display: inline-block;
  color: white;
  font-size: 13px !important;
  border-bottom: 1px solid white;
  

}
.boton-login-ingresar{
      background: #ebc42e !important;
      font-size: 11px !important;
      width: 70%;
      line-height: 40px;  
}
.boton-login-facebook
{
      font-size: 11px !important;
      width: 70%;
      line-height: 40px;  
}

.boton-login-ingresar-active{
      padding: 0px 15px;
      font-size: 11px;
      border-radius: 15px;  
       background: #a41539 !important;
       width: 100%;
      
}
.contenedor-old-password{
  text-align: center;
}
.btn-old-password{
   border-bottom: 1px solid #272727;
    /* padding-bottom: 1px; */
    font-size: 11px !important;
}
.title-contenedor-login{
  letter-spacing: 0px !important;
  text-align: center;
}
.title-modal-rg{
  text-align: center;
}
.frm-label-modal{
  margin-bottom: 0px !important;
}
.frm-input-modal{
  height: 30px !important;
}
.cart-ship-info.register .bootstrap-select .btn {

height: 30px !important;
 } 

/*checkout */
.shopping-cart .cart-ship-info {
  
margin-top: 0px;
  }
.title-widget-address-title{
    

    font-size: 11px;
 

}
.widget-address-phone{
font-size: 11px;
}
.address-widget-address{
 font-size: 11px;
}

.btn-new-address,
.btn-chkout-all{


         padding: 0px 15px;
        font-size: 15px;
        border-radius: 15px;
        width: 100%;
        margin-top: 5px;
        background: #a41539  !important;
}
.title-fases-checkout{
    margin-bottom: 0px !important;

    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
}



.subtitle-fases-checkout{
  margin:5px !important;
  text-align: center;
}
.shopping-cart .cart-ship-info label {
 margin-bottom: 8px !important;
 font-size: 11px !important;
}

/* ver pedidos */
.pedidos-widget-list-price{
  font-size: 12px;
}
.mapa-pedidos-usuario{
  height: 300px !important;
}
.modal-pedidos-usuario-tracking{
     width: 100% !important; 
     margin:0px !important;
}
.widget-estado-tracking-estado{
   font-size: 9px !important;
}
.widget-estado-tracking-hora-estimada{
font-size: 9px !important;
}

.widget-estado-tracking-iconos {
    width: 30px !important;
    height: 30px !important;
}

.widget-estado-tracking-iconos-title {
    font-size: 9px !important;
    line-height: 20px !important;
}

}