#table-competitors{
    display: flex;
    flex-direction: column;
}
#table-competitors > div{
    display: flex;
    align-items: center;
}

.current-price {
    font-size: 30px !important;
    color: black !important;
}

.productoCompetitors {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#competitors h1 {
    background-color: black;
    color: white;
    font-family: "Andrew" !important;
    border-radius: 25px;
    text-align: center;
    padding: 6px;
}

.arrowDown {
    background-color: red;
    padding: 10px;
    border-radius: 6px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.buttonRed {
    position: absolute;
    right: 50px;
    background-color: red;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    top: 47px;
    cursor: pointer;
}

#competitors {
    width: 375px;
    margin-top: 1.25em;
    
}

#dropDownMenu {
    margin-bottom: 0px;
}

.listPricesCompetitors {
    border: 3px solid black;
    width: 360px;
    margin: -14px auto 0px;
    padding: 11px 6px 6px;
    border-radius: 13px;
    color: #787878;
}

#table-competitors > div  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.competitorPrice {
    text-align: right;
    border-left: 1.5px solid black;
}

.competitors-updated {
    font-size: 13px;
    text-align: center;
}

.element {
    padding-top: 12px;
}

.keyboard_arrow {
    user-select: none;
}

.current-price {
    background-color: red;
    padding: 8px;
}

.current-price > span {
    color: white;
}

@media (max-width: 1200px) {
    .productoCompetitors {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .buttonRed {
        left: 370px !important;
        top: 165px;
    }

    #competitors h1 {
        width: 375px;
    }

    #competitors {
        margin-left: 15px;
    }
}

@media (max-width: 970px) {
    #competitors h1 {
        width: 345px;
        margin-left: 15px;
    }

    #competitors {
        margin-left: 0px;
    }

    .buttonRed {
        left: 350px !important;
        top: 165px;
    }

    .listPricesCompetitors {
        width: 340px;
    }

}


@media (max-width: 768px) {
    .buttonRed {
        left: 350px !important;
        top: 165px;
    }

    #competitors {
        margin-left: 0px;
    }

    #competitors h1 {
        width: 340px;
    }

    .listPricesCompetitors {
        margin: -14px auto 0px;
        width: 330px;
    }
}

@media (max-width: 376px) {
    .buttonRed {
        left: 330px !important;
        top: 165px;
    }

    #competitors h1 {
        margin-left: 0px;
    }

    .listPricesCompetitors {
        margin-left: 5px;
    }
}

