.rank-math-breadcrumb, .vehiculos-archivo__breadcrumbs{
    font-size: 14px;
    color: #3F3B3A;
    padding-top: 15px;
}

.rank-math-breadcrumb a{
    color: #3F3B3A;
}

.rank-math-breadcrumb .last{
    font-weight: 600;
}

.header__icon-box .elementor-icon-box-title{
    margin: 0;
}

.link-white a, .link-white a:hover{
    color: white;
}

.no-margin *{
    margin: 0;
}

.icon-aligment-right .elementor-icon-box-icon{
    margin-left: 30%;
}

.home__text-header{
    color: white;
    font-size: 26px;
    font-weight: 300;
}

.home__text-header my-big-font{
    font-size: 30px;
    font-weight: 600;
}

.post-card__cats a{
    background: white;
    padding: 10px 15px;
    border-radius: 4px;
    margin-right: 10px;
}

.footer__newsletter-form .elementor-field-type-acceptance label,
.footer__newsletter-form .elementor-field-type-acceptance label a{
    color: white;
    font-size: 14px;
    position: relative;
    bottom: 2px;
}

.footer__newsletter-form .elementor-field-type-submit{
    position: absolute;
    right: 0;
}

.footer__newsletter-form .elementor-field-type-submit .elementor-button{
    padding: 11.5px;
}

.footer__two-column .elementor-icon-list-items{
    column-count: 2;
}

.woocommerce-checkout .woocommerce{
    max-width: 1300px;
    margin: auto;
}

.woocommerce-form-coupon-toggle{
    display: none !important;
}

.ro-reservation-checkout {
    margin-top: 20px;
}

.ro-reservation-breadcrumb {
    font-size: 14px;
    margin-bottom: 36px;
    color: #5f6368;
}

.ro-reservation-breadcrumb a {
    color: #5f6368;
    text-decoration: none;
}

.ro-reservation-layout {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 36px;
    align-items: start;
}

.ro-reservation-info h2 {
    color: #0b63ff;
    font-size: 44px;
    margin: 0 0 26px;
}

.ro-reservation-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px;
}

.ro-reservation-info li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 1.38;
}

.ro-reservation-info li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #0b63ff;
    font-size: 34px;
    line-height: 1;
}

.ro-reservation-card {
    background: #fff;
    border: 1px solid #dfe1e5;
    border-radius: 4px;
    padding: 18px;
}

.ro-reservation-vehicle {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 16px;
    align-items: start;
}

.ro-reservation-vehicle img {
    width: 100%;
    border-radius: 4px;
}

.ro-reservation-vehicle-main strong {
    font-size: 16px;
}

.ro-reservation-vehicle-main p {
    margin: 4px 0 0;
    font-size: 14px;
}

.ro-reservation-vehicle-prices {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 28px;
}

.ro-reservation-vehicle-prices div {
    text-align: right;
}

.ro-reservation-vehicle-prices small {
    display: block;
    font-size: 12px;
    color: #74797f;
}

.ro-reservation-vehicle-prices strong {
    color: #0b63ff;
    font-size: 30px;
    line-height: 1.1;
}

.ro-reservation-location {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eceff1;
    font-size: 14px;
    color: #5f6368;
}

.ro-reservation-location a {
    color: #0b63ff;
    margin-left: 4px;
}

.ro-reservation-totals {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eceff1;
}

.ro-reservation-totals p {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
    font-size: 32px;
}

.ro-reservation-totals p.total {
    margin-top: 10px;
    font-size: 44px;
}

.ro-reservation-checkout #order_review_heading,
.ro-reservation-checkout .woocommerce-checkout-review-order-table,
.ro-reservation-checkout .wc_payment_methods,
.ro-reservation-checkout .woocommerce-privacy-policy-text {
    display: none !important;
}

.ro-reservation-checkout .woocommerce-checkout-payment {
    background: transparent !important;
    border-top: 1px solid #eceff1;
    margin-top: 18px;
    padding-top: 14px !important;
}

.ro-reservation-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 10px;
    font-size: 13px;
}

.ro-reservation-checkout #place_order {
    width: 100%;
    background: #0b63ff !important;
    border-radius: 4px !important;
    min-height: 46px;
    font-size: 24px;
}

.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0;
    padding: 0;
}

.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper .form-row .input-text,
.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper .form-row select,
.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper .form-row textarea {
    width: 100% !important;
    padding: 15px 18px !important;
    border: 2px solid #ccc !important;
    border-radius: 4px !important;
    background: #fff;
    color: #4d4d4d;
    font-size: 14px;
}

.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper .form-row .input-text::placeholder,
.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper .form-row textarea::placeholder {
    color: #666;
}

.ro-reservation-checkout .woocommerce-billing-fields__field-wrapper .form-row textarea {
    min-height: 130px;
    resize: vertical;
}

.ro-reservation-checkout .country_to_state.country_select,
.ro-reservation-checkout .state_select{
    display: none !important;
}

.center-icon .elementor-icon-box-wrapper{
    justify-content: center;
    gap: 10px;
}

.center-icon .elementor-icon-box-icon{
    position: relative;
    bottom: 6px;
}

.center-icon .elementor-icon-box-content{
    flex-grow: 0 !important;
    width: auto !important;
}

.mid-size-horizontal p{
    width: 50%;
}

.has-shadow{
    box-shadow: 0px 4px 24px 0px #00000024;
}

@media (max-width: 767px) {
    .home__text-header{
        text-align: center;
        font-size: 20px;
    }

    .header__icon-box .elementor-icon-box-wrapper{
        justify-content: center;
    }

    .header__icon-box .elementor-icon-box-content{
        flex-grow: unset;
        width: unset;
    }

    .footer__newsletter-form .elementor-field-type-submit{
        position: inherit;
    }

    .shortcode-comprar-busqueda-vehiculo{
        position: absolute;
        top: -70px;
        right: 0.5%;
    }

    .ro-reservation-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ro-reservation-info h2 {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .ro-reservation-info li {
        font-size: 16px;
    }

    .ro-reservation-card {
        padding: 14px;
    }

    .ro-reservation-vehicle {
        grid-template-columns: 88px 1fr;
    }

    .ro-reservation-vehicle-prices {
        justify-content: space-between;
        gap: 12px;
    }

    .ro-reservation-vehicle-prices strong {
        font-size: 18px;
    }

    .ro-reservation-totals p {
        font-size: 24px;
    }

    .ro-reservation-totals p.total {
        font-size: 34px;
    }

    .ro-reservation-checkout #place_order {
        font-size: 18px;
    }

    .mid-size-horizontal p{
        width: 100%;
    }
}