@media only screen and (max-width: 480px){
	
.search_submit.icon-search-alt {
  display: none;
}
.socials_mobile {
  display: none !important;
}

.gridnosotros {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    width: 100%;
    margin: auto;
        margin-top: auto;
    padding-bottom: 24px;
    grid-gap: 60px;
}

p.descripcionnosotros {
    width: 75%;
    font-family: inherit;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: auto !important;
    padding-bottom: 70px;
}

h2.vc_custom_heading.titulonuestrasvinas {
    margin: 12px;
    font-size: 35px !important;
}

.quantity {
    width: 110px !important;
}

.select_container {
    width: 110px;
}

.page-id-990 .woocommerce .quantity .qty {
    width: 110px !important;
}

.content_wrap, .content_container {
    width: 92%;
}

}