
 :root {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

ul,li, a, i {
    font-family: 'Montserrat', sans-serif;
}
i, h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}


.panel-registro {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* */

label {
    font-style:italic; 
    font-weight: bold;
}

/*
 * Darkgreen navbar style
 */
#navbar-darkgreen.navbar-default { /* #006633 - #009933 */
    font-size: 14px;
    background-color: rgba(0, 102, 51, 1);
    background: -webkit-linear-gradient(top, rgba(0, 153, 51, 1) 0%, rgba(0, 102, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 153, 51, 1) 0%, rgba(0, 102, 51, 1) 100%);
    border: 0px;
    border-radius: 0;
}
#navbar-darkgreen.navbar-default .navbar-nav>li>a:hover,
#navbar-darkgreen.navbar-default .navbar-nav>li>a:focus,
#navbar-darkgreen.navbar-default .navbar-nav>li>ul>li>a:hover, 
#navbar-darkgreen.navbar-default .navbar-nav>li>ul>li>a:focus, 
#navbar-darkgreen.navbar-default .navbar-nav>.active>a,
#navbar-darkgreen.navbar-default .navbar-nav>.active>a:hover,
#navbar-darkgreen.navbar-default .navbar-nav>.active>a:focus {  
    color: rgba(51, 51, 51, 1);
    background-color: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#sidebar-darkgreen, #column-darkgreen {
    background-color: #006633;
}
#navbar-darkgreen.navbar-default .navbar-toggle {
    border-color: #006633;
}
#navbar-darkgreen.navbar-default .navbar-toggle:hover,
#navbar-darkgreen.navbar-default .navbar-toggle:focus {
    background-color: #009933;
}
#navbar-darkgreen.navbar-default .navbar-nav>li>a,
#navbar-darkgreen.navbar-default .navbar-nav>li>ul>li>a, 
#navbar-darkgreen.navbar-default .navbar-brand {
    color: #999999; 
}
#navbar-darkgreen.navbar-default .navbar-toggle .icon-bar,
#navbar-darkgreen.navbar-default .navbar-toggle:hover .icon-bar,
#navbar-darkgreen.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff; 
}

/* de phpsis */
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}

/*https://www.campusmvp.es/recursos/post/como-crear-un-boton-de-menu-hamburguesa-solo-con-css-sin-imagenes-ni-javascript.aspx*/
/* .toggle-button-menu {
        display:block;
        width:50px;
        height:50px;
        border:1px solid black;
        position:relative;
        cursor: pointer;
        box-sizing: border-box;
    }
    .toggle-button-menu:before, .toggle-button-menu:after {
        position:absolute;
        display:block;
        content:" ";
        width: calc(100% / 2);               
        box-sizing: border-box;
        left: calc(100% / 4);
        transition: all 0.2s ease-out;
    }

    .toggle-button-menu:before {
        top: calc(100% / 4);
        height:calc(100% / 4);
        border-top:1px solid black;
        border-bottom:1px solid black;
        background-color: transparent;
    }

    .toggle-button-menu:after {
        height:1px;
        background-color:black;
        bottom:calc(100% / 4);
    }

*/
    
    
/**************************************************/
/* https://codepen.io/bootstrapped/pen/KwYGwq */
/* .navbar-brand {
  display: flex;
  align-items: center;
} */
/* .navbar-brand>img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto; */
   
  /* probably not needed anymore, but doesn't hurt */
   /* -o-object-fit: contain;
   object-fit: contain; 
    display: flex;
  align-items: center;   

}*/
   
/*.navbar-toggle {
        z-index: 1;
    }*/

/*.navbar-nav > li > a {
   line-height: 10px;
}*/

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

/* div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* form login https://bootsnipp.com/snippets/featured/google-style-login */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help {
    margin-top: 10px;
}
.new-account {
    display: block;
    margin-top: 10px;
}

.centrar {
    margin: 0 auto;
}

.input-group-addon {
    border-top-right-radius: 6px !important;    /* para que tome este estilo antes del original de bootstrap*/
    border-bottom-right-radius: 6px !important; 
    border-right: solid 1px #ccc !important;
}

/* .card, .btn, .form-control { border-radius: 0; } */

.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh; /* to make it responsive */
    width: 100vw; /* to make it responsive */
    overflow: hidden; /*to remove scrollbars */
    z-index: 99999; /*to make it appear on topmost part of the page */
    display: none; /*to make it visible only on fadeIn() function */
}
.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}



.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

.alinear-vertical {
    display: flex;
    align-items: center;
}

.margen-boton {
    margin: .25em;
}
/* para las busquedas de clientes, etc: aparece una lista debajo del cuadro donde
se digitan los caracteres a buscar */
.ui-autocomplete { z-index: 250;  height: 20%; overflow: auto }

.imagen-menu {
  /* The image used */
  background-image: url("/maret/public/img/bg.png");

  min-height: 80px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}

/* iconos de bootstrap table editable cuando se edita la celda, son de glyphicons
en bs 4 se usan las awesome fonts
*/
.editable-submit:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";   /* fas fa-check-circle*/
}
.editable-cancel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f410";   /* far fa-window-close */
}

.embed-responsive {
    object-fit: cover;
}


/* constantes de MARET */
.maret-bg {
    background: #80d4ff;
    background-image: linear-gradient(to right, #80d4ff, #e6e6ff);  /* rgba(255,0,0,0), rgba(255,0,0,1));*/
    border-radius:.25rem!important;
    border-width: thin;
    border-style: solid;
    border-color:#ccc;
}

.maret-bg-div-tablas {
    background: #f0f0f5;
}

.maret-titulo {
    background: #80d4ff;
    text: #ffffff;
}

.modal-content-abm {
        width: 120vh;
        height: 90vh;
      }

.modal-dialog-abm {
  position: absolute;
  left: 10vh;
  top: 1vh;
}

.iframe-abm {
    height: 85vh; 
    width: 118vh;    
}

/* comprar articulo  -----------------------*/
/* este css funciona para mobile */

    .modal-dialog.comprar-articulo {
        position: relative; 
        top: 1vh;
        left: 5vw; /* 1vh is 1% of the viewport height */
        width: 90vw;
        height: 95vh;
    }

    .modal-content.comprar-articulo {
        position: absolute; 
        top: 0;
        left: 0;
        width: 85vw;
        height: 95vh;
        border: 2px;
        border-style:ridge;
        border-radius: 8px;
        border-color: #dddddd;
        box-shadow: 6px 4px 8px -2px;
    }

    .iframe-comprar-articulo {
        position: absolute;
        margin: 0px;
        top: 1vh;
        left: 1vw;
        height: 88vh; 
        width: 80vw;
    }

    
    .card-img-comprar {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       height: 40vh !important;
       width: 90vw !important; 
       object-fit: contain; /* cover;*/
    }
    /* PC */
    .card-img-ver-articulo {
       height: 60vh !important;
       width: 40vw !important; 
       object-fit: cover; /*contain; no se ve el logo pero queda mejor centrada*/
    }
    
    
/* este css para PC */ 
@media only screen and (min-width: 768px) {
    .modal-dialog.comprar-articulo {
        position: relative; 
        top: 1;
        left: 1; /* 1vh is 1% of the viewport height */
        width: 100vw;
        height: 100vh;
    }

    .modal-content.comprar-articulo {
        position: relative; 
        top: 0;
        left: 0;
        width: 30vw;
        height: 85vh;
    }

    .iframe-comprar-articulo {
        position: relative;
        top: 0;
        left: 0;
        height: 80vh; 
        width: 28vw;    
    }
    
    /* PC */
    .card-img-top {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       /* height: 350px; */
       height: 25vh;
       width: 25vw;
       object-fit: contain;
    
    }
    /* PC */
    .card-img-catalogo {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       /* height: 350px; */
       height: 25vh;
       width: 35vw;
       object-fit: contain;
       display: block; 
       margin: auto; 
       padding-top: 1px
    }
    /* PC */
    .card-img-pedido {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       /* height: 350px; */
       height: 20vh;
       width: 20vw;
       object-fit: contain;
    
    }
    /* pc */
    .card-img-comprar {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       height: 48vh; 
       width: 38vw; 
    }

    .importeTotal {
        font-weight:bold;
        text-align: right; 
        font-size: 18px;
        width: 15vw;
        /*background: LightCyan !important; */
        background: LightCyan !important; 
        font-style:italic; 
    }
    /* PC */
    .consentCookies {
        position:absolute; 
        top: 90vh; 
        width: 100vw; 
        left:0; 
        right: 0;
        margin-left: auto; 
        margin-right: auto;
        border: 1px solid #dddddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    
}
/* fin comprar articulo ---------------------------------------*/

.card-articulo:hover {
    border:1px solid #b217b4; 
    border-style:ridge;
    border-radius: 8px;
    box-shadow: 6px 4px 8px -2px;
}

/* personalizar los carousel indicadores */
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 .2rem rgba(0,0,0,1) !important;
}

/* icono whatsapp */
.floatWhatsApp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:50px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float-whatsapp{
    margin-top:16px;
}

/* ocultar campo de busqueda en celulares */
@media only screen and (max-width: 768px) {
    .campoOcultar {
        display: none;
        width: 0;
        transition: width .5s;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        }
}


/* achicar inputs en celulares  decia 900 */
@media (max-width: 768px) {

    :root {
       font-family: 'Montserrat', sans-serif;
       font-size: 10px;
   }

   ul,li, a, i {
       font-family: 'Montserrat', sans-serif;
       font-size: 1em;
   }
   i, h1, h2, h3, h4, h5 {
       font-family: 'Montserrat', sans-serif;
   }
    .h1 {
        font-size: 2rem;
    }

    .h2 {
        font-size: 1.75rem;
    }

    .h3 {
        font-size: 1.5rem;
    }

    .h4 {
        font-size: 1.25rem;
    }

    .h5 {
        font-size: 1.5rem; /* se ve muy chico agrando  en vez de 1 */
    }

    .h6 {
        font-size: .75rem;
    }

    .p {
        font-size: 1rem;
    }
    
    /* detectar el tipo de dispositivo*/
    .detectar-mobile {
      display: none; 
    }
    
    .input-group-addon, .input-group-btn, .input-group .form-control {
        max-width: 15vw;
        width: 11vw;
        clear: both;
    }
    .input-group {
        /*display: block; nooo !!*/
        }
     /* ocultar el input */
    .form-control-input {
        display: none;
        max-width: 0;
    }
    
    .input-grup-buscar {
        width: 0vw;
    }
    /* CELULAR */
    .card-img-top {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       /* height: 350px; */
       height: 40vh;
       width: 70vw;
       object-fit: contain;
    }
    
    /* Celular */
    .card-img-ver-articulo {
       /*background-size: cover;
       background-repeat: no-repeat;
       background-position: center;*/
       height: 35vh !important;
       width: 70vw !important; 
       max-width: 100vw;
       max-height: 100vh;       
       /*object-fit: contain;  */
       margin: 0px !important;
       padding: 0px !important;
    }

    /* celulares */
    .card-img-pedido {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       height: 10vh;
       width: 70vw;
       margin: 0px;
       object-fit: contain;
    
    }
    
    /* celulares */
    .card-img-catalogo {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       height: 30vh;
       width: 75vw;
       object-fit: contain;
       display: block;
       margin: auto;
    }
    
    /* para que se achiquen las imagenes en bootstrap 3 en los celulares */
    .img-responsive {
        display: block;
        max-width: 28vw;
        width: 28vw;
        height: auto;
    }
     
    /* se ven mal los datos abajo */
    .container-pie {
        display: none;
    }
    
    /*.card {
        height: 40vh;
    }*/

    /* quieren botones mas separados */
    .btn_espacio{
        width: 0.5vw;
        height: 0vh;
        /*display: none;*/
    }
    
    /* celulares */   
    .modal-articulos-carrito {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        top: 0;
        left: 0;
        z-index: 1; /* Sit on top */
        width: 100vw; /* Full width */
        height: 100vh; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        transition: width 2s;
    }        
    /*celulares*/
    .modal-articulos-carrito-contenido {
        height: 100vh;
        width: 98vw;
        background-color:#fff;
        position:fixed!important;
        z-index: 1;  /* top total */
        overflow: auto; 
        overflow-x: hidden;    
        -webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;        
        
    }
    
    /* celulares */
    .card-img-carrito {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       height: 10vh;
       width: 10vw;
       object-fit: contain;
    }
    
    /* celulares */ 
    .importeTotal {
        font-weight:bold;
        text-align: right; 
        font-size: 14px;
        width: 30vw;
        height: 5vh;
        background: LightCyan !important; 
        font-style:italic; 
    }
    /* celulares */ 
    .btnArticulosCarrito {
        padding: 0px;
        margin: 0px;
        width: 30vw;    
        height: 5vh;
        font-size: 10px;
        border-radius: 8px; 
        background-color: transparent !important;  
    }
    
    
    /* celulares */
    .lblArticulosCarrito {
        display: none;
    }
    .iconos-carrito {
        display: block;
    }
    
    /* celulares */
    .txtArticulosCarrito {
        font-size: 10px;
        font-weight: bold;
    }
    
    /* celulares */
    .divCabezalArticulosCarrito {
        width: 100vw;
        padding: 0 !important;
        margin: 0 !important;
        height: 5vh;
    }
    
    .divLineasArticulosCarrito {
        width: 100vw;
        padding: 0;
        margin: 0;
        height: 8vh;
        
        
        /* height: 13vh;
        border: 1px #ccc;
        border-style: solid; */
    }
    /* celulares */
    .colCabezalArticulosCarrito {
        width: 19vw;
        /*height: 6vh;*/
        padding: 0;
        margin: 0;
    }        
    /* celulares */
    .colCantidadArticulosCarrito {
         width: 15vw;
    }
    .lblColumnaArticulosCarritoCantidad {
         width: 5vw;
         height: 5vh;
    }
    .btn-articulos-carrito {
      border-radius: 8px; 
      background-color: transparent !important;  
    }
    .panel-heading-carrito {
        height: 5vh; 
        padding-top: 1vh; 
        padding-bottom: 0; 
        margin: 0;    
    } 
    
    /* Celulares */
    .consentCookies {
        position:absolute; 
        top: 70vh; 
        width: 80vw; 
        left:0; 
        right: 0;
        margin-left: auto; 
        margin-right: auto;
        border: 1px solid #dddddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    
    /* celulares */
    /* boton para desplegar menu */
    .btn-menu-celulares {
        display: block; 
    }
    
    /* celulares */
    .navbar-fija-menues {
         display: none; 
    }
    
}

/* para PC : fijar barras */
/* la ventana de ficha del articulo queda atras de esto !!! como ponerla adelante ? */
 @media only screen and (min-width: 768px) {
     
    /* detectar el tipo de dispositivo*/
    .detectar-mobile {
      display: block; 
      
    }
    /* pc */ 
    .navbar-fija-botones {
        position:fixed;
        width:100vw;
        height: 11vh; 
        z-index: 100;
        top: 0;
        text-align: center;
    }
    .navbar-fija-menues {
        position:fixed;
        width: 100vw;
        height: 7vh;
        z-index: 100;
        top: 11vh;
    }
    
    .container-abajo-menues {
        /*position:fixed;*/
        padding-top: 17vh;
        height: 100vh;    
        padding-left: 0;
        padding-right: 0;
        width: 98vw;  /* barra del navegador */
        overflow-y: auto;
        overflow-x: hidden;

    }
    
    .input-grup-buscar {
        width: 40vw;
    }
    
    /* quieren botones mas separados */
    .btn_espacio{
        width:7vw;
    }
    /* PC */
    .modal-articulos-carrito {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        width: 100vw; /* Full width */
        height: 100vh; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }        
    /* PC */
    .modal-articulos-carrito-contenido {
        height: 80vh;
        width: 40vw;
        background-color:#fff;
        position:fixed!important;
        z-index: 1;  /* top total */
        overflow: auto;
        overflow-x: hidden;    
        position: fixed; /* Stay in place */
        -webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;        
    }
    
    .card-img-carrito {
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
       height: 10vh;
       width: 10vw;
       object-fit: contain;
    }
    
    /* PC */
    .btnArticulosCarrito {
        width: 12vw;    
        /* height: 30vh; */
        border-radius: 8px; 
        background-color: transparent !important;  
    }
    
    /* PC */
    .divCabezalArticulosCarrito {
        width: 40vw;
        padding: 0 !important;
        margin: 0 !important;
        height: 13vh;
        border: 1px #ccc;
        border-style: solid;
    }
    
    /* PC */
    .colCabezalArticulosCarrito {
        width: 15vw;
        /*height: 10vh;*/
        padding: 0;
    }        
    /* PC */
    .lblArticulosCarrito {
        display: block;
        font-size: 14px;
    }
    .iconos-carrito {
        display: none;
    }
    
    /* PC */
    .txtArticulosCarrito {
        font-size: 14px;
        font-weight: bold;
        line-height: 10vh;
        text-align: center;        
    }
    
    .lblColumnaArticulosCarrito {
         width: 15vw;
         height: 5vh;
    }
    .lblColumnaArticulosCarritoCantidad {
         width: 12vw;
         height: 5vh;
    }
    /* PC */
    .btn-articulos-carrito {
      border-radius: 8px; 
      background-color: transparent !important;  
    }
    .panel-heading-carrito {
        height: 10vh; 
        padding-top: 0; 
        padding-bottom: 0; 
        margin: 0;    
    } 

    /* PC boton para desplegar menu */
    .btn-menu-celulares {
        display: none;
    }
    
}

/* solo para pc, en celulares display: none */
.container-pie {
    padding: 0vh;
    width: 100vw;  /* dentro del container-abajo-menues */
    overflow-y: hidden;    
    overflow-x: hidden;
    display: none; /* se muestra luego de cargar la pagina */

}

@media (min-width:993px){
    .w3-modal-content{
        width:900px
    }.w3-hide-large{
        display:none!important}
    .w3-sidebar.w3-collapse{
        display:block!important
    }
}

@media (max-width:992px){
    .w3-sidebar.w3-collapse{
        display:none
    }.w3-main{
        margin-left:0!important;
        margin-right:0!important
    }.w3-auto{
        max-width:50vw
    }
}


/* sidebar-popup */

.sidebar-popup {
    position: fixed;
    top:0 !important;
}


.sidebar-popup {
    left:100% !important;
    height:100% !important;
    transition: transform .2s ease-in-out !important;
    transform: translateX(100%);
}

.sidebar-popup.mx-window-active {
    right: 0px !important;
    left: auto !important;
    transform: translateX(0);
}

.sidebar-popup.mx-window-active:not([data-focus-capturing="modal"]) {
    left: 100% !important;
    transform: translateX(100%);
}

.sidebar-popup .modal-content {

}

.sidebar-popup .mx-window-header .close {
    display: none;
}

.sidebar-popup .mx-resizer {
    display: none;
}


/* **************************************************************************************/
    
/* search bar Districomp */

.search-results{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white;
    max-height: calc(100vh - 200px);
    overflow: auto;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.29);
}
.search-hit{
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    display: block;
    color: black;
    font-size: 12px;
    cursor:pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #d9d9db;
}
.search-hit:hover{
    background: rgba(37, 93, 180, 0.2);
}
.search-hit-img{
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}
.search-hit-info{
    position: relative;
    float: left;
    width: calc(100% - 250px);
}
.search-hit-sku{
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    font-weight: 600;
}
.search-hit-title{
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 15px;
}
.search-hit-price{
    position: relative;
    float: left;
    color: black;
    font-weight: 600;
    width: 70px;
    text-align: right;
    margin-right: 15px;
}
.search-buy-button{
    position: relative;
    float: right;
    width: 75px;
    height: 22px;
    background: #ffaa00;
    color: black;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
.search-hit-view-all{
    position: relative;
    display: block;
    text-align: center;
    color: black;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: lowercase;
}
.search-hit-view-all:hover{
    background: rgba(37, 93, 180, 0.2);
}
@media screen and (max-width:768px){
    .search-results {
        margin-top: 6px !important;
        max-height: calc(50vh);
        box-shadow: 0px 5px 16px rgb(0 0 0 / 69%);
    }
}
    