/*.ps-v6-slider.owl-theme .owl-dots .owl-dot:first-child {
    background-image: url(../../../images/backgrounds/listing-single-6-1.jpg);
}
.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(2) {
    background-image: url(../../../images/backgrounds/listing-single-6-1.jpg);
}
.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(3) {
    background-image: url(../../../images/backgrounds/listing-single-6-1.jpg);
}
.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(4) {
    background-image: url(../../../images/backgrounds/listing-single-6-1.jpg);
}*/

.btn-offerta{
   background-color: #c4bb1e;
    border: none;
    font-size: 20px;
}

.dettaglio-table .label {
    width: 150px;      /* prima 330px */
    font-weight: 600;
    padding-right: 50px; /* prima 30px */
    white-space: nowrap;
}

.btn_no_action {
    border-radius: 15px;
    right: 30px;
    background-color: white;
    border: 2px solid #656564;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 2px;
}

.label {
    font-weight: bold;
}

.btn-pubblicata{
    background-color: #c4bb1e;
    border: none;
    font-size: 15px;
}

.card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.card-link {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    padding: 14px 18px;

    background: #c51d3f; /* rosso */
    color: #fff !important;

    border-radius: 10px;
    text-decoration: none;

    transition: all 0.2s ease;
}

.card-link:hover {
    background: #c51d3f;
}

.card-link::after {
    content: "✕";
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.card-link.collapsed::after {
    content: "✕";
    transform: rotate(0deg);
}

.card-link:not(.collapsed)::after {
    content: "✕";
    transform: rotate(45deg);
}

.xml_pvp .node-name {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
}

.xml_pvp .attr-name::after {
    content: ":";
}

.xml_pvp .attr {
    padding-left: 50px;
    padding-right: 20px;
}

.xml_pvp .attr-name{
    font-weight: bold;
    padding-right: 20px;
}

.xml_pvp .item{

}

.card-body img {
    max-width: 100%;
    height: auto;
    display: block;
}

.card-body {
    overflow: hidden;
}

.header_padd{
    padding-top: 6.5rem;
}
@media (max-width: 767px) {
    .table-responsive-mobile tr,
    .table-responsive-mobile td {
        display: block !important;
        width: 100% !important;
    }

    .table-responsive-mobile td.label {
        font-weight: bold;
        padding-bottom: 2px;
    }
    .table-responsive-mobile td.value {
        padding-top: 0;
        margin-bottom: 15px;
    }

    .header_padd{
     padding-top: 1rem;
    }

    .mobile-side{
        padding-bottom: 30px;
        display: block;
    }
}

.lotti_correlati{
    /*flex-direction: column;*/
    height: 600px;
}

.thumb-img{
    height: 310px;
}

@media (min-width: 767px) {
    .mobile-side {
        display: none;
    }
}
