/*Centrar nombre del producto*/
.angulo-item-name-container {
    height: 50px;
    justify-content: center;
    padding-top: 10px;
    font-weight: 100;
}

/*el O entre los botones*/
.form-group strong {
display:none;
}
.btn.btn-block.btn-lg-item.angulo-item-outline {
  border-radius: 5px;
}
.btn.btn-block.btn-theme-lg {
   border-radius: 5px;
}
/*NAV superior*/
.angulo-header-main .top-nav {
    background: #ffffff;
    padding: 3px;
    font-size: 13px;
}
/*LOGO*/
.img-with {
    max-height: 15vh;
}
.navbar-toggler-icon {
    background-color: #d5d5d5;
}
/*bordes lista productos*/
.angulo-item-producto-home {
    border-style: solid;
    border-color: #f5f3f3;
}
.angulo-item-img {
   background-size: contain!important;
}
.angulo-item-producto-home .angulo-item-name {
    padding-left: 10px;
    padding-right: 10px;
}
div[style*="background-size: cover;"] {
  background-size: contain !important;
}
/*margen superior widget home*/
.angulo-widgets {
    padding: 15px 0;
}
/*margen superior destacado home*/
.angulo-content.pt-5.pt-5 {
padding-top: 1rem!important;
}
/*texto widget categoria home*/
.category-name .angulo-item-name {
    line-height: 105%;
}
.category-name-background {
    width: 40%;
opacity: 0.7;
bottom: 30%;
height: 4rem;
}
/*slider responsive todo el ancho*/
.carousel-item.h-100.active .img-fluid[style*="background-size: cover;"] {
  background-size: cover !important;
}
/*Texto copy*/
.copyright_text span {
  color: black !important;
}
.nav-item:nth-child(2) {
  order: 2; /* Esto coloca "PRODUCTOS" en la segunda posición */
}
.nav-item:nth-child(4) {
  order: 4; /* Esto coloca "CONTACTO" en la segunda posición */
}
/* Titulo de las categorias */
.angulo-section-aside h4 {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 14px;
}
/*oculta ordenar por*/
.form-horizontal label {
  display: none;
}
/*Oculta titulo en seccion productos*/
.section-product-category .title {
    display: none;
}
/* email en footer*/
.footer-copy::before {
  content:"info@masterimport.com.ar - Teléfono: +54 11 3579-0720";
  text-decoration: none;
  display: block;
  margin-top: 10px;
    text-align: center;
}
.btn.btn-secondary.rounded.mr-2.my-1 {
font-size: 12px;
}
