.cruzproducts-row{
    margin-top: 30px;
}

.cruzproducts-select {
    width: 100%;
    border-radius: 5px;
    padding: 4px 7px;
    margin-bottom: 10px;
}


.main-product-rr{
    border: 2px solid #3d3d3d;
    margin-bottom: 10px;
    text-align: center;
    padding: 8px 5px;
    border-radius: 8px;
}

.main-product-rr:hover{
    cursor: pointer;
    background-color: #ffdd15;
}


.r-align-center {
    display: flex;
    align-items: center;
    justify-content: center; /* Opcional: si también deseas centrar horizontalmente */
    height: 100%; /* Asegúrate de que las columnas tengan una altura del 100% */
}

.r-rr-c{
    display: flex!important;
    align-items:center;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    padding-top:10px;
}

.r-rr-c:hover{
    background-color: #ebebeb;
}

.r-rr-c i:hover{
    color: #e19911!important;
    cursor: pointer;
}

.products-lines{
    margin-top: 30px;
}

.rr-products-info{
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown_cruz{
    position: relative;
}

.dropdown_cruz .expand-more, .dropdown_cruz .expand-more{
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(0deg);
}

.dropdown_cruz:not(.collapsed) .expand-more{
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(180deg);
}

.products-lines img{
    height: 80px;
    width: 100px;
}

.r-text-align-left{
    justify-content: left!important;
}

.attr-linha{
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.rensr-spinner {
    border: 10px solid #f3f3f3;
    border-top: 11px solid #ffdd15;
    border-left: 11px solid #ffdd15;
    border-right: 11px solid #ffdd15;
    border-radius: 54%;
    width: 50px;
    height: 50px;
    animation: spinnn 1s linear infinite;
    margin: auto;
}

@keyframes spinnn {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.loading-info{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tipocomp h3{
    font-size: 15px;
    display: inline-block;
    background-color: #ffdd15;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 30px;
}

.cruz-produtos .add-to-cart {
    padding: 0px;
    width: auto;
    min-width: 0px;
    background-color: transparent!important;
    color: #ffdd15!important;
}


.cruz-produtos .add-to-cart:hover{
    color: #e19911!important;
}

.not-available:hover, .not-available {
    color: gray!important;
    cursor: not-allowed!important;
}

.checkbox-rr{
    display: inline-block;
    width: initial;
    margin-right: 20px;
}

.add-to-cart-alls{
    text-align: right;
    margin-top: 15px;
    margin-bottom: 30px;
}

.static-imagem {
    float: left;
    margin-right: 10px;
    max-width: 100%;
}

.max250-rr{
    max-width: 250px;
}

.tlupa{
    color: #ffdd15!important;;
}

.tlupa:hover{
    color: #e19911!important;
}

.text-center {
    text-align: center!important;
}

.info-titles{
    text-align: right!important;
    color: #ffdd15!important;
    font-weight: bold;
}

.caca-info{
    color: #ffdd15!important;
    font-weight: bold;
}

.product-imagens-rr image{
    width: 100%;
}