.wpSimplyNoleggioContainer .card {
    /*border-radius: 20px;*/
}

.wpSimplyNoleggioContainer .container {
    max-width: calc(1300px - 100px);
}

.smallShadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    border-radius: 20px;
}

.bigShadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    /*border-radius: 10px;*/
}

.filtroKilometri {
    margin-bottom: 10px;
    padding: 0px;
}

.cardheader-filter {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.btn-yellow {
    /*
    display: block;
    position: relative;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    /*
    color: #2a4045;
    background: #f0c540;
    text-decoration: none;
    opacity: 1;
    */
    transition: all .5s;
    /*border: none;
    margin: 0 auto;*/
}

.Auto {
    /*border-radius: 10px;*/
}

.btn-noBlock {
    display: inline-block;
}

.btn.btn-big:focus,
.btn.btn-big:hover,
.btn-outline-accessories:focus,
.btn-outline-accessories:hover,
.btn-yellow:hover {
    /*background: #2a4045;*/
    transition: all .5s;
    /*color: white;*/
}

.btn.btn-big,
.btn-outline-yellow,
.btn-outline-accessories,
div .btn-outline-yellow {
    display: block;
    position: relative;

    /*
    border-radius: 0px;
    */

    text-transform: uppercase;
    font-weight: 700;

    /*
    color: #2a4045;
    background: #ffc107;
    */

    text-decoration: none;
    opacity: 1;

    transition: all .5s;
    margin: 0 auto;
    padding: 7px;
}

.btn.btn-big {
    padding: 20px;
    position: unset;
}

.btn-outline-yellow:hover {
    opacity: .8;
    transition: all .5s;
}

.bottomShadow::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(13%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.72)), color-stop(88%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 13%, rgba(0, 0, 0, 0.72) 50%, rgba(0, 0, 0, 0.4) 88%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 13%, rgba(0, 0, 0, 0.72) 50%, rgba(0, 0, 0, 0.4) 88%, rgba(0, 0, 0, 0.1) 100%);
    /*border-radius: 100%;*/
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.4;
}

.smbtn {
    cursor: pointer;
}

.headerMap {
    display: none;
    padding: 4px;
    border: solid 1px #eee;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

/*****************************************************************/
/**********************  BOX DI NOLEGGIO  ************************/
/*****************************************************************/
.ui-autocomplete-loading {
    background: white;
}

#WPSimply_noleggioMainBoxPlaces {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.select2-container {
    min-width: 20px;
}

/*
#WPSimply_noleggioMainBoxPlaces h1,
#WPSimply_noleggioMainBoxPlaces h2,
#WPSimply_noleggioMainBoxPlaces h3,
#WPSimply_noleggioMainBoxPlaces h4,
#WPSimply_noleggioMainBoxPlaces h5,
#WPSimply_noleggioMainBoxPlaces h6,
#WPSimply_noleggioMainBoxPlaces p {
    color: #2a4045;
}
*/

#WPSimply_noleggioMainBoxPlaces .mainBoxTitle {
    /*color: #2a4045;*/
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}

#WPSimply_noleggioMainBoxPlaces .mainBoxSubTitle {
    /*color: black;*/
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

#WPSimply_noleggioMainBoxPlaces .mainBoxTitleRitiro {
    font-weight: 700;
    text-transform: uppercase;
}


#WPSimply_noleggioMainBoxPlaces .input-group.input-light>.input-group-prepend>.input-group-text {
    background: white;
}

/* Applica il bordo arrotondato SOLO al Select2 dentro a .input-group.input-light */
.input-group.input-light .select2 {
    border-radius: 5px !important;
    font-size: 0.8em !important;
    font-family: inherit !important;
}

/*
#WPSimply_noleggioMainBoxPlaces .input-group.input-light .form-control {
}
*/

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #43ac6a;
    border-width: 3px;
}

#WPSimply_noleggioMainBoxPlaces .form-control {
    height: auto;
    font-weight: 700;
}

#WPSimply_noleggioMainBoxPlaces select {
    min-height: 40px;
    height: 40px;
}

#WPSimply_noleggioMainBoxPlaces label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#WPSimply_noleggioMainBoxPlaces .submitForm:focus,
#WPSimply_noleggioMainBoxPlaces .submitForm:hover {
    /*
    background: #2a4045;
    */
    transition: all .5s;
    /*
    color: white;
    */
}

#WPSimply_noleggioMainBoxPlaces .submitForm {
    font-weight: bold;
    /*
    border-radius: 0px;
    color: #2a4045;
    background: #ffc107;
    text-shadow: none;
    */
    transition: all .5s;
}

#WPSimply_noleggioMainBoxPlaces::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(13%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.72)), color-stop(88%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 13%, rgba(0, 0, 0, 0.72) 50%, rgba(0, 0, 0, 0.4) 88%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 13%, rgba(0, 0, 0, 0.72) 50%, rgba(0, 0, 0, 0.4) 88%, rgba(0, 0, 0, 0.1) 100%);
    /*border-radius: 100%;*/
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.4;
}

label.img-radio>input {
    visibility: hidden;
    position: absolute;
}

label.img-radio>input+img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .5s;
}

label.img-radio>input:checked+img {
    border: 2px solid #111;
    transition: all .5s;
}

/*****************************************************************/
/**********************  LEFT FILTER BAR *************************/
/*****************************************************************/
#WPSimply_noleggioLeftBarInfo {}

#WPSimply_noleggioLeftBarInfo>.card-body {
    padding: 0;
}

/*****************************************************************/
/**********************  STEP 1 GRUPPO   *************************/
/*****************************************************************/
.wpSimplyNoleggioGruppoCustomMessageBox {
    padding: 15px;
    border: solid 1px #ff7400;
    background: #ff8118;
    margin-bottom: 5px;
}

.wpSimplyNoleggioGruppoCustomMessageBox>.wpSimplyNoleggioGruppoCustomMessage {
    color: white;
}

.wpSimplyNoleggioGruppoCustomMessageBox_Inner {
    padding: 15px;
    border: solid 1px #ff7400;
    background: #ff8118;
    margin-bottom: 5px;
}

.wpSimplyNoleggioGruppoCustomMessageBox_Inner>.wpSimplyNoleggioGruppoCustomMessage {
    color: white;
}

#WPSimply_noleggioTopBarInfo {
    /*background-image: url("../img/pexels-photo-354980.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-color: hsla(0, 0%, 100%, 0);
    background-blend-mode: overlay;
    margin-top: 10px;
}

/* Applica il padding solo per schermi più larghi di 900px */
@media (min-width: 1200px) {
    #WPSimply_noleggioTopBarInfo {
        padding-left: 16px;
        padding-right: 16px;
    }
}

#WPSimply_noleggioTopBarInfo .mainTitle {
    /*
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .1);
    */
    padding: 25px 0 40px 0;
    display: none;
}

#WPSimply_noleggioTopBarInfo .card {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    border: none;
    margin-bottom: 20px;
    padding: 20px 5px;
}

#WPSimply_noleggioTopBarInfo .card.active {
    background: #F0C540
}

#WPSimply_noleggioTopBarInfo .card.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 8px solid #f0c540;
}

#WPSimply_noleggioTopBarInfo .card>.card-header>.card-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 100%;
    background-color: #2a4045;
    color: #fff;
    line-height: 54px;
    text-align: center;
}

#WPSimply_noleggioTopBarInfo .card>.card-header>.card-number>span {
    font-weight: 700;
    color: #f0c540;

}

#WPSimply_noleggioTopBarInfo .card>.card-header {
    position: relative;
    background: #747B79;
    /*border-radius: 0;*/
    letter-spacing: -0.3px;
}

#WPSimply_noleggioTopBarInfo .card>.card-header>.cart-title {
    display: block;
    padding-left: 54px;
    color: #fff;
    font-weight: 700;
}


#WPSimply_noleggioTopBarInfo .card>.card-body {
    min-height: 230px;
    padding: 30px;
}

#WPSimply_noleggioTopBarInfo .card>.card-body>span {
    line-height: 1.6em;
    color: #2a4045;
}

#WPSimply_noleggioTopBarInfo .card a {
    text-decoration: none;
    color: #2a4045;
    text-transform: uppercase
}




/*****************************************************************/
/**********************  STEP 1 VEICOLI  *************************/
/*****************************************************************/


#WPSimply_noleggioVehicleContainer {
    padding: 8px 0 8px;
    /*background: #eeeeee;*/
    font-family: inherit;
}

#WPSimply_noleggioVehicleContainer .card>.card-header {
    font-weight: bold;
    text-transform: uppercase;
    /*letter-spacing: -0.3px;*/
}

#WPSimply_noleggioVehicleContainer .veichleContainer {
    padding: 20px;
    margin-bottom: 10px;
    /*background: white;
    color: #2a4045;*/
    line-height: 1.2em;
    font-weight: 100;
}

#WPSimply_noleggioVehicleContainer .veichleContainer .vehicleImage {
    width: 100%;
}

#WPSimply_noleggioVehicleContainer .veichleContainer .title {
    font-weight: bold;
    /*letter-spacing: -0.3px;*/
    color: #2a4045
}

#WPSimply_noleggioVehicleContainer .veichleContainer .subTitle {
    /*letter-spacing: -0.3px;*/
    color: #555;
    font-style: italic;
}

#WPSimply_noleggioVehicleContainer .veichleContainer .inclusoInTariffa,
#WPSimply_noleggioVehicleContainer .veichleContainer .nonInclusoInTariffa {
    /*letter-spacing: -0.3px;*/
    color: #555;
    line-height: .9em;
}

#WPSimply_noleggioVehicleContainer .veichleContainer table,
#WPSimply_noleggioVehicleContainer .veichleContainer table td,
#WPSimply_noleggioVehicleContainer .veichleContainer table th {
    border-color: none;
    border: none;
}

#WPSimply_noleggioVehicleContainer .veichleContainer .price {
    padding: 5px;
    background: #f9f9f9;
    border-radius: 10px !important;
    margin-top: 5px;
    /*letter-spacing: -0.3px;*/
}

#WPSimply_noleggioVehicleContainer .veichleContainer .price .importo {
    font-weight: bold;
}

#WPSimply_noleggioVehicleContainer .veichleContainer .price strike {
    font-style: italic;
}

#WPSimply_noleggioVehicleContainer .veichleContainer .optional {
    color: #2a4045;
    row-gap: 13px;
}

#WPSimply_noleggioVehicleContainer .veichleContainer .img-optional {
    width: 15px;
}


/*****************************************************************/
/**********************  STEP 2 ACCESSORI *************************/
/*****************************************************************/

#WPSimply_AccessoriContainer {
    padding: 8px 0 8px;
    /*background: #eeeeee;*/
    /*letter-spacing: -0.3px;*/
}

@media (min-width: 1200px) {
    #WPSimply_AccessoriContainer {
        padding-left: 16px;
        padding-right: 16px;
    }
}


#WPSimply_AccessoriContainer .mainTitleContainer {
    padding-bottom: 25px;
}

.rentOrderInfoBox {
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

#WPSimply_AccessoriContainer .rentOrderInfoBox {
    background: white;
    padding: 25px;

}

#WPSimply_AccessoriContainer>* {
    /*letter-spacing: -0.3px;*/
}

#WPSimply_AccessoriContainer .rentOrderInfoBox>.title {
    line-height: 1em;

}

#WPSimply_AccessoriContainer .rentOrderInfoBox .description {
    line-height: .9em;
    font-style: italic;
}


#WPSimply_AccessoriContainer .rentOrderInfoBox .inclusoInTariffa,
#WPSimply_AccessoriContainer .rentOrderInfoBox .nonInclusoInTariffa {
    line-height: .9em;
}


#WPSimply_AccessoriContainer .rentOrderInfoBox .imageContainer {
    padding: 0px 0px;
}

#WPSimply_AccessoriContainer .rentOrderInfoBox .imageContainer>img {
    width: 80%;
}


#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti {
    margin-top: 25px;
}

/*
#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 1px;
}

#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table tr th {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left
}

#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table tr td,
#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table tr th {
    background: #f9f9f9;
    padding: 15px;
    border: none;
    text-align: left;
}
    */
#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
}

#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table tr th {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
}

#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table tr td,
#WPSimply_AccessoriContainer .rentOrderInfoBox .riepilogoCosti table tr th {
    background: #f9f9f9;
    padding: 15px 10px;
    border: none;
    text-align: left;
}

#WPSimply_AccessoriContainer .rentOrderInfoBox .prezzoGruppo {
    font-weight: bold;
}

#WPSimply_AccessoriContainer .accessorioContainer {
    padding: 15px;
    background: white;
    margin-bottom: 20px;
    transition: all .5s;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    border-radius: 20px;
}

#WPSimply_AccessoriContainer .accessorioContainer .accessorioObbligatorio {
    background: #e42306;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: white;
    position: absolute;
    top: -15px;
    right: -12px;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, .4);
    border-radius: 5px 5px 0 5px;
    font-size: 14px;
}

#WPSimply_AccessoriContainer .accessorioContainer .accessorioObbligatorio:after {
    width: 0;
    height: 0;
    border-top: 5px solid #4f120d;
    border-right: 12px solid transparent;
    position: absolute;
    top: 28px;
    right: 0px;
    content: "";

}

#WPSimply_AccessoriContainer .accessorioContainer.selected {
    background: #eee;
    border: solid 1px #ddd;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    transition: all .5s;
}

/*
#WPSimply_AccessoriContainer .accessorioContainer .accessorioTitle .title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
    */

#WPSimply_AccessoriContainer .accessorioContainer .accessorioTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bold;
    text-transform: uppercase;
}

#WPSimply_AccessoriContainer .accessorioContainer .accessorioTitle .title {
    margin: 0;
}

#WPSimply_AccessoriContainer .accessorioContainer .accessorioTitle .moreInfo {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}

#WPSimply_AccessoriContainer .accessorioContainer .moreInfoAccessorio {
    display: none;
    margin-top: 25px;
}

#WPSimply_AccessoriContainer .accessorioContainer img {
    width: 100%;
}

#WPSimply_AccessoriContainer .accessorioContainer .quantity .ui-spinner {
    clear: both;
    display: block;

}

#WPSimply_AccessoriContainer .accessorioContainer .quantity .ui-spinner>input {
    clear: both;
    border: none;
}

#WPSimply_AccessoriContainer .accessorioContainer .accessorioPrice {
    font-weight: bold;
}

#WPSimply_AccessoriContainer h5.titoloDatiCliente {
    text-transform: uppercase;
    font-weight: bold;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align>[class^="col-"],
.vertical-align>[class*=" col-"] {
    display: flex;
    align-items: center;
}

.importoDescrizione {
    margin-bottom: 6px;
    /*text-transform: uppercase;*/
}

.importoTotale>td>div {
    padding: 30px 5px;
}

.wpSimplyNoleggioContainer #main table:not(.table-borderless) td {
    border: none;
}

.importoTotale>td {
    border-color: #FFDA4B;
    border: solid;
    border-width: 2px;
    background: white;
    border: solid 2px #FFDA4B;
}

.importoTotale {
    border: solid 3px #FFDA4B;
}

.importoTotale>td>div>.bloccoImporto {
    color: #555;
    font-weight: bold;
}

tr.importoTotale>td {
    border-color: #f0c540;
    border: solid;
    border-width: 2px;
    background: white;
    border: solid 2px #f0c540;
}

span.required {
    color: red;
    font-weight: bold
}

.rentOrderInfoBox input[type="text"],
.rentOrderInfoBox input[type="search"],
.rentOrderInfoBox input[type="tel"],
.rentOrderInfoBox input[type="url"],
.rentOrderInfoBox input[type="email"],
.rentOrderInfoBox input[type="number"],
.rentOrderInfoBox input[type="date"],
.rentOrderInfoBox input[type="range"],
.rentOrderInfoBox input[type="password"],
.rentOrderInfoBox textarea {
    padding: 15px;
    line-height: 25px;
    height: auto;
    text-transform: uppercase;
}

.rentOrderInfoBox select {
    padding: 15px;
    line-height: 25px;
    height: auto;
    text-transform: uppercase;
    min-height: 57px;
}

.paymentMethodInfo {
    padding: 15px;
    border: 2px solid #f0c540;
    line-height: 1.5em;
}

.resultDataPaymentInfo {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    padding: 15px 0;
}




/*****************************************************************/
/**********************  ELENCO GRUPPI   *************************/
/*****************************************************************/

.listGroupsMainTitle {
    /*font-family: 'PublicaPlay', sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0;
    text-align: center
}

.stm_product_grid_single {
    padding: 15px;
    margin-bottom: 30px;
    background: white;
    transition: all .5s;
}

.stm_product_grid_single:hover {
    background: #fafafa;
    transition: all .5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}


.stm_product_grid_single .header {
    padding: 15px 0;
}

.stm_product_grid_single .title {
    /*font-family: 'PublicaPlay', sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
    /*letter-spacing: -0.3px;*/
}

.stm_product_grid_single .data {
    color: #444;
}

.stm_product_grid_single>.veicoloImmagine {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 25px 0;
}

.stm_product_grid_single>.veicoloImmagine>img {
    max-width: 100%;
    transition: all .5s;
}

.stm_product_grid_single:hover>.veicoloImmagine>img {
    transform: scale(1.1);
    transition: all .5s;
}



/********************************************************************/
/*****************     USER DASHBOARD         ***********************/
/********************************************************************/

.wpsimplyNoleggioUserDashboard {
    padding: 20px 0;
}

.userLoginBanner {
    padding: 20px;
    border: Solid 1px #eee;
    background: #fafafa;
    line-height: 1.2em;
}

/*font elenco a discesa stazioni home page*/
span.select2-results {
    /*font-family: 'Quicksand';*/
    font-weight: 700;
    letter-spacing: 0px;
}

.WPSimply_Ritiro {
    float: left;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Breakpoint di Bootstrap - COMMENTARE I @media PER TORNARE ALLA VISUALIZZAZIONE ORIGINALE */
@media (min-width: 576px) {
    .WPSimply_Ritiro {
        width: 50%;
        /* Comportamento di col-md-6 */
    }
}

.WPSimply_Restituzione {
    float: left;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Breakpoint di Bootstrap */
@media (min-width: 576px) {
    .WPSimply_Restituzione {
        width: 50%;
        /* Comportamento di col-md-6 */
    }
}