
/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #aa8453;
    border-radius: 30px;
    background-color: #aa8453;
    color: #1b1b1b;
    font-weight: 300;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-1 span,
.button-1 span {
    font-size: 10px;
    margin-left: 5px;
    color: #1b1b1b;
}
[data-overlay-dark] .button-1 i,
.button-1 i {
    font-style: normal;
    font-size: 14px;
    padding-right: 5px;
    color: #1b1b1b;
}
.button-1:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-1:hover span {
    color: #1b1b1b;
}

/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-2 span,
.button-2 span {
    font-size: 10px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-2 i,
.button-2 i {
    font-style: normal;
    font-size: 14px;
    padding-right: 5px;
    color: #fff;
}
.button-2:hover {
    border: 1px solid #aa8453;
    background-color: #aa8453;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-2:hover i,
.button-2:hover span {
    color: #1b1b1b;
}

/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #1b1b1b;
    border-radius: 30px;
    background-color: #1b1b1b;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-3 span,
.button-3 span {
    font-size: 14px;
    margin-left: 5px;
    color: #fff;
}
.button-3:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-3:hover span {
    color: #1b1b1b;
}

/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #aa8453;
    border-radius: 8px;
    background-color: #aa8453;
    color: #1b1b1b;
    font-weight: 300;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-4 span,
.button-4 span {
    font-size: 10px;
    margin-left: 5px;
    color: #1b1b1b;
}
.button-4:hover {
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-4:hover span {
    color: #fff;
}


/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .wrap {
    position: relative;
    background: #fff;
    padding: 45px 30px;
    overflow: hidden;
    z-index: 1;
}
.lets-talk[data-overlay-dark] h6,
.lets-talk h6 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #aa8453;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 6px;
}
.lets-talk[data-overlay-dark] h5,
.lets-talk h5 {
    font-size: 35px;
    color: #fff;
    line-height: 1em;
}
.lets-talk[data-overlay-dark] p,
.lets-talk p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}



/* ======= Footer style ======= */
.footer {
    background-color: #1b1b1b;
}
.footer-logo {
    width: 130px;
    margin-bottom: 15px;
}
.footer-logo h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;

}
.footer-logo h2 span {
    color: #aa8453;
}
.footer .widget .widget-title {
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}
/* first footer */
.footer-date {
    color: #fff;
    letter-spacing: 0.05rem;
    line-height: 1.2;
margin: 15px 0;
    font-size: 0.85rem;
}
.first-footer {
    padding: 90px 0 0 0;
}
/* footer icon */
.icon-footer {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: #aa8453;
    color: #1b1b1b;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #aa8453;
    border-radius: 100%;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    background-color: transparent;
    border: 1px solid #222;
    box-shadow: none;
    border-radius: 0px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #222;
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b1b;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 15px;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}
.footer-contact-link-wrapper p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 1px solid #222;
}
.second-footer .widget-area .widget {
    padding: 45px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255, 255, 255, 0.8);
    /* margin-bottom: 20px; */
}
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
}
.footer .usful-links ul li:hover {
    color: #aa8453;
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .usful-links ul li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 15px;
}
.footer .usful-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #aa8453;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
.footer .usful-links ul li a:hover {
    color: #aa8453;
}
/* bottom footer */
.copyright {
    padding-top: 40px;
    padding-bottom: 40px;
}
.copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.copyright p a {
    background: linear-gradient(to bottom, #aa8453 0%, #aa8453 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.copyright p a:hover {
    color: #fff;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #aa8453;
    border-radius: 100%;
}
.social-icons li:hover {
    background: #aa8453;
    color: #1b1b1b;
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #fff;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid #aa8453;
    border-radius: 30px;
}
.widget-newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #aa8453;
    font-size: 16px;
    font-weight: 700;
    color: #1b1b1b;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.widget-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.widget-newsletter:hover button {
    background: #fff;
    color: #1b1b1b;
    outline: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-contact-links-divider {
        width: auto;
        min-height: 1px;
        margin: 20px 0px;
    }
}

/* ======= Services Box style ======= */
.services-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.services-box .item .icon {
    color: #91765a;
    margin-right: 30px;
}
.services-box .item .icon:before {
    font-size: 50px;
    line-height: 50px;
}
.services-box .item h5 {
    font-family: 'Bodoni Moda', serif;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.25em;
    color: #14100c;
    font-size: 24px;
}
.services-box .item p {
    font-size: 15px;
}

/* ======= Cars 2 style ======= */
.cars2 {
    position: relative;
}
.cars2 h3 {
    color: #fff;
    font-size: 21px;
}
/* sidebar */
.cars2 .sidebar-list {
    position: relative;
    display: block;
    padding: 0;
    background: #f2f2f2;
    border-radius: 20px;
    /* margin-top: -240px; */
    z-index: 9;
}
.cars2 .sidebar-list .search {
    position: relative;
    background-color: #aa8453;
    padding: 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.cars2 .sidebar-list .search form {
    position: relative;
}
.cars2 .sidebar-list .search form input {
    width: 100%;
    padding: 19.5px 15px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    border: none;
    color: #555;
}
.cars2 .sidebar-list .search form input::placeholder {
    color: #555;
}
.cars2 .sidebar-list .search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #aa8453;
    color: #1b1b1b;
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.cars2 .sidebar-list:hover .search form button {
    background-color: #aa8453;
    color: #1b1b1b;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.cars2 .sidebar-list .item {
    padding: 30px;
}
.cars2 .sidebar-list .item h5 {
    color: #1b1b1b;
    font-size: 17px;
}
.cars2 .sidebar-list .item .filter-radio-group {
    margin-bottom: 30px;
}
.cars2 .sidebar-list .item .filter-radio-group:last-child {
    margin-bottom: 0px;
}
.cars2 .sidebar-list .item .filter-radio-group div {
  margin-bottom: 5px;
}
.cars2 .sidebar-list .item .filter-radio-group div:last-child {
  margin-bottom: 0;
}
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:checked,
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label,
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  line-height: 12px;
  display: inline-block;
  color: #555;
}
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label:before,
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #aa8453;
  border-radius: 100%;
  background: transparent;
}
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label:after,
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label:after {
    content: "\e64c";
    font-family: 'themify';
    width: 14px;
    height: 14px;
    background: #aa8453;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    color: #1b1b1b;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cars2 .sidebar-list .item .filter-radio-group [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*  car listing */

.cars2 .car-list {
    position: relative;
}
.box-shadow {
    background-color: rgb(255, 255, 255);
    color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-family: sans-serif;
}
.cars2 .car-list .item figure {
    background-color: rgb(255, 255, 255);
    margin: 0;
    position: relative;
    width: 100%;
    height: 175px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.cars2 .car-list .item figure img {
    width: 100%;
    /* height: 100%; */
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* .cars2 .car-list .item:hover figure  img {
 -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
} */
.cars2 .car-list .item h3 {
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.cars2 .car-list .item p {
    margin-bottom: 15px;
    color: #555;
}
.cars2 .car-list .item .content {
    border: 5px solid #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 20px 20px;
}
.cars2 .car-list .item .content .cont {
  vertical-align: middle;
}
.cars2 .car-list .item .content .cont .features {
    padding: 5px 20px;
    display: grid;
    grid-template-columns: 70% 30%;
}
.cars2 .car-list .item .content .cont .features span {
    color: #555;
}
.cars2 .car-list .item .content .cont .features span i {
    color: #aa8453;
    margin-right: 10px;
    font-size: 14px;
}
.cars2 .car-list .item .content .cont .features p {
    margin-bottom: 0px;
    color: #555;
    text-align: right;
}
.cars2 .car-list .item .content .cont .book {
    /* display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    align-items: center; */
    display: grid;
    grid-template-columns: 60% 40%;
}
.cars2 .car-list .item .content .cont .book > div {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding-right: 15px;
}
.cars2 .car-list .item .content .cont .book > div:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.2em;
}
.cars2 .car-list .item .content .cont .book > div > span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}
.cars2 .car-list .item .content .cont .book .price {
    font-size: 30px;
    line-height: 1.2em;
    color: #654b2b;
    font-weight: 700;
}
.price {
    font-size: 33px;
    line-height: 1.2em;
    color: #654b2b;
    font-weight: 700;
}
.cars2 .car-list .item .content .cont .book .price span {
    font-size: 14px;
    font-weight: 300;
    color: #555;
    margin-bottom: 0;
}
.cont h3 {
    font-size: 14px;
    font-weight: 300;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #1b1b1b;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0;
}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #f2f2f2;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #1b1b1b;
    font-weight: 300;
    border: 1px solid #f2f2f2;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 11px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #aa8453;
    border: 1px solid #aa8453;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #aa8453;
    border: 1px solid #aa8453;
    color: #1b1b1b;
}
@media screen and (max-width: 768px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

#map {
    border-radius: 9px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* margin-top: 26px; */
    border: 3px solid white;
    width: 100%;
    height: 500px;
}


footer .other-store-app {
    width: 210px;
    height: 70px;
    border: 1px solid #353d56;
    border-radius: 4px;
    padding: 0 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin: 0 auto 15px;
}

footer .other-store-app .icon {
    width: 45px;
    margin-right: 15px;
}

footer .other-store-app .os-app-caps {
    font-size: 18px;
    font-weight: 500;
}

footer .other-store-app .os-app-caps span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #858b9f;
    margin-bottom: 3px;
}

.wrapper {
    width: 90%;
    height: 160px;
}
.margin-area {
    position: relative;
    text-align: center;
    font-family: "Trebuchet", sans-serif;
    font-size: 14px;
    margin: 0 20px;
}
.dot {
    height: 30px;
    width: 30px;
    position: absolute;
    background: #bbb;
    border-radius: 50%;
    top: 10px;
    color: #fff;
    line-height: 30px;
    z-index: 9999;
}
.dot.active {
    background: #aa8453;
}
.dot.one {
    left: 7%;
}
.dot.two {
    left: 34%;
}
.dot.three {
    left: 62%;
    color: #fff;
}
.dot.four {
    left: 88%;
    color: #fff;
}
.progress-bar {
    position: absolute;
    height: 10px;
    width: 25%;
    top: 20px;
    left: 10%;
    background: #bbb;
}
.progress-bar.active {
    background: #aa8453;
}
.progress-bar.second {
    left: 37%;
}
.progress-bar.third {
    left: 64%;
}
.message {
    position: absolute;
    height: 60px;
    width: 170px;
    padding: 10px;
    margin: 0;
    left: -8px;
    top: 0;
    color: #000;
}
.message.message-1 {
    top: 40px;
    color: #000;
}
.message.message-2 {
    left: 158%;
}
.message.message-3 {
    left: 158%;
    color: #000;
}
.message.message-4 {
    left: 150%;
}
.status {
    position: absolute;
    width: 700px;
    left: -600px;
    text-align: center;
    padding: 20px;
    color: black;
}
.status.code {
    top: 70px;
}
a {
    color: #aa8453;
    text-decoration: none;
    /* font-weight: bold; */
}
a:hover, a:focus {
    text-decoration: underline;
}
.text-dark {
    color: #3b444f !important;
}
/* Navbar Media Query */
@media screen and (max-width: 992px) {
    .wrapper {
        width: 100%;
        height: 160px;
    }
    .margin-area {
        margin: 0 10px;
    }
    
    .dot.one {
        left: 4%;
    }
    .dot.two {
        left: 30%;
    }
    .dot.three {
        left: 55%;
    }
    .dot.four {
        left: 82%;
    }
    .progress-bar {
        position: absolute;
        height: 10px;
        width: 20%;
        top: 20px;
        left: 10%;
        background: #bbb;
    }
    .progress-bar.second {
        left: 37%;
    }
    .progress-bar.third {
        left: 64%;
    }
    .message {
        position: absolute;
        height: 60px;
        width: 88px;
        padding: 10px;
        margin: 0;
        left: -8px;
        top: 0;
        color: #000;
    }
    .message.message-1 {
        top: 40px;
        width: 80px;
    }
    .message.message-2 {
        left: 104%;
    }
    .message.message-3 {
        left: 89%;
        color: #000;
    }
    .message.message-4 {
        left: 98%;
    }
    .cars2 .car-list .item .content .cont .book .price {
        font-size: 24px;
        line-height: 1em;
    }
}

/* ************************************************************************************************************ */
.titolomezzo {
    font-size: 26px;
    font-weight: 700;
}
.primodettaglio {
    font-size: 16px;
    display: inline-block;
}
@media (max-width: 1400px) {
    .prezzo-a-totale {
        font-size: 35px;
    }
}
@media (max-width: 992px) {
    .tipomezzo {
        font-size: 11px;
        line-height: 13px !important;
        display: block;
    }
    .titolomezzo {
        font-size: 22px;
        font-weight: 700;
    }
    .private_transfer {
        font-size: 12px !important;
        margin-top: 10px;
    }
    .primodettaglio {
        font-size: 14px;
        display: block;
    }
    .prezzo-a-totale {
        font-size: 38px;
        color: #3c3c3c;
        text-align: center;
        font-weight: 500;
    }
    .prezzocol {
        text-align: center;
        font-weight: 500;
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    .tipomezzo {
        font-size: 7px !important;
    }
    .private_transfer {
        font-size: 10px !important;
    }
}


.prezzo-a-totale {
    font-size: 32px;
    color: #3c3c3c;
    text-align: right;
    font-weight: 700;
}
.prezzocol {
    text-align: right;
}
.blackw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    vertical-align: middle;
    border-style: none;
}
.private_transfer {
    display: block;
    margin-top: 4px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.couponcode {
    display: inline-block;
    border-bottom: 1px dotted #f9b442;
    margin-left: 10px;
    margin-bottom: 4px;
    cursor: help;
}

.coupontooltip {
    display: none;
    background: #f9b442;
    color: #fff;
    border-radius: 4px;
    margin-left: -103px;
    padding: 15px;
    position: absolute;
    z-index: 1000;
    font-size: 13px;
    width: 230px;
}

.tipomezzo {
    color: #ccc;
    line-height: 19px;
    display: block;
    font-size: 12px;
}


/* ***************************  payment  *************************** */

#PAYMENT {
    background-color: rgb(255, 255, 255);
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    margin-bottom: 30px;
}
#reservation-details {
    background-color: rgb(255, 255, 255);
    padding: 14px;
    font-size: 13px;
    color: #535353;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-family: sans-serif;
}
@media only screen and (max-width:767px) {
    .card-card-image {
        display: flex;
        justify-content: center;
    }
    .card-card-image img {
        width: 85%;
    }
    .btn-select {
        width: 80px;
        height: 20px;
        padding: 5px 10px;
        font-size: 12px;
        background: #c3950f;
        color: #fff;
        border: 1px solid #c3950f;
        position: relative;
        outline: 0;
        border-radius: 3px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        text-align: center;
        border-radius: 3px;
        line-height: 1;
        cursor: pointer;
    }
    .btn-select:hover {
        background-color: #fff;
        color: #a17b0b;
        border: 1px solid #a17b0b;
    }
}

.btn:hover .help {
    color: #c3950f;
}

.btn.btn-block {
    width: 100%;
    display: block;
    max-width: 100%;
}

.btn .help {
    transition: all 0.1s linear 0s;
    color: #fff;
    font-weight: 400;
    font-size: 1.7rem;
}

.btn:disabled {
    opacity: 0.3;
}

.btn.btn--blue {
    border: 2px solid #8099b4;
    max-width: 212px;
    width: 100%;
    background: #8099b4;
}

.btn.btn--blue:hover:not(:disabled) {
    background: 0 0;
}

.btn.btn--blue:hover:not(:disabled) .help {
    color: #8099b4;
}

.btn.btn--green {
    max-width: 212px;
    width: 100%;
    background-color: #c3950f;
    border: 1px solid #c3950f;
    color: #fff;
}

.btn.btn--green:hover {
    background: #fff;
    color: #c3950f;
}

.btn.width-25 {
    width: 25%;
}

@media only screen and (max-width:767px) {
    .btn.width-25 {
        width: auto;
    }
}

.cuRadio .mark {
    border: 1px solid #7c7979;
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
}

.cuRadio .mark:before {
    height: 6px;
    background: #7c7979;
    border-radius: 50%;
    width: 6px;
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: 0;
}

.cuRadio li {
    display: block;
}

.cuRadio.inline-theme {
    text-align: center;
}

.cuRadio.inline-theme li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 34px 15px;
}

.cuRadio input[type=radio] {
    visibility: hidden;
    width: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 0 !important;
    opacity: 0;
}

.cuRadio input[type=radio]:checked+label .mark:before {
    opacity: 1;
}

.cuRadio label {
    display: inline-block;
    position: relative;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 1.8rem;
    color: #000;
    font-weight: 400;
    padding-left: 21px;
}

.cuRadio label:hover {
    color: #7f7f7f;
}

.payment-radio-list {
    max-width: 1000px;
    margin: 0 auto 40px;
}

@media only screen and (max-width:767px) {
    .payment-radio-list .custom-ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.payment-radio-list ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

@media only screen and (max-width:767px) {
    .payment-radio-list .custom-li {
        display: inline-block;
        border: none;
    }
}

.payment-radio-list li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-bottom: 35px;
}

@media (max-width:540px) {
    .payment-radio-list li {
        display: block;
        padding: 15px 0 25px;
        margin-bottom: 25px;
        border: 1px solid #666;
        border-radius: 10px;
    }
}

.payment-radio-list li label {
    display: inline-block;
    vertical-align: top;
    padding-top: 55px;
}

.payment-radio-list li label .mark {
    top: 15px;
    left: 50%;
    margin-left: -6px;
}

.payment-radio-list li label .custom-mark {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-right: 10px;
}

.payment-radio-list .img {
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.payment-radio-list .img img {
    max-height: 75px;
    margin: 0 auto;
    display: block;
}

.payment-radio-list .title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.payment-radio-list .custom-title {
    display: -ms-flexbox;
    display: flex;
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
#DETAILS {
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    margin-bottom: 30px;
}