/* Tamaño del Logo */
.img-with {
    width: 200px;
}
/* Categorias en Home */
.angulo-widgets {
     padding: 20px 0;
}

/* MENU */
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 16.666667%;
    max-width: 50%;
}
.mb-5, .my-5 {
    margin-bottom: 0rem!important;
}

/* DESTACADOS*/
.mt-3, .my-3 {
    margin-top: -3rem!important;
}
.angulo-item-name-container {
    display: flex;
    align-items: center;
    height: 45px;
    justify-content: center;
}
.angulo-item-producto .angulo-item-name {
    font-family: var(--font-customize);
    font-size: 18px;
    padding-top: 12px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.angulo-item-producto {
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    color: #515151;
    font-family: var(--font-customize);
    font-weight: 300;
    background: #fff;
}
.btn.angulo-item-button {
    border: 1px solid #aaa;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-family: var(--font-customize);
    font-weight: 400;
    background-color: #fff;
    color: #000;
}

/*VER MAS*/
.pb-5, .py-5 {
    padding-bottom: 1rem!important;
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.section-product-detail .product-stock-section .btn.btn-theme-lg, .angulo-content .btn.btn-theme-lg {
    background-color: #fff;
    border-color: var(--color-border-hover);
    border-radius: 0px;
    color: #000;
    font-family: var(--font-customize);
    font-size: 12px;
    padding: 6px;
}
/* LISTADO DE PRODUCTOS*/
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 25%;
    max-width: 33.333333%;
}

/* HOJA DE PRODUCTO */
.product-price {
    color: #000;
}
/*TAMAÑO DE IMAGEN*/
.bg-image-center {
    background-size: cover!important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/*Hoja de Producto*/
.mt-3, .my-3 {
    margin-top: -1rem!important;
}
/*imagenes productos lista*/
.angulo-item-img .bg-image-center{
   background-size: contain!important;
}
/*imagenes productos lista*/
.angulo-item-img {
   background-size: contain!important;
}
/*imagen principal ficha de productos*/
#main-fancy div {
    background-size: contain !important;
}
/*precio productos lista*/
.h4, h4 {
    font-size: 1.1rem;
}
/*Categorias*/
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
/*Boton de Compra*/
.btn.angulo-item-outline {
    border: 1px solid #ced4da;
    background-color: #aaaaaa4f;
    color: #000 !important;
}