/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-feb-2019, 16:49:07
    Author     : Reinaldo
*/
#breadcrumb a{
    color: #000;
}
.breadcrumb{
    background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding: 0 1rem;
    content: ">";
}


.dropdown-item:active{
    background-color: #C8423E;
    color: #fff;
}

.breadcrumb-item.active {
    color: #af0061;
}
.breadcrumb-item.active .badge {
    color: #fff;
    background-color: #af0061;
}
.breadcrumb-item .badge {
    color: #fff;
    background-color: #000;
}
.breadcrumb-item a{
    color: #000 !important
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.badge-pill{
    color: #fff;
    background-color: #FDEF3C;
}
.badge-pill button{
    background-color: transparent;
    border: #000 solid 0px;
    cursor: pointer;
}
.pagination{
    justify-content: center
}
.center{
    text-align: center;
}
.page-item.active .page-link {
    background-color: #FDEF3C;
    border-color: #FDEF3C;
}
.page-link {
    color: #FDEF3C;
}
.list-group-item{
    background-color: transparent;
}
#dpiec .list-group-item p{
    color: #757575;
    font-size: 12px;
}
.btn-products-card {
    background-color: #af0061;
    color: #fff;
    border-color: #fff;
}

.btn-products-card:hover {
    background-color: #fff;
    color: #af0061;
    border-color: #af0061;
}

@media(max-width: 2560px){
    .products-card, .combos-card{
        height: 380px;
    }
}
@media(max-width: 1440px){
    .products-card, .combos-card{
        height: 280px;
    }
}
@media(max-width: 700px){
    .breadcrumb-item + .breadcrumb-item::before {
        display: none;
    }
    .panding-quantity{
        padding-left: 64% !important;
    }
    .cont-img{
        background-size: cover !important;
    }
}
@media(max-width: 900px){
    .products-card, .combos-card{
        height: 290px;
    }
}
@media(max-width: 600px){
    .products-card, .combos-card{
        height: 290px;
    }
}
@media(max-width: 425px){
    .products-card, .combos-card{
        height: 265px;
    }
}
@media(max-width: 375px){
    .products-card, .combos-card{
        height: 265px;
    }
}
