/*Ficha sin consultar por*/
.product-status {
   display: none;
}
/*Boton email ficha alineacion*/
.col-md-12.mt-4 > .row {
  place-content: flex-end!important;
}
/*Boton email ficha color tipo*/
.btn.angulo-item-outline {
    color: #ffffff !important;
}
/*imagenes productos borde*/
.angulo-item-img {
    border-radius: 20px;
}
/*nombre producto centrado*/
.angulo-item-name-container {
    justify-content: space-evenly!important;
    font-size: 1.5rem;
}

/* letra O*/
.col-md-1.text-center {
 display: none;
}
/*imagenes productos lista*/
.angulo-item-img .bg-image-center{
   background-size: contain!important;
}
/*imagenes productos lista*/
.angulo-item-img {
   background-size: contain!important;
   height: 220px!important;
}
/*Texto descripcion ficha*/
.product-description p {
    margin-top: 4rem;
    font-size: 1.2rem;
}
/*Titulos secciones ocultas*/
.section-product-category .title {
    display: none;
}
/*Nombre del producto en lista*/
.angulo-item-producto .angulo-item-name {
    font-size: 16px;
    padding-top: 0px;
    font-weight: 600;
}
/*Sombra productos*/
.angulo-item-producto {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/*logo*/
.img-with {
    max-height: 15vh;
}
/*Barra de navegacion*/
.navbar-dark-v .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
/*Ancho contenido secciones*/
@media (min-width: 1200px)
.container {
    max-width: 100%!important;
}

/*Ocultar acceso menu superior*/
.navbar-dark .navbar-nav .nav-item:nth-child(6n){ /* DEVOLUCIONES*/
display: none;
}
/*texto header superior*/
.angulo-header-main .top-nav * {
    color: #ffffff!important;
}
/*Botones servicios*/
.btn.angulo-item-button {
    color: #ffffff;
    width: 100%;
    font-size: 12px !important;
}
/*Acordion categorias activo texto blanco*/
#accordion .card .card-header.active a {
    color: #ff339a!important;
}
/*Pagina activo texto blanco*/
.page-item.active .page-link {
    color: #ff339a!important;
}
/*Ocultar nombre categoria en home*/
.angulo-item-categories > div:nth-child(2) {
    display: none;
}
/*frase registro y login*/
.item-cart-menu span:first-child {
    display: none;