/*color barra navegacion
.navbar-top {
    background-color: #E0B066;
    padding: 10px;
}*/
/*sombre en productos*/
.angulo-item-producto {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
/*Nombre productos centrado*/
.angulo-item-name-container {
    justify-content: space-evenly;
}
.text-left {
    text-align: center!important;
}

/*Ficha sin consultar por*/
.product-status {
   display: none;
}
/* letra O*/
.col-md-1.text-center {
 display: none;
}
/*imagenes productos lista*/
.angulo-item-img {
   background-size: contain!important;
}
/*Slider imagenes todo el ancho
.carousel-inner {
    width: 100%;
}/*
/*barra navegacion todo el ancho
.angulo-header-main .top-content {
    padding: 0px;
}/*
/*alto slider
.section-slider {
    height: 65vh!important;
}/*
/*logo tamaño*/
.img-with {
    padding-left: 30px;
   /* width: 98px;*/
  margin-top: 5px;
}
/**/
.widgets-footer a {
    font-weight: bolder!important;
}
#accordion-home .card-header a {
    font-weight: 400;
    font-size: 14px;
}
/*color tipografia botones*/
.angulo-content .btn.btn-theme-lg {
    color: #ffffff!important;
}
.btn.angulo-item-outline {
    color: #ffffff !important;
}
.btn.angulo-item-button {
    color: #ffffff !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}
#accordion .card .card-header.active a, #accordion .card .card-header.active button {
    color: #ffffff!important;
}
/* ------------ Ficha Productos --------------*/
/*imagen principal ficha de productos*/
#main-fancy div {
    background-size: contain !important;
}
/*Precio de productos*/
.product-price {
    color: #b0b0b0!important;
}

/*Sombre header*/
#mainHeader {
   box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
/* Espacio superior destacados home */
.mt-5 {
    margin-top: 0rem !important;
}

