#carousel-example-generic {
    display: inline-block;
}
/* Plugin styles */
ul.thumbnails-carousel {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
ul.thumbnails-carousel .center {
    display: inline-block;
}
ul.thumbnails-carousel li {
    margin-right: 5px;
    float: left;
    cursor: pointer;
}
.controls-background-reset {
    background: none !important;
}
.active-thumbnail {
    opacity: 0.4;
}
.indicators-fix {
    bottom: 70px;
}

/*FORM ATRIBUTOS PRODUTO DETALHE*/
.zoomWindowContainer{
    z-index: 100000 !important;
}
#fattr .row{margin-top: 15px;}
#fattr .bootstrap-select>.dropdown-toggle {
    z-index: 0 !important;
}

.prod_topo{
    display: flex;
    flex-wrap: wrap;
}

.prod_topo .desconto{
    padding: 5px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8b0000;
    border-radius: 3px;
    color: white;
    margin-left: 10px;
    height: fit-content;

}

.prod_topo small{
    width: 100%;
    font-size: 15px;
    color: #646464;
}

.qtd{
    padding: 12px 0;
}

.qtd p{
    margin: 0;
}

.qtd_buttons{
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.qtd_buttons i {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #575757;
    border-radius: 3px;
    width: 27px !important;
    background: #f0f0f0;
}

.qtd_buttons input{
    height: 100%;
    border: 1px solid gray;
    margin: 0px 2px;
    border-radius: 3px;
    text-align: center;
    width: 70px;
    color: black;
    font-size: 19px;
}