.content-sucursales{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.content-sucursales img{margin-bottom:30px;width:100%;max-width:650px}.content-sucursales select{border:.1px solid #d3d3d3;cursor:pointer;padding:10px;border-radius:7px;width:100%;max-width:400px;text-align:center;box-shadow:0 1px 5px 1px #ababab;margin-bottom:10px;font-weight:700}.content-sucursales b{margin-bottom:30px;font-weight:300;font-size:12px}.sucursal-selector{width:95%;display:flex;flex-direction:row;justify-content:space-between;padding:10px;margin:5px auto 0;background-color:#e9e9e9;border:1px solid #d4d4d4;border-radius:7px;font-weight:700}.sucursal-selector img{width:40px}.products{padding:15px;flex-wrap:wrap;align-items:center;justify-content:space-between}.product-item,.products{display:flex;flex-direction:row}.product-item{width:100%;max-width:480px;padding:10px;border:1px solid #cfcfcf;margin:2px;border-radius:7px;min-height:150px}.product-item-img{background-color:#e3e3e3;width:150px;display:flex;align-items:center;justify-content:center}.product-item-img img{width:100px;height:100px}.product-item-content{width:100%;padding:1px 5px}.product-item-content,.product-item-content-text{display:flex;flex-direction:column;justify-content:space-between}.product-item-content-text{height:100%}.product-item-content-text .title{width:100%;font-size:14px;font-weight:700}.product-item-content-text .tag{float:right;font-size:10px}.product-item-content-text .description{font-weight:100;font-size:13px}.product-item-content-text .price{font-size:14px}