.panel-product-view{
    display: flex;
    width: calc(100% - 250px);
    min-width: 400px;
    max-width: 950px;
}

.panel-product-view>section:nth-child(1){
    width: 240px;
}

.panel-product-view>section:nth-child(2){
    width: calc(100% - 240px);
}

.panel-product-view>section:nth-child(1) div{
    width: 188px;
    height: 237px;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
}

.panel-product-view_title{
    display: flex;
    justify-content: space-between;

}

.panel-product-view_title h2{
    color: var(--roxoMuitoJogo);
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
}

.panel-product-view_title a{
    width: 190px;
    height: 50px;
    border-radius: 8px;
    background-color: var(--roxoMuitoJogo);
    color: var(--branco);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.panel-product-view_actions{
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--cinza1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.panel-product-view_actions div>span{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--roxoMuitoJogo);
    padding-bottom: 0.8rem;
}

.panel-product-view_actions a{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--cinza4);
}

.panel-product-view_table a{
    width: 20px;
    height: 20px;
    position: relative;
    left: 3rem;
}

.panel-product-view_table a div{
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background-color: #E7E7E7;
}

.panel-product-view_table td, .panel-product-view_table tr{
    text-align: center;
}


