:root {
  --white: #fff;
  --dark-blue-900: #022b36;
  --grey-200: #ecf3f4;
  --grey-300: #e4ebf1;
  --grey-400: #a8a8a8;
  --grey-600: #6f6f6f;
  --grey-700: #6f6f6f;
  --grey-900: #2E2F2F;
  --yellow-300: #facb32;
  --yellow-400: #ffc300;
  --light-red-300: #E54841;
  --red-400: #F90505;
}

@media (max-width: 999px) {
  .mobile-header.container{
    display: flex;
    flex-direction: row;
  }
  .mobile-header.container .vp_logo {
    background: var(--white);
    margin-top: 0px;
    width: 100vw;
    top: 13%;
    z-index: 5000;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
    display:flex;
    padding: 0px 5px;
  }
  #ImgIconBar {
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    float: left;
  }
  
  .bars-lateral-menu{
    display: flex;
  }
  .searchbarbutton {
    padding: 0px!important;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 5px;
    float: right;
    z-index: 50000;
    background-color: #ffb633;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .searchfield form-control, input[type="text"] {
    height: 50px;
    float: left;
    padding: 0 10px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #a7a7a7;
    font-family: "Lato", sans-serif;
    border-radius: 12px;
  }

  .mobile-header.container #vp_logo, .mobile-header.container .vp_logo .shearchTop {
    width: 100vw;
  }
  .searchfield form-control {
    width: 100%;
    background: var(--white);
    border-radius: 0;
    padding: 7px 5px;
  }
  .ImgfundoTop {
    align-content: center;
    width: 100%;
    max-width: 130px;
    display:flex;
  }
  #Imgfundo {
    width: 100%;
    max-width: 130px;
    background-size: contain;
    display: flex;
    justify-content: center;
  }
  #ShearchIdTop {
    position: relative;
    width: 100vw;
    background-color: var(--grey-350);
    height: 60px;
  }
  #ImgIconLupa {
    width: 24px;
  }
  #ImgIconCar {
    position: relative;
    width: 38px;
    height: 38px;
    right: 15px;
  }
  .grid-product-addtocart-section {
    width: 100%;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .iconnav li:first-child {
    border: none;
  }
  .button-minicart-quantity-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: var(--white);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    color: var(--purple-400);
    position: absolute;
    top: -5px;
    right: 16px;
  }
  .button-minicart-quantity-items:hover {
    filter: brightness(1.5);
  }
  .vp_logo,
  #vp_topheader_lower {
    transition: none;
  }
  #wrapper_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .agrupar_utilitybar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    justify-content: center;
    padding: 0px 30px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .vp_topheader_upper {
    position: relative;
    max-width: 1210px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .vp_topheader_upper>.vp_logo img {
    width: 100%;
    max-width: 200px;
  }
  .vp_topheader_upper>.nwsys-welcome-search {
    position: relative;
    top: auto;
    left: auto;
    z-index: 30;
    display: flex;
  }
  .vp_topheader_upper>.nwsys-welcome-search ul {
    border-radius: 10px;
    border: 1px solid var(--grey-300) !important;
  }
  .vp_topheader_upper>.nwsys-welcome-search ul>li {
    width: 100%;
  }
  .vp_topheader_upper>.nwsys-welcome-search [type="text"] {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    padding: 1px 2px 0 20px;
    font-size: 15px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    width: 100%;
    min-width: 400px;
    max-width: 500px;
    background: #fafafa;
  }
  .vp_topheader_upper>.nwsys-welcome-search ul>li .input-group-btn {
    width: 50px;
    margin-right: 2px;
    text-align: center;
    background-color: var(--light-red-250);
  }
  #nwsys-welcome-search-button {
    border: none;
    background: transparent;
  }
  .vp_topheader_upper>.nwsys-welcome-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Lato", sans-serif;
  }
  .vp_topheader_upper>.nwsys-welcome-profile>.user-ico {
    width: 43px;
    height: 32px;
    background: url(../../../images/usuario.svg) no-repeat 0 0;
    background-size: 39px 32px;
  }
  .vp_topheader_upper>.nwsys-welcome-profile>.row-user-profile>.welcome-user {
    display: block;
  }
  .mobile-header-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-header-upper{
    margin-bottom: 135px; 
    top: 0px;
     
  }
  .fixed-top-searchbar{
  position: fixed; 
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid var(--blue-400);
    }
}

@media(max-width: 595px) {
  #wrapper_grid {
    display: grid!important;
    grid-template-columns: 50% 50%!important;
  }
}
@media (min-width: 1000px){
  .mobile-header-upper{
    display:none;
  }
}