/* topolino theme */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --black-color: #000;
    --white-color: #ffffff;
    --topolino-theme-color-first: #9abba8;
    --topolino-theme-color-second:#B8DADC;
    --topolino-theme-color-third:#0D1A3B;
    --dark-blue-color: #0D1A3B;
}

@font-face {
    font-family: 'Armani GA';
    src: url('../fonts/ArmaniGA-Regular.woff2') format('woff2'),
        url('../fontsArmaniGA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.topolino-theme-color-first {
    background-color: var(--topolino-theme-color-first) !important;
}
.topolino-theme-color-second {
    background-color: var(--topolino-theme-color-second) !important;
}
.topolino-theme-color-third {
    background-color: var(--topolino-theme-color-third) !important;
    color: var(--white-color) !important;
}
.topolino-theme-color-third svg {
    stroke: #fff !important;
}
.armani_fiat {
    background-image: url('https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/fiat_banner_armani.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0 50px;
    position: relative;
}

.armani_fiat::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    height: 130px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.armani_title {
    font-family: 'Armani GA';
    font-size: 60px;
    padding-bottom: 470px;
    margin-bottom: 0px;
    color: var(--white-color);
    filter: contrast(1);
}

.unit_left p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.5px;
    color: var(--white-color);
}

.unit_left p span {
    display: block;
    text-align: center;
    max-width: 375px;
    margin: auto;
    border-bottom: 1px solid rgb(240 242 247 / 40%);
    padding-bottom: 15px;
    color: var(--white-color);
    filter: contrast(1);
}

.unit_left p span sup {
    top: -2px;
    filter: contrast(1);
}

.only_left {
    text-align: center;
    max-width: 375px;
    margin: 20px auto 0;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.only_left span {
    width: calc(100% - 135px);
    color: var(--white-color);
}

.only_left a {
    color: var(--black-color);
    text-decoration: none;
    background-color: var(--white-color);
    padding: 12px 15px;
    border-radius: 25px;
    width: 135px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.only_left a:hover {
    background-color: var(--topolino-theme-color);
    color: var(--white-color);
}

.disclaimer_armani {
    background-color: var(--black-color);
    padding: 5px 15px;
}

.disclaimer_armani_inner p {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    /* margin-top: 30px; */
    margin-bottom: 0px;
}

.disclaimer_armani_btn,
.disclaimer_armani_btn:hover {
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.33px;
    border: 1px solid var(--white-color);
    font-size: 12px;
    border-radius: 25px;
    padding: 10px 17px;
    font-weight: 600;
}

.tailored {
    background-color: var(--black-color);
    padding: 70px 0 0px;
    position: relative;
    z-index: 1;
}

.tailored .made_inner h2 {
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.6;
}

.tailored .made_inner h2 span {
    font-weight: bold;
}

.tailored .made_inner .made_btn {
    color: var(--black-color);
    background-color: var(--white-color);
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-top: 5px;
}

.tailored .made_inner .made_btn:hover {
    background-color: var(--topolino-theme-color);
    color: var(--white-color);
}

.tailored .made_inner {
    margin-bottom: 0px;
}

.armani_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fusion {
    background-image: url('https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/fusion.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 170px 15px 200px;
    position: relative;
    /* margin-top: -110px; */
}

.fusion h4 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: var(--white-color);
    margin-bottom: 30px;
    filter: contrast(1);
}

.fusion h4 span {
    font-weight: 500;
}

.fusion_inner_box {
    margin-bottom: 50px;
}

.armani_icon {
    height: 25px;
    margin-bottom: 20px;
}

.fusion_inner_box h5 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 15px;
    filter: contrast(1);
}

.fusion_inner_box p {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 13px;
    color: var(--white-color);
    filter: contrast(1);
}

.now_btn {
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    padding: 10px 25px;
    border: 1px solid var(--white-color);
    border-radius: 25px;
    font-size: 14px;
    filter: contrast(1);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.now_btn:hover {
    background-color: var(--topolino-theme-color);
    columns: var(--white-color);
}

.tailored .made_inner p {
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
}

.tailored .made_inner {
    max-width: 900px;
}

.armani_experience.tailored .made_inner .made_btn {
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid var(--white-color);
    margin: 8px 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.armani_experience.tailored .made_inner .made_btn:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

.tailored.armani_experience {
    padding: 50px 15px 0px;
}

.armani_trim.trim_page {
    background-image: url('https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/topolino-order-banner-v2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 170px 15px 250px;
    position: relative;
}

.trim_page.armani_trim_selection {
    padding: 0 15px;
}

.armani_trim.trim_page .banner_contant {
    position: relative;
    top: auto;
    left: auto;
}

.armani_trim.trim_page h2 {
    color: var(--white-color);
}

.armani_trim .order_trim .order_location .loc_icon {
    font-size: 16px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.armani_trim .order_trim .order_location .loc_icon svg {
    margin-right: 10px;
}

.armani_trim .order_trim .order_location input {
    border: 2px solid #B42E40;
    max-width: 170px !important;
    border-radius: 25px;
    font-size: 16px;
    padding: 8px 12px;
}

.armani_trim .current_loc_trim span.armani_or {
    color: var(--white-color);
}

.armani_trim .order_trim .order_location a {
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 10px 12px;
    font-weight: bold;
    border-radius: 25px;
    border: 2px solid #B42E40;
}

.armani_trim .order_trim .order_location a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.x_signature {
    position: absolute;
    bottom: -200px;
    left: 15px;
}

.armani_trim_selection .trim_selection_key_img {
    min-height: 230px;
}

.armani_trim_selection .trim_key_features {
    padding-top: 50px;
}

.armani_trim_selection .inner_fiatconnect .sub_Title {
    font-size: 16px;
    line-height: 1.5;
    min-height: 50px;
}

.armani_trim_selection .box_chry:before,
.armani_trim_selection .box_chry:after,
.armani_trim_selection .box_chry .inner_fiatconnect:before,
.armani_trim_selection .box_chry .inner_fiatconnect:after {
    background-color: var(--topolino-theme-color);
}

.armani_trim_selection .Select_Btn {
    background-color: var(--topolino-theme-color)
}

.armani_trim_selection .Select_Btn:hover {
    background-color: var(--black-color);
}

.armani_trim_selection .top_bar_Section {
    border: none;
    margin-top: 20px;
}

.armani_trim_selection .top_bar_Section span {
    border: none;
    font-weight: 600;
    background-color: var(--black-color);
    border-radius: 40px;
    margin: 0px;
}

.armani_trim_selection .armani_new_trim .inner_fiatconnect .sub_Title {
    min-height: auto;
}

/* .armani_trim_selection .armani_new_trim .inner_fiatconnect:hover {
    background: transparent;
} */

.armani_trim_selection .inner_fiatconnect img {
    max-width: 800px;
    margin: 30px 0;
    padding: 0px;
}

.armani_trim_selection .chooseColor_Option ul li span {
    color: #212529;
}

.armani_key_features {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    max-width: 800px;
    margin: auto;
}

.armani_key_features ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.armani_key_features ul li {
    list-style: none;
    width: 32%;
    border: 1px solid var(--black-color);
    border-radius: 25px;
    padding: 10px 10px;
    text-align: center;
}

.armani_key_features ul li i {
    font-size: 11px;
    margin-right: 3px;
}

.browse_other {
    text-align: center;
    display: block;
    margin: 50px 0 30px;
}

.browse_other span {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
}

.armani_top_highlight_bar {
    background: var(--topolino-theme-color);
    border-radius: 15px;
    color: #000;
    padding: 15px;
}

.fiat_right_features_armani .u_choose_color .custom_choose_heading {
    font-size: 14px;
    font-weight: 600;
    /* padding: 0 40px; */
}

.fiat_right_features_armani .u_choose_color span {
    text-align: left;
}

.fiat_right_features_armani .u_choose_color span.innerColor {
    justify-content: end;
    font-weight: 500;
    text-align: end;
    text-transform: capitalize;
}

.fiat_right_features_armani .u_choose_color span.innerColor b {
    font-weight: 500;
}

.fiat_right_features_armani .u_choose_color span img {
    border: none;
}

.fiat_right_features_armani .v_price {
    padding: 0px;
}
.fiat_right_features.fiat_right_features_armani {
    padding: 10px 20px;
}
.fiat_right_features_armani .custom-order-receipt-tiers,
.fiat_right_features_armani .custom_model {
    /* padding: 0 40px; */
}

.fiat_right_features_armani .custom_model,
.fiat_right_features_armani .custom-order-receipt-tiers {
    border-top: 1px solid #c4c4c4;
    padding-top: 15px;
}

.fiat_right_features_armani .custom_model {
    border-bottom: 1px solid #c4c4c4;
}

.fiat_right_features_armani .btn_main a {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.fiat_right_features_armani .btn_main a:hover {
    background-color: var(--topolino-theme-color) !important;
    border-color: var(--topolino-theme-color) !important;
    color: var(--black-color);
}

.armani_tyers .right_charging ul li.active .prefer_charge,
.armani_tyers .right_tires ul li.active .prefer_charge {
    border-color: var(--topolino-theme-color);
}

.armani_tyers .right_charging ul li.active .prefer_charge a.btnCustom,
.armani_tyers .right_tires ul li.active .prefer_charge a.btnCustom {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.armani_tyers .prefer_charge a.btnCustom {
    background-color: var(--topolino-theme-color);
    border-color: var(--topolino-theme-color);
    color: var(--white-color);
}

.armani_tyers .prefer_charge a.view_details {
    background-color: transparent;
    border-color: var(--black-color);
    color: var(--black-color);
    font-weight: 700;
}

.armani_tyers .prefer_charge a.view_details:hover {
    background-color: var(--black-color);
    border-color: var(--black-color);
    color: var(--white-color);
}

.order_armani .charging h2,
.armani_vc {
    padding-bottom: 15px;
}

.armani_vc {
    border-bottom: 1px solid #c4c4c4;
    margin: 15px 0;
}

.chooseColor_Option_armani {
    margin-bottom: 20px;
    margin-top: 10px;
}

.chooseColor_Option_armani ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.chooseColor_Option_armani ul li {
    padding: 10px;
    border-radius: 25px;
    list-style: none;
    cursor: pointer;
    margin: 0 10px;
}

.chooseColor_Option_armani ul li.active,
.chooseColor_Option_armani ul li:hover {
    background-color: #ccc;
}

.chooseColor_Option_armani ul li span {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.chooseColor_Option_armani ul li span img {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 4px;
}

.armani_box_sooner {
    background-color: #ebebeb;
    padding: 40px 100px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.armani_box_sooner .sooner {
    display: block;
    font-weight: 400;
    color: var(--black-color);
    font-size: 17px;
    margin-top: 5px;
}

.armani_box_sooner .gt_sooner {
    font-size: 40px;
    font-weight: 700;
}

.armani_dealer_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.armani_car {
    width: 50%;
    height: auto;
}

.armani_car_dealer {
    width: 50%;
}

.armani_dealer {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
}

.armani_dealer_bottom {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.armani_dealer_bottom_left {
    width: 40%;
}

.armani_price {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}

.armani_vin_msrp {
    font-size: 13px;
}

.armani_dealer_bottom_right {
    width: 60%;
}

.armani_dealer_name {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

.armani_miles {
    font-size: 15px;
}

.armani_sooner_btn {
    max-width: 365px;
    margin: auto;
}

.armani_sooner_btn_details {
    background: #000;
    color: #fff;
    width: 100%;
    border-radius: 25px;
    padding: 8px 20px;
    border: 2px solid #000;
    font-weight: 500;
    margin-bottom: 15px;
    filter: contrast(1);
}

.armani_sooner_btn_details:hover {
    background-color: var(--topolino-theme-color);
    border-color: var(--topolino-theme-color);
    color: var(--black-color);
}

.armani_sooner_btn_details_order {
    background: transparent;
    color: #000;
    width: 100%;
    border-radius: 25px;
    padding: 8px 20px;
    border: 2px solid #000;
    font-weight: 500;
}

.armani_sooner_btn_details_order:hover {
    background-color: var(--black-color);
    border-color: var(--black-color);
    color: var(--white-color);
}

/* .armani_b_0.fiat_right_features_armani .custom_model {
    border-bottom: none;
} */

.model_info_armani {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
    /* padding: 0 40px; */
}

.armani_slider {
    position: relative;
    z-index: 0;
}

.armani_slider .item img {
    width: 100%;
    border-radius: 10px;
}

.armani_slider .owl-nav {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
}

.armani_slider .owl-nav button {
    font-size: 30px !important;
    margin: 0 30px;
}

.armani_slider .owl-dots {
    display: none;
}

.ar_shade {
    top: 0;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}

.ar_shade::after {
    content: '';
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 10px;
}

.ar_shade .shde_title {
    position: relative;
    z-index: 1;
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    filter: contrast(1);
    margin-bottom: 5px;
}

.ar_shade p {
    position: relative;
    z-index: 1;
    margin: 0px;
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 90%;
    filter: contrast(1);
}

.gal_armani {
    padding: 10px 0;
}
.gal_armani img {
    border-radius: 10px;
}
/* .armani_slider .owl-item:nth-child(2n) {
    margin-top: 30px;
} */

.custom-order-receipt-tiers-armani .custom_t_checkbox,
.custom-order-receipt-tiers-armani .form-check {
    padding-left: 0;
}

.custom-order-receipt-tiers-armani .custom_t_checkbox .form-check label:before,
.lets_get_form_armani .custom_f_checkbox .form-check label:before {
    border-radius: 5px;
}

.custom-order-receipt-tiers-armani .custom_t_checkbox .form-check input:checked+label:after,
.lets_get_form_armani .custom_f_checkbox .form-check input:checked+label:after {
    border-color: #fff;
}

.custom-order-receipt-tiers-armani .custom_t_checkbox .form-check input:checked+label:before,
.lets_get_form_armani .custom_f_checkbox .form-check input:checked+label:before {
    background-color: #000;
}

.custom_order_page_armani_dealer.custom_order_page .inner_charging .miles_away {
    font-size: 13px;
    margin-top: 8px;
    font-weight: bold;
}

.custom_order_page_armani_dealer.custom_order_page .inner_charging .miles_away i {
    margin-right: 3px;
}

.custom_order_page_armani_dealer.custom_order_page .dealer_select_box select {
    font-size: 14px;
    padding: 15px 36px 15px 12px;
}

.custom_order_page_armani_dealer.custom_order_page .dealer_select_box label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.custom_order_page_armani_dealer.custom_order_page .dealer_select_box {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.custom_order_page_armani_dealer.custom_order_page .miles_text {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    width: 100%;
    top: 0;
    margin-bottom: 0;
    z-index: 0;
}

.custom_order_page_armani_dealer.custom_order_page .custom_range_slider {
    margin-top: 0px;
    margin-bottom: 20px;
}

.custom_order_page_armani_dealer.custom_order_page .range-slider__display::before,
.custom_order_page_armani_dealer.custom_order_page .range-slider__display::after {
    display: none;
}

.custom_order_page_armani_dealer.custom_order_page .range-slider__input:active::-webkit-slider-thumb,
.custom_order_page_armani_dealer.custom_order_page .range-slider__input:active::-moz-range-thumb {
    transform: none;
}

.custom_order_page_armani_dealer.custom_order_page .range-slider {
    --range-slider-thumb-size: 17px;
}

.range_step_armani {
    position: absolute;
    bottom: -23px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-weight: 700;
}

.range_step_armani span {
    font-size: 12px;
}

.whats_zip_label_armani {
    margin-bottom: 0px;
}

.custom_order_page_armani_dealer .custom_zipcode_box .form-control,
.enter_address  .form-control {
    width: 200px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 14px 15px;
    font-size: 16px;
}

.custom_order_page_armani_dealer .custom_zipcode_box .find_dealer_btn {
    position: absolute;
    right: 0;
    padding: 10px;
    font-size: 20px;
    width: 42px;
    height: 54px;
    border-radius: 0px 5px 5px 0px !important;
}

.custom_order_page_armani_dealer .or {
    font-weight: 500;
}

.custom_order_page_armani_dealer .use_loc {
    padding: 9px 25px;
    border-radius: 25px;
    background-color: transparent;
    border-width: 2px;
    color: #000;
    font-weight: bold;
    width: calc(100% - 36px);
}
.custom_order_page_armani_dealer .use_loc:hover {
    background-color: var(--black-color);
    border-color: var(--black-color);
    color: var(--white-color);
}

.custom_order_page_armani_dealer .custom_order_Inner_right .btn_main a {
    font-weight: 600;
    background-color: var(--black-color);
    border-color: var(--black-color);
    border-width: 2px;
    padding: 10px 40px 10px 40px;
}

.custom_order_page_armani_dealer .custom_zipcode_box .find_dealer_btn:hover,
.custom_order_page_armani_dealer .custom_order_Inner_right .btn_main a:hover {
    background-color: var(--topolino-theme-color) !important;
    color: #000;
    border-color: var(--topolino-theme-color) !important;
}

.custom_order_page_armani_dealer .order_location {
    padding: 5px 0 25px;
    flex-wrap: wrap;
}

.lets_get_form_armani h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.lets_get_form.lets_get_form_armani .form-control {
    border-color: #000;
    padding: 10px 12px;
}

.form-label-armani {
    position: relative;
    color: #000;
}

.form-label-armani span {
    color: #dc3545;
}

.lets_get_form.lets_get_form_armani .customBorder {
    border-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lets_get_form.lets_get_form_armani .armani_number .input-group-prepend {
    position: absolute;
    z-index: 1;
    top: 1px;
}

.lets_get_form.lets_get_form_armani .armani_number .form-control {
    padding: 10px 12px 10px 50px;
}

.lets_get_form.lets_get_form_armani .armani_number .input-group-prepend .input-group-text {
    border-radius: 5px 0px 0px 5px;
    background-color: #f5f1f1;
    padding: 9px 12px;
}

.personal_info_faq_armani .faq_choose_dealer::before {
    display: none;
}

.personal_info_faq_armani .faq_choose_dealer {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.lets_get_form_armani .faq_box .accordion-item {
    box-shadow: none;
    background: #ebebeb;
    border: none;
    border-radius: 10px;
}

.lets_get_form_armani .faq_box .accordion-header {
    border-radius: 10px;
}

.lets_get_form_armani .faq_box .accordion-button {
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px !important;
}

.custom_order_Inner_img.sticky_car.sticky_car_armani {
    top: 240px;
}

.no_armani_tyre_selection .no_t_selection {
    display: none !important;
}

.fiat_right_features_armani .v_price.final_deposit_armani ul {
    padding: 10px 0px 0;
}

.fiat_right_features_armani .v_price.final_deposit_armani ul li {
    color: #000;
}

.change_dealers_armani {
    padding: 0 0px 5px 0px;
}

.change_dealers_armani .change_dealer_btn {
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
}

.change_dealers_armani .change_dealer_btn:hover {
    background-color: var(--black-color);
    color: var(--white-color);
    border-color: var(--black-color);
}

.armani_thanku h2 {
    font-size: 40px;
}

.armani_thanku.inner_charging h4.t_id {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 0px;
}

.armani_thanku.inner_charging h4.t_id span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.armani_mb {
    margin-bottom: 40px;
}

.armani_video {
    margin-top: 0px;
}

.armani_video video {
    width: 100%;
}

.armani_video .plyr__play-large {
    display: inline-block !important;
    border-width: 2px;
    background-color: rgb(0 0 0);
    padding: 20px;
    visibility: visible !important;
}

.armani_video .plyr__play-large svg {
    width: 30px;
    height: 30px;
}

.mobile_view_model_show {
    display: none;
}

.mobile_view_model_hide {
    display: block;
}

.order_armani .show_M_view .purchase_btn .btn_main a {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    text-transform: unset !important;
    font-weight: bold;
    padding: 10px 60px 10px 60px;
    width: 100%;
}

.order_armani .show_M_view .purchase_btn .btn_main a svg {
    display: none;
}

.order_armani .show_M_view .purchase_btn .btn_main a:hover,
.order_armani .show_M_view .purchase_btn .btn_main a:focus {
    background-color: var(--topolino-theme-color) !important;
    border-color: var(--topolino-theme-color) !important;
    color: #fff;
}

.armani_top_highlight_bar_fio .max-630 {
    background: var(--topolino-theme-color);
    border-radius: 15px;
}

.payment_type_section_armani .order_location .zipCode input {
    border-radius: 25px !important;
}

.payment_type_section_armani .order_f .btn_main a {
    padding: 10px 40px 10px 40px;
}

.payment_type_section_armani .order_f .btn_main a svg,
.armani_signature_mobile {
    display: none;
}

.fiat_right_features_armani .btn_main a {
    padding: 10px 60px 10px 60px;
    text-transform: capitalize !important;
}

.fiat_right_features_armani .btn_main a svg {
    display: none;
}

.disclaimer_armani_mobile {
    display: none;
}

/* .order_armani .product_slider .carousel button {
    display: none;

} */

.armani_new_trim .chooseColor_Option_armani ul li {
    list-style: none;
    padding: 0 10px;
    cursor: pointer;
    background-color: transparent;
}

.armani_new_trim .chooseColor_Option_armani ul li span img {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 2px;
    margin-right: 4px;
}

.armani_new_trim .chooseColor_Option_armani ul li.active span img,
.armani_new_trim .chooseColor_Option_armani ul li:hover span img {
    border-color: #000;
}

.custom_order_page_armani_dealer .custom_order_Inner_right .btn_main .disabled {
    background: #000000 !important;
    border-color: #000000 !important;
}

.armani_breadcrumb .breadcrumb-item:last-child a,
.armani_breadcrumb .breadcrumb-item a:hover,
.armani_breadcrumb .breadcrumb-item a:focus {
    color: var(--topolino-theme-color);
}

.armani_t_s.custom-order-receipt-tiers-armani .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.armani_odr_receipt .fiat_right_features_armani .no_t_selection {
    display: none !important;
}

.armani_sooner_btn_details.disabled {
    background-color: #000;
    color: #ffffff73;
}

.order_armani .inner_charging h4 {
    font-weight: 400;
    font-size: 16px;
}

.order_armani .inner_collapse ul li .custom_heading {
    padding-right: 12px;
    width: 50%;
    text-align: start;
}

.order_armani .inner_collapse ul {
    max-width: 700px;
    margin: auto;
}

.hide_desktop_armani_from {
    display: none;
}

.banner_contant h2,
.loc_icon,
.armani_or {
    filter: contrast(1);
}

.now_btn:focus-visible,
.tailored .made_inner .made_btn:focus-visible,
.armani_trim .order_trim .order_location a:focus-visible,
.faq_box .accordion-item:first-of-type .accordion-button:focus-visible {
    outline: auto;
}

.mobile_view_armani_main_top_bar {
    display: none;
}

.desktop_view_armani_main_top_bar {
    display: none;
}
.inner_fiatconnect a:focus-visible,
.armani_tyers .prefer_charge a.btnCustom:focus-visible,
.lets_get_form_armani .faq_box .accordion-button:focus-visible {
    border: 2px solid #000;
}

.armani_tyers .prefer_charge a.view_details:focus-visible,
.at_home_popup .modal-dialog .btn-close:focus-visible {
    outline: auto;
}

.mobile_zipcode_form_error {
    display: none;
}

.armani_t_s.custom-order-receipt-tiers-armani .form-check,
.odr_Custom_armani_form .custom_f_checkbox .form-check {
    position: relative;
}

.armani_t_s.custom-order-receipt-tiers-armani .form-check input {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    opacity: 1;
    z-index: 1;
    background-color: transparent;
    border-color: transparent;
    --bs-form-check-bg-image: none;
}

.odr_Custom_armani_form .custom_f_checkbox .form-check input {
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    margin: 0;
    top: 6px;
    z-index: 1;
    background-color: transparent;
    border-color: transparent;
    --bs-form-check-bg-image: none;
}

.armani_t_s.custom-order-receipt-tiers-armani .form-check input:focus-visible,
.odr_Custom_armani_form .custom_f_checkbox .form-check input:focus-visible {
    outline: auto;
}

.inner_collapse_specification.inner_collapse_specification_armani ul.specification li {
    text-transform: capitalize;
}

.disclaimer_armani_desktop_order {
    display: none;
}

.disclaimer_armani_unit {
    color: #fff;
    margin-top: 10px;
}

.armani_trim_selection .inner_fiatconnect_both .Select_Btn {
    background-color: #c70606;
}

.armani_trim_selection .inner_fiatconnect_both .Select_Btn:hover {
    background-color: #000;
}

.armani_trim_selection .box_chry.inner_fiatconnect_both:before,
.armani_trim_selection .box_chry.inner_fiatconnect_both:after,
.armani_trim_selection .box_chry.inner_fiatconnect_both .inner_fiatconnect:before,
.armani_trim_selection .box_chry.inner_fiatconnect_both .inner_fiatconnect:after {
    background-color: #c70606;

}

.ipad_armani_show {
    display: none !important;
}

.font_zero {
    font-size: 0px !important;
}

#playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
    transition: 0.3s;
    background-color: rgb(0, 0, 0);
    padding: 15px;
    display: block;
    opacity: 0;
    visibility: visible !important;
}

#playButton svg {
    width: 40px;
    height: 40px;
}

.video-overlay {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: transparent;
    /* display: none; */
}

.armani_car_dealer .w-60 .vin.armani_vin {
    font-weight: 400;
    font-size: 16px;

}
.armani_car_dealer .w-60 .vin.armani_vin strong {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.armani_car_dealer .w-60.trim_desc {
    width: 100%;
    padding-left: 0px;
}
.armani_price strong {
    font-weight: bold;
}
.armani_miles strong {
    font-weight: 400;
}
.armani_video {
    background: url('https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/background-video-bg-mobile.jpg');
        background-size: cover;
    background-position: center;

}
.plyr--video .plyr__controls {
    display: flex !important;
}
.armani_new_trim .only_mb_btn_show a,
.armani_trim_selection .Select_Btn {
    background-color: var(--topolino-theme-color);
    color: #000;
}
.armani_new_trim .only_mb_btn_show a svg,
.armani_trim_selection .Select_Btn svg {
    stroke: #000;
}
.armani_new_trim .only_mb_btn_show a:hover,
.armani_trim_selection .Select_Btn:hover {
    color: #fff;
    background-color: #000 !important;
}
.armani_new_trim .only_mb_btn_show a:hover svg,
.armani_trim_selection .Select_Btn:hover svg {
    stroke: #fff;
}
.armani_trim_selection .box_chry:before, 
.armani_trim_selection .box_chry:after, 
.armani_trim_selection .box_chry .inner_fiatconnect:before, 
.armani_trim_selection .box_chry .inner_fiatconnect:after {
    background-color: var(--topolino-theme-color);
}
.armani_trim_selection .box_chry.topolino-theme-color-first:before, 
.armani_trim_selection .box_chry.topolino-theme-color-first:after, 
.armani_trim_selection .box_chry.topolino-theme-color-first .inner_fiatconnect:before, 
.armani_trim_selection .box_chry.topolino-theme-color-first .inner_fiatconnect:after {
    background-color: var(--topolino-theme-color-first);
}
.armani_trim_selection .box_chry.topolino-theme-color-first {
    background-color: transparent !important;
}
.armani_trim_selection .box_chry.topolino-theme-color-second:before, 
.armani_trim_selection .box_chry.topolino-theme-color-second:after, 
.armani_trim_selection .box_chry.topolino-theme-color-second .inner_fiatconnect:before, 
.armani_trim_selection .box_chry.topolino-theme-color-second .inner_fiatconnect:after {
    background-color: var(--topolino-theme-color-second);
}
.armani_trim_selection .box_chry.topolino-theme-color-second {
    background-color: transparent !important;
}
.armani_trim_selection .box_chry.topolino-theme-color-third:before, 
.armani_trim_selection .box_chry.topolino-theme-color-third:after, 
.armani_trim_selection .box_chry.topolino-theme-color-third .inner_fiatconnect:before, 
.armani_trim_selection .box_chry.topolino-theme-color-third .inner_fiatconnect:after {
    background-color: var(--topolino-theme-color-third);
}
.armani_trim_selection .box_chry.topolino-theme-color-third {
    background-color: transparent !important;
}
.chooseColor_Option_topolino {
    margin-bottom: 20px;
    margin-top: 10px;
}
.chooseColor_Option_topolino ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.armani_new_trim .chooseColor_Option_topolino ul li {
    list-style: none;
    padding: 0 0px 10px;
    cursor: pointer;
    /* width: 30%; */
    background-color: transparent;
}
.chooseColor_Option_topolino ul li span {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.armani_new_trim .chooseColor_Option_topolino ul li span img {
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 2px;
    margin-right: 6px;
}
.armani_new_trim .chooseColor_Option_topolino ul li.active span img, 
.armani_new_trim .chooseColor_Option_topolino ul li:hover span img {
    border-color: #000;
}
.order_topolino .top_highlight_bar p,
.order_topolino .right_sub a {
    color: #000;
}
.order_topolino .left_sub {
    border-color: #000;
}
.chooseColor_Option_topolino ul li {
    list-style: none;
}
.chooseColor_Option_topolino ul li.active, 
.chooseColor_Option_topolino ul li:hover {
    background-color: #ccc;
}
.chooseColor_Option_topolino ul li span img {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 4px;
}
.chooseColor_Option_topolino ul li {
    padding: 5px 10px;
    border-radius: 25px;
    list-style: none;
    cursor: pointer;
    margin: 0 10px;
}
.order_topolino .chooseColor_Option_topolino ul li {
    border: 1px solid #000;
}
.loaderinner span {
    background-color: var(--topolino-theme-color);
}
.topolino_right_top_logo.top_right_imgs img {
    max-width: 180px;
}
.innerColorTopolino {
    justify-content: end;
    font-weight: 500;
    text-align: end;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 20px;
}
.u_choose_color span.innerColorTopolino b {
    padding-left: 5px;
    text-transform: capitalize;
}
.top_highlight_bar p,
.right_sub a {
    color: #000;
}
.left_sub {
    border-color: #000;
}
.topolino_odr_receipt .fiat_right_features_armani .custom_model,
.odr_Custom_topolino_form .fiat_right_features_armani .custom_model {
    border: none;
}
.order_page_fiat_topolino .breadcrumb-item:last-child a,
.order_page_fiat_topolino .breadcrumb-item a:hover, 
.order_page_fiat_topolino .breadcrumb-item a:focus {
    color: var(--topolino-theme-color);
}
.order_page_fiat_topolino .max-630,
.order_page_fiat_topolino .top_highlight_bar {
    background: var(--topolino-theme-color);
}
.right_sub,
.left_sub span {
    color: #000;
}
.order_page_fiat_topolino .order_f .order_fiat {
    font-size: 35px;
}
.order_page_fiat_topolino .starting_msrp {
    margin-top: -8px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
    background: transparent;
    top: auto;
    width: auto;
}
header .navbar .navbar-nav .nav-item a {
    border: none;
}
.topolino_order_slider .carousel-indicators {
    bottom: -30px;
    margin-bottom: 0px;
    z-index: 0;
}
.topolino_order_slider .carousel-indicators button{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
}
.topolino_order_slider .carousel-indicators button.active {
    background-color: #000;
}
.topolino_order_slider .carousel-indicators {
    display: none;
}
.topolino_odr_receipt .model_info_armani,
.topolino_odr_receipt .custom_model h5.custom_choose_heading {
    display: none;
}
.topolino_odr_receipt .fiat_right_features_armani .custom_model {
    border-bottom: none;
}
.right_sub h5 {
    font-size: 20px;
    font-weight: bold;
}
.topolino_odr_receipt .custom_order_page {
    margin-top: 33px;
    padding-top: 40px;
}
.topolino_shutdown h2,
.topolino_shutdown p {
    max-width: 800px;
    margin: 0 auto .5rem;
}
.topolino_shutdown p {
    margin: 0 auto 20px;
}
.odr_Custom_topolino_form .dip_amount {
    margin-bottom: 10px;
}
.odr_Custom_topolino_form .lets_get_form.lets_get_form_armani .custom_f_checkbox {
    padding-left: 0px !important;
}
.specifications {
    margin-bottom: 50px;
}
.add_on_boost {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
}
.addon_inner {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #F3F3F3;
    padding: 24px 25px;
    margin-bottom: 5px;
}
.addon_left {
    position: relative;
    width: calc(100% - 250px);
}
.addon_left h4 {
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.5px;
    text-transform: capitalize;
    padding-left: 35px;
    position: relative;
}
.addon_left h4 svg {
    position: absolute;
    left: 0;
    top: 0;
}
.addon_left p {
    color: #212529;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    padding-left: 35px;
    margin-bottom: 0px;
}
.addon_right {
    width: 250px;
    text-align: end;
}
.addon_price {
    color: #212529;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    margin-bottom: 10px;
}
.added_btn_addon {
    font-size: 14px;
    border-radius: 50px;
    background-color: var(--dark-blue-color);
    border-color: var(--dark-blue-color);
    font-weight: 600;
    width: 235px;
    padding: 10px 60px 10px 60px;
    color: var(--white-color);
    margin-bottom: 10px;
    border-width: 2px;
}
.added_btn_addon.topolino-theme-color-first {
    background-color: var(--topolino-theme-color-first);
    border-color: var(--topolino-theme-color-first);
    color: var(--black-color);
}
.added_btn_addon.topolino-theme-color-second {
    background-color: var(--topolino-theme-color-second);
    border-color: var(--topolino-theme-color-second);
    color: var(--black-color);
}
.added_btn_addon.topolino-theme-color-third {
    background-color: var(--topolino-theme-color-third);
    border-color: var(--topolino-theme-color-third);
    color: var(--white-color);
}
.added_btn_addon:hover, .added_btn_addon:focus,
.added_btn_addon_details:hover, .added_btn_addon_details:focus {
    color: var(--white-color) !important;
    background-color: var(--black-color) !important;
    border-color: var(--black-color) !important;
}
.added_btn_addon_details {
    border-color: var(--dark-blue-color);
    color: var(--dark-blue-color);
    font-weight: 600;
    width: 235px;
    padding: 10px 60px 10px 60px;
    font-size: 14px;
    border-radius: 50px;
    border-width: 2px;
}
.custom_option_tabs {
    border: 2px solid #000;
    border-radius: 50px;
}
.custom_option_tabs li {
    width: 50%;
}
.custom_option_tabs li button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px !important;
    background: transparent;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
}
.custom_option_tabs li button.active {
    background-color: var(--black-color) !important;
    color: var(--white-color);
}
.custom_option_tabs li button:hover {
    color: var(--black-color);
}
.custom_order_page .inner_charging.new_inner_topolino_tabs {
    border-radius: 16px;
    border: 1px solid var(--200, #CCC);
    /* background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 50%, rgba(255, 255, 255, 0.00) 100%), url(<path-to-image>) lightgray -668.874px 0px / 189.661% 100% no-repeat; */
    /* backdrop-filter: blur(8px); */
    padding: 24px;
    margin-bottom: 30px;
    background: url(https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/pick-up-delivery-dolcevita-bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.custom_order_page .inner_charging.new_inner_topolino_tabs.topolino_bg {
    background: url(https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/pick-up-delivery-topolino-bg.jpg);
}
.custom_order_page .inner_charging.new_inner_topolino_tabs.dolcevita_bg {
    background: url(https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/pick-up-delivery-dolcevita-bg.jpg);
}
.armani_b_0.fiat_right_features_armani .custom_model.tp_bdr.border-0.mt-0 {
    border-top: 1px solid #c4c4c4 !important;
}
.before_continue {
    border-radius: 16px;
    padding: 16px;
    background: #EDB0B0;
    margin-bottom: 20px;
}
.before_continue p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}
.before_continue span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.delivery_cost {
    display: flex;
    justify-content: space-between;
}
.delivery_cost span {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}
/* .color_option_choose {
    max-width: 800px;
    margin: 10px auto 20px;
    position: relative;
    padding-top: 20px;
} */
.color_option_choose::before {
    content: '';
    position: absolute;
    width: 1024px;
    height: 1px;
    background-color: #C4C4C4;
    top: 0;
    left: calc(0% - 112px);
}
.color_option_choose ul li span {
    justify-content: center;
}
.coming_soon {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    background: #808080;
    padding: 6px 15px;
    text-align: center;
    width: 130px;
    margin: 5px auto 0;
}
.fiat_right_features_armani .custom_model.pricing_bdr {
    border-bottom: 1px solid #c4c4c4;
}
.odr_Custom_topolino_form .fiat_right_features_armani .custom_model.pricing_bdr,
.topolino_odr_receipt .fiat_right_features_armani .custom_model.pricing_bdr {
    border-top: 1px solid #c4c4c4;
    border-bottom: none;
}
.odr_Custom_topolino_form .fiat_right_features_armani .custom_model .form_hide_heading {
    display: none;
}
.odr_Custom_topolino_form .fiat_right_features_armani .custom_model,
.topolino_odr_receipt .fiat_right_features_armani .custom_model {
    padding-top: 0px;
}
.topolino_odr_receipt .fiat_right_features_armani .custom_model.total_last_bold span,
.odr_Custom_topolino_form .fiat_right_features_armani .custom_model.total_last_bold span {
    font-weight: 700;
}
.tax_tagline {
    font-size: 10px;
    color: #870A30;
    font-weight: 400 !important;
}
.inner_fiatconnect.only_mb_btn_show.topolino_trim_option {
    margin-bottom: 30px;
}
.addon_mobile_price {
    display: none;
}
.new_trims ul.nav-pills {
    align-items: center;
    justify-content: center;
}
.new_trims ul.nav-pills li.nav-item .nav-link {
    padding: 8px 24px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    border: 1px solid #C4C4C4;
    background: #fff;
    border-radius: 50px;
    margin: 0 7px;
}
.new_trims ul.nav-pills li.nav-item .nav-link.active,
.new_trims ul.nav-pills li.nav-item .nav-link:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.inner_Price .Left_price p.msrp_starting span {
    color: #870A30;
}
.color_new_options {
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.additional_charge {
    color: #747474;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 16px;
}
.add-on-boost {
    margin-bottom: 50px;
}
.change_paint_color {
    display: flex;
    padding-left: 35px;
    margin-top: 10px;
}
.change_paint_color_left {

}
.change_paint_color_right {
    margin-left: 10px;
}
.change_paint_color_right ul {
    padding: 0px;
    margin: 0px;

}
.change_paint_color_right ul li {
    list-style: none;
    margin-bottom: 5px;
}
.change_paint_color_right ul li a {
    border: 1.68px solid transparent;
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    padding: 3px;
}
.change_paint_color_right ul li a.active,
.change_paint_color_right ul li a:hover,
.change_paint_color_right ul li a:focus {
    border-color: #000;
}
.non_ref {
    display: block;
    color: #707070;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 13.5px;
    filter: contrast(1);
}
.right_brand_img_top_new {
    max-width: 180px;
    margin: auto;
}
.right_brand_img_top_new .custom_loader_topolino {
    margin-top: -60px;
    height: 112px;
}
.right_topo_color .custom_loader_topolino .loaderinner span {
    width: 3px;
    height: 3px;
    margin: 0px 2px;
}
.right_topo_color .custom_loader_topolino .loaderinner {
    height: 21px;
}
.custom_loader_topolino {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 72%);
    z-index: 999;
    left: 0;
    top: 0;
}
.custom_loader_topolino .loaderinner {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.custom_loader_topolino .loaderinner span {
    display: inline-block;
    width: 12px;
    height: 13px;
    border-radius: 3px;
    background-color: #000;
    margin: 35px 2px;
    opacity: 0;
}

.custom_loader_topolino .loaderinner span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.custom_loader_topolino .loaderinner span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.custom_loader_topolino .loaderinner span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}
.custom_loader_exterior_paint {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 72%);
    z-index: 1;
    left: 0;
    top: 0;
}
.custom_loader_exterior_paint .loaderinner {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.custom_loader_exterior_paint .loaderinner span {
    display: inline-block;
    width: 12px;
    height: 13px;
    border-radius: 3px;
    background-color: #000;
    margin: 35px 2px;
    opacity: 0;
}

.custom_loader_exterior_paint .loaderinner span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.custom_loader_exterior_paint .loaderinner span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.custom_loader_exterior_paint .loaderinner span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}
@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}
@media screen and (max-width:575px) {
    .armani_title {
        font-size: 40px;
        padding-bottom: 360px;
    }

    .armani_fiat {
        padding: 110px 15px 10px;
    }

    .unit_left p {
        display: none;
    }

    .unit_left img {
        max-width: 220px;
    }

    .only_left {
        flex-wrap: wrap;
    }

    .only_left span,
    .only_left a {
        width: 100%;
    }

    /* .only_left span {
        padding: 10px 0;
    } */

    .disclaimer_armani_inner p {
        font-size: 10px;
    }

    .disclaimer_armani_btn,
    .disclaimer_armani_btn:hover {
        font-size: 10.5px;
        font-weight: 400;
    }

    .tailored .made_inner .made_btn {
        width: 100%;
    }

    .fusion h4 {
        font-size: 24px;
    }

    .now_btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .tailored.armani_experience {
        padding: 50px 15px 0px;
    }

    .armani_experience.tailored .made_inner .made_btn {
        margin: 8px 0px 8px;
    }

    .armani_key_features ul {
        flex-wrap: wrap;
    }

    .armani_key_features ul li {
        width: 100%;
        text-align: left;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .armani_key_features ul li:last-child {
        margin-bottom: 0px;
    }

    .armani_key_features ul li i {
        font-size: 11px;
        margin-right: 8px;
    }

    .custom_order_page_armani_dealer .order_location {
        flex-wrap: wrap;
        justify-content: center;
    }

    .custom_order_page_armani_dealer .custom_zipcode_box,
    .custom_order_page_armani_dealer .custom_zipcode_box .form-control {
        width: 100%;
    }

    .custom_order_page_armani_dealer .use_loc {
        width: 200px;
        font-size: 14px;
    }

    .custom_order_page_armani_dealer .or {
        font-size: 16px;
    }

    .custom_order_page_armani_dealer .custom_zipcode_box {
        margin-bottom: 15px;
    }

    .custom_order_page_armani_dealer .custom_order_Inner_right .btn_main a {
        width: 100%;
    }

    .custom_order_page_armani_dealer .custom_order_Inner_right .btn_main {
        margin-bottom: 20px;
    }

    .model_info_armani,
    .fiat_right_features_armani .u_choose_color .custom_choose_heading,
    .fiat_right_features_armani .custom-order-receipt-tiers,
    .fiat_right_features_armani .custom_model {
        padding: 0 0px;
    }

    .fiat_right_features_armani .custom_f_checkbox,
    .fiat_right_features_armani .custom_t_checkbox {
        padding-left: 0px !important;
    }

    .armani_thanku .thanku_page .mb-0.font_15 {
        font-size: 12px;
    }

    .armani_thanku .thanku_page .mb-0.font_15 strong {
        font-size: 16px;
    }

    .fusion {
        padding: 360px 15px 20px !important;
        background-image: url('https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/fusion-mobile.png');
        margin-top: -10px !important;
    }

    .armani_trim.trim_page {
        /* background-image: url('https://d3o40wwl2vh905.cloudfront.net/fiat500e/images/topolino/armani-order-banner-mobile.png'); */
        padding: 250px 15px 10px;
        overflow: hidden;
    }

    .armani_trim.trim_page .order_location {
        flex-wrap: wrap;
    }

    .armani_trim .order_trim .order_location input {
        max-width: 100% !important;
    }

    .armani_trim .order_trim .order_location .loc_icon {
        width: 95px;
        line-height: 0;
    }

    .armani_trim .order_trim .order_location .zipCode {
        width: calc(100% - 105px);
    }

    .armani_trim .order_trim .current_loc_trim {
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .trim_page.armani_trim .banner_contant .order_location a {
        font-size: 14px;
        padding: 10px 32px;
        width: calc(100% - 25px);
    }

    .trim_page.armani_trim .current_loc_trim span {
        font-size: 16px;
        width: 20px;
    }

    .armani_signature_mobile {
        display: block;
        position: absolute;
        top: 30px;
        width: 100%;
        text-align: center;
    }

    .armani_signature_mobile img {
        max-width: 180px;
    }

    .x_signature {
        display: none;
    }

    .order_armani .charging h2,
    .armani_vc {
        font-size: 26px;
    }

    .order_armani .sp_500e.inner_collapse_specification .specification {
        width: 100%;
    }

    .order_armani .inner_collapse_specification ul.specification li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .order_armani .inner_collapse_specification ul.specification:first-child {
        padding-top: 10px;
    }

    .order_armani .please_choose_option.textright {
        float: left;
    }

    .order_armani .charging,
    .order_armani .tyers {
        border-bottom: 1px solid #999;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .order_armani .specifications {
        border-bottom: 1px solid #999;
        margin-bottom: 30px;
    }

    .armani_page_conti .custom_order_page h2 {
        font-size: 34px !important;
    }

    .armani_dealer {
        font-size: 15px;
    }

    /* .order_armani .tab_links.inner_odr_tab {
        top: 176px;
    } */

    .chooseColor_Option_armani ul li {
        margin: 0 5px;
    }

    .disclaimer_armani.disclaimer_armani_mobile {
        position: relative;
    }

    .disclaimer_armani.disclaimer_armani_mobile::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        background-color: #000;
        bottom: 0;
        left: 0;
    }

    .armani_trim.trim_page .banner_contant {
        padding: 25px 10px;
    }

    .order_page_fiat_armani_new .zipcode_form_error {
        display: block;
        text-align: left;
    }

    .desktop_zipcode_form_error {
        display: none !important;
    }

    .mobile_zipcode_form_error {
        display: block !important;
        margin-top: 5px;
    }

    .fiat_right_features_armani .v_price.final_deposit_armani ul {
        padding: 10px 0px 0;
    }
    .owl-carousel.owl-drag.topolino_slider_owl .owl-item {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .owl-carousel.owl-drag.topolino_slider_owl .owl-stage {
        width: 100% !important;
        transform:none !important;
    }
    .owl-carousel.owl-drag.topolino_slider_owl .owl-item.cloned {
        display: none !important;
    }
    .tab_links ul li a {
        font-size: 11px;
    }
    .tab_links ul li {
        margin-right: 0px;
    }
    .tab_links ul {
        justify-content: start;
    }
    .order_topolino .product_slider {
        padding: 0px 0px 10px;
    }
    .order_topolino .product_slider .carousel-control-next,
    .order_topolino .product_slider .carousel-control-prev {
        display: none;
    }    
    .order_topolino .chooseColor_Option_topolino {
        margin-top: 30px;
    }
    .topolino_order_slider .carousel-indicators {
        display: flex;
    }
    .topolino_odr_receipt .custom_order_page h2 {
        font-size: 27px !important;
    }
    .topolino_odr_receipt .armani_mb {
        font-size: 14px;
    }
    .ar_shade p {
        width: 100%;
    }
    .right_sub {
        font-size: 13px !important;
    }
    .order_armani .inner_charging h4 {
        font-size: 13px;
    }
    .right_sub h5 {
        font-size: 16px;
    }
    h5.custom_choose_heading {
        padding-top: 15px;
    }
    .odr_Custom_topolino_form .fiat_right_features_armani .custom_model.tp_bdr{
        border-top: 1px solid #c4c4c4;
    }
    .change_dealers_armani {
        padding: 0 0px 5px 0px;
    }
    .change_dealers_armani .dealer_address {
        width: 60%;
    }
    .change_dealers_armani .change_link {
        width: 40%;
    }
    .change_dealers_armani .change_link .change_dealer_btn {
        padding: 10px 15px 10px 20px;
    }
    .topolino_shutdown h2,
    .topolino_shutdown p {
        max-width: 100%;
    }
    .armani_new_trim .chooseColor_Option_topolino ul li {
        width: 50%;
        margin: 0;
    }
    .order_topolino .chooseColor_Option_topolino ul li {
        margin-bottom: 10px;
    }
    .addon_left,
    .addon_right {
        width: 100%;
        padding: 0px;
    }
    .addon_left p {
        padding: 0px;
    }
    /* .addon_left h4 svg {
        position: relative;
    } */
    .added_btn_addon,
    .added_btn_addon_details {
        width: 100%;
    }
    .addon_price .addon_mobile_price {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .addon_price {
        display: none;
    }
    .addon_right {
        margin-top: 15px;
    }
    .addon_left h4 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
    }
    .addon_mobile_price {
        display: block;
    }
    .change_paint_color {
        display: block;
        padding: 0px;
    }
    .change_paint_color_left {
        margin-bottom: 10px;
    }
    .change_paint_color_right {
        margin: 0px;
    }
    .change_paint_color_right ul {
        padding: 0px;
        margin: 0px;
        display: flex;
        justify-content: space-between;
    }
    .chooseColor_Option_topolino ul {
        justify-content: center;
        width: 100%;
    }
    .chooseColor_Option_topolino ul li span {
        justify-content: start;
    }
    /* .disclaimer_armani {
        margin-top: -10px !important;
    }     */
    .star_disclaimer_hover .disclaimerTooltip {
        right: -140px !important;
    }
    .star_disclaimer_hover .disclaimerTooltip:before {
        right: 120px !important;
    }
}

@media screen and (max-width:767px) {
    .order_armani .show_M_view {
        bottom: -1px;
    }

    .disclaimer_armani {
        /* padding: 50px 15px; */
        text-align: center;
        margin-top: -1px;
    }

    /* .disclaimer_armani_trim_page.disclaimer_armani {
        padding: 10px 15px 50px;
    } */

    .tailored .made_inner h2 {
        font-weight: 500;
        font-size: 24px;
        text-align: center !important;
    }

    .tailored {
        padding: 40px 15px 40px;
    }

    .fusion,
    .armani_video {
        margin-top: 0;
    }

    .fusion {
        padding: 50px 15px 40px;
    }

    .fusion_inner_box {
        margin-bottom: 20px;
    }

    .mobile_view_model_show {
        display: block;
    }

    .mobile_view_model_hide {
        display: none;
    }

    .tailored .made_inner p {
        text-align: center !important;
    }

    .armani_trim_selection .top_bar_Section span {
        margin: 20px 0 0;
        padding: 10px 75px 13px;
    }

    .armani_box_sooner {
        padding: 40px 15px 15px;
    }

    .armani_box_sooner .custom_order_page h2,
    .armani_thanku .custom_order_page h2 {
        font-size: 32px !important;
    }

    .armani_box_sooner .sooner {
        font-size: 14px;
    }

    .armani_car,
    .armani_car_dealer {
        width: 100%;
    }

    .armani_sooner_btn {
        padding: 10px 0px;
        margin-top: 20px;
        max-width: 100%;
    }

    /* .custom_order_page_armani_dealer {
        background-color: #EBEBEB;
        border-radius: 15px;
        padding: 15px;
    } */

    .custom_order_page_armani_dealer .custom_order_Inner_img,
    .armani_thanku .custom_order_Inner_img {
        display: block;
    }

    .custom_order_page_armani_dealer.custom_order_page .inner_charging .miles_away {
        text-align: left;
    }

    .custom_order_page_armani_dealer .range-slider::before {
        background-color: #dedede;
    }

    .armani_mb {
        margin-bottom: 10px;
    }

    .payment_type_section_armani .inner_section_type_img img:last-child {
        margin-left: 0px !important;
    }

    .payment_type_section_armani .inner_section_type_img {
        text-align: center;
    }

    .armani_tyers .right_tires {
        margin-top: 20px;
    }

    .armani_tyers .left_charging img {
        margin: 0;
    }

    .hide_mobile_armani_from {
        display: none;
    }

    .hide_desktop_armani_from {
        display: block !important;
        text-align: end;
        padding-bottom: 0px !important;
    }

    .odr_Custom_armani_form .main_top_bar {
        display: none;
    }

    .lets_get_form_armani h3 {
        font-size: 19px;
    }

    .odr_Custom_armani_form .ctm_padding {
        position: relative;
        top: auto;
    }

    .order_armani .collapse.custom_collapse {
        /* display: block !important; */
        padding: 0 0px 30px;
        border-bottom: 1px solid #c4c4c4;
    }

    .armani_trim_selection .trim_key_features {
        padding-top: 10px;
    }

    .armani_trim_selection .inner_fiatconnect .sub_Title {
        min-height: auto;
    }

    .mobile_view_armani_main_top_bar {
        display: block !important;
    }
    /* .custom_order_page .inner_charging.new_inner_topolino_tabs {
        border-radius: 0px;
        border: none;
        background: transparent;
        padding: 0;
    }        */
    .color_option_choose::before {
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .order_armani .tab_links.inner_odr_tab {
        top: 165px !important;
    }

    .ipad_armani_hide {
        display: none;
    }

    .payment_type_section_armani .order_location .zipCode {
        position: relative;
    }

    .ipad_armani_show {
        display: block !important;
        position: absolute;
        left: 0;
        text-align: left;
        width: 300px;
        bottom: -24px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .armani_video {
        margin-top: 0px;
    }

    .fusion {
        margin: 0px;
    }

    .trim_page.armani_trim_selection .in_landscape {
        width: 50%;
    }

    .armani_trim_selection .trim_selection_key_img {
        min-height: 280px;
    }

    .armani_trim.trim_page {
        padding: 90px 15px 130px;
    }

    .custom_order_page_armani_dealer .custom_order_Inner_img,
    .armani_thanku .custom_order_Inner_img {
        display: block;
    }

    .hide_mobile_armani_from {
        display: none;
    }

    .hide_desktop_armani_from {
        display: block !important;
        text-align: end;
        padding-bottom: 0px !important;
    }

    .odr_Custom_armani_form .main_top_bar {
        display: none;
    }


    .odr_Custom_armani_form .ctm_padding {
        position: relative;
        top: auto;
    }

    .armani_trim_selection .trim_key_features {
        padding-top: 0;
    }

    .order_armani .tab_links.inner_odr_tab {
        top: 99px !important;
    }

    .main_top_bar.desktop_view_armani_main_top_bar {
        top: 163px !important;
    }

    .x_signature {
        bottom: -100px;
    }
    .armani_box_sooner {
        padding: 40px 50px;
    }       
    .color_option_choose::before {
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width:930px) {

    .order_armani .hide_desktop_View,
    .page_conti.armani_page_conti .top_in_zip .zipCode_info.zip_in {
        display: none;
    }

    .tyers.armani_tyers .car_img_hide_mobile {
        display: block;
    }

    .tyers.armani_tyers .inner_charging h4 {
        margin-bottom: 0px;
    }

    .disclaimer_armani_mobile {
        display: block;
        padding: 23px 15px;
        text-align: center;
        border-top: 1px solid #fff;
        margin-top: 0;
    }
    .topolino_odr_receipt .custom_order_page {
        margin-top: 20px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .armani_video {
        margin-top: 0px;
    }

    .fusion {
        margin: 0px;
    }

    .trim_page.armani_trim_selection .in_landscape {
        width: 50%;
    }

    .armani_trim_selection .trim_selection_key_img {
        min-height: 320px;
    }

    .armani_trim.trim_page {
        padding: 130px 15px 140px;
    }

    .armani_trim.trim_page .banner_contant {
        max-width: 550px;
    }

    .x_signature {
        bottom: -100px;
    }

    .armani_trim_selection .trim_key_features {
        padding-top: 0;
    }

    .order_armani .tab_links.inner_odr_tab {
        top: 129px !important;
    }

    .main_top_bar.desktop_view_armani_main_top_bar {
        top: 193px !important;
    }
    
    .armani_box_sooner {
        padding: 40px 50px;
    }    
    .color_option_choose::before {
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .custom_order_page_armani_dealer .custom_zipcode_box .form-control {
        width: 160px;
    }
    .order.odr_Custom .ctm_padding {
        top: 71px;
    }
    .order.odr_Custom .tab_links.inner_odr_tab {
        top: 127px !important;
    }
    /* .order.odr_Custom .main_top_bar.desktop_view_armani_main_top_bar {
        top: 190px !important;
    }     */
    .odr_Custom_topolino_zip .main_top_bar,
    .odr_Custom_topolino_form .main_top_bar {
        top: 126px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .armani_trim_selection .inner_fiatconnect .sub_Title {
        min-height: 75px;
    }

    .armani_trim_selection .trim_selection_key_img {
        min-height: 190px;
    }

    .armani_trim_selection .inner_fiatconnect h2 {
        font-size: 16px;
    }

    .armani_trim.trim_page .banner_contant {
        max-width: 540px;
    }

    .armani_trim_selection .Select_Btn {
        width: 240px;
    }

    .armani_trim_selection .trim_key_features {
        padding-top: 0px;
    }
    .order_page_fiat_topolino .order_f .order_fiat {
        font-size: 30px;
    }
}

@media screen and (min-width:768px) {
    .desktop_view_armani_main_top_bar {
        display: block;
    }

    .order_armani .tab_links.inner_odr_tab {
        top: 129px;
    }

    .main_top_bar.desktop_view_armani_main_top_bar {
        top: 191px;
    }
}

@media screen and (max-width:380px) {
    .order_armani .inner_collapse_specification ul.specification li::before {
        top: 6px;
    }

    .inner_collapse_specification ul.specification li {
        font-size: 12px;
    }
    .right_sub h5 {
        font-size: 16px;
    }
    .right_sub {
        font-size: 12px !important;
    }
    .order_armani .tab_links.inner_odr_tab {
        top: 155px;
    }
}

@media screen and (min-width: 931px) {
    .disclaimer_armani_desktop_order {
        display: block !important;
    }

    .disclaimer_armani.disclaimer_armani_desktop_order .disclaimer_armani_inner p {
        margin-top: 50px;
    }
}
@media (min-width:1201px) and (max-width:1400px) {
    .order_page_fiat_topolino .inner_section_type_img {
        margin-top: 10px;
    }
    .order.odr_Custom .ctm_padding {
        top: 71px;
    }
    .odr_Custom_topolino_zip .main_top_bar,
    .odr_Custom_topolino_form .main_top_bar {
        top: 130px;
    }
}
@media screen and (min-width: 1400px) {
    .order.odr_Custom .ctm_padding {
        top: 71px;
    }
    .odr_Custom_topolino_zip .main_top_bar,
    .odr_Custom_topolino_form .main_top_bar {
        top: 135px;
    }
}

.colortext{
    text-transform: capitalize;
}
.speed-boost-d-none {
    display: none !important;
}
.exterior-paint-d-none {
    display: none !important;
}
#custom_order_page .custom_lodr .loaderinner span {
    background-color: #000;
}
.topolino_ar_dolcevita {
    margin-top: 10px;
}
.new_trims .topolino_ar_dolcevita ul.nav-pills li.nav-item .nav-link {
    text-transform: capitalize;
    padding: 0px;
    font-size: 16px;
}
.new_trims .topolino_ar_dolcevita ul.nav-pills li.nav-item .nav-link img {
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 2px;
    margin-right: 6px;
}
.new_trims .topolino_ar_dolcevita ul.nav-pills li.nav-item .nav-link.active img {
    border-color: #000;
}


.exp_lore.openIframe {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 11px;
    letter-spacing: .08em;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.exp_lore.openIframe span {
    position: relative;
}
.exp_lore.openIframe span::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #000;
            bottom: -2px;
            left: 0;
            opacity: 1;
        }
#iframeModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffc9; /* full white background */
    z-index: 9999;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size:30px;
    color: #000;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10000;
}
.modal-content {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    max-height: 550px;
    display: flex;
    align-items: center;
}
header .navbar .navbar-nav .nav-item a.openIframe {
    font-size: 11px;
    letter-spacing: .08em;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    line-height: 2.2;
}
header .navbar .navbar-nav .nav-item a.openIframe:hover {
    border-color: #C70606;
}
header .navbar .navbar-nav .nav-item a.openIframe span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -2px;
    left: 0;
    opacity: 1;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
@media screen and (max-width: 575px) {
    .exp_lore.openIframe {
        font-size: 8px;
        top: 6px;
    }
    .fiat_right_features h3 {
        font-size: 20px;
    }
    .delivery_cost span {
            font-size: 17px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .fiat_right_features h3 {
        font-size: 22px;
    }
    .exp_lore.openIframe {
        top: 8px;
        font-size: 9px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /* .fiat_right_features h3 {
        text-align: left !important;
        font-size: 24px;
    } */
    .exp_lore.openIframe {
        top: 6px;
    }
}

.disclosure_faq {
        width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    margin-left: 4px;
    font-size: 10px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}
.disclosure_text_hover {
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    cursor: default;
    font-size: 12px;
    font-weight: 400;
    left: -9px;
    opacity: 0;
    padding: 5px 8px;
    position: absolute;
    top: calc(100% + 5px);
    visibility: hidden;
    width: 200px;
    z-index: 1;
}
.disclosure_text_hover:before {
    border: 8px solid transparent;
    border-bottom-color: #000;
    content: "";
    height: 6px;
    left: 11px;
    position: absolute;
    top: -18px;
    width: 10px;
}
.disclosure_text_hover:after {
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}
.disclosure_text_hover p {
    color: #000;
    cursor: default;
    font-size: 12px !important;
    line-height: normal;
    padding-top: 0;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0px;
}
.disclosure_faq_tag:hover .disclosure_text_hover {
    opacity: 1;
    visibility: visible;
}
.vehicle_view_gallery {
    border-radius: 50px;
    border: 2px solid var(--Black, #000);
}
.vehicle_view_gallery li {
    width: 50%;
    text-align: center;
}
.vehicle_view_gallery li button {
    color: var(--Black, #000);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
}
.vehicle_view_gallery li button.active {
    background-color: #000;
    color: #fff;
}
.vehicle_view_gallery li button:hover {
    color: #000;
}
.vehicle_view_gallery li button.active:hover {
    color: #fff;
}
.vehicle_view_gallery li button#pills-gallery-tab.active svg path {
    fill: #fff;
}
.vehicle_view_gallery li button#pills-views-tab.active svg path {
    stroke: #fff;
}
.inner_accessories_options {
    border-top: 1px solid #c4c4c4;
    padding-top: 15px;
    min-height: 100px;
}
.accessories_options .custom_loader_topolino {
    z-index: 0;
}
iframe {
    width: 100%;
    height: 100dvh;
    border: none;
}
.accessories_options .addon-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 15px;
}
.accessories_options .addon-img {
    width: 100%;
    max-width: 150px;
}
/* @media (min-width: 768px) {
    .accessories_options .addon-img {
        height: 100px;
    }
} */
.accessories_options .add-btn {
    background-color: #9ABBA8;
    color: #000;
    border-radius: 30px;
    padding: 10px 25px;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    text-transform: uppercase;
}
.accessories_options .add-btn:hover,
.accessories_options .add-btn.added {
    background-color: #000;
    color: #fff;
}
.accessories_options .details-btn {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #000;
    background: transparent;
    width: 100%;
}
.accessories_options .details-btn:hover {
    background-color: #000;
    color: #fff;
}
.accessories_options .price {
    color: #212529;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    margin-right: 0px;
}
.accessories_options h5 {
    color: #212529;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    text-transform: capitalize;
}
.add_des_accessories {
    color: #212529;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 22.5px; */
}
.custom_order_Inner_img.desktop_v_hide_section  {
    display: none;
}

.main_top_bar.desktop_view_armani_main_top_bar,
.odr_Custom_topolino_zip .main_top_bar,
.odr_Custom_topolino_form .main_top_bar {
    position: relative;
    top: 0 !important;
    z-index: 0;
}
.paypal_element {
    max-width: 750px;
    margin: auto;
}
.vehicle_view_gallery li button#pills-views-tab:focus {
    color: #000;
}
.inner_Price .Left_price p.actual_Price span {
        font-size: 16px;
}
.right_sub {
    text-align: center;
}
.star_disclaimer {
    font-size: 17px;
    color: red;
    cursor: pointer;
}
.star_disclaimer_hover:hover .disclaimerTooltip {
    opacity: 1;
    visibility: visible;
    border-color: #000;
}
.star_disclaimer_hover .disclaimerTooltip {
    width: 200px;
}
.star_disclaimer_hover .disclaimerTooltip {
    left: auto;
    right: -18px;
}
.star_disclaimer_hover .disclaimerTooltip:before {
        right: 11px;
        left: auto;
        border-bottom-color: #000;
}
.custom_order_Inner_img.desktop_v_hide_section {
    text-align: center;
}
.custom_order_Inner_img.desktop_v_hide_section img {
    max-width: 200px;
}
.delivery_cost_disclaimer {
    font-size: 12px;
    line-height: normal;
    margin-top: 10px;
}
.deliveryoption .star_disclaimer_hover .disclaimerTooltip,
.delivery_cost .star_disclaimer_hover .disclaimerTooltip {
    left: -17px;
    right: auto;
}
.deliveryoption .star_disclaimer_hover .disclaimerTooltip:before,
.delivery_cost .star_disclaimer_hover .disclaimerTooltip::before {
    right: auto;
    left: 11px;
}
.delivery_cost .star_disclaimer_hover .disclaimerTooltip {
        font-size: 11px;
    line-height: normal;
}
.deliveryoption .star_disclaimer,
.delivery_cost .star_disclaimer,
.street_legal .star_disclaimer {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: -12px;
    right: -13px;
    line-height: 1.5;
    text-transform: lowercase;
}
.street_legal .star_disclaimer {
    right: -17px;
}
.street_legal .star_disclaimer_hover .disclaimerTooltip {
    top: calc(100% + 11px);
    right: -30px;
}
.delivery_cost .star_disclaimer {
    top: -17px;
}
.deliveryoption .star_disclaimer_hover .disclaimerTooltip {
    top: calc(100% + 12px);
    font-size: 11px !important;
}
.delivery_cost .star_disclaimer_hover .disclaimerTooltip__msg {
    font-size: 11px !important;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
}
.configure_btn a {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #9ABBA8;
    color: #000;
    border: none;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    max-width: 285px;
    position: relative;
    margin-top: 10px;
    
}
.configure_btn a:hover, .configure_btn a:focus, .configure_btn a:active {
    background-color: #000;
    color: #fff;
}
.configure_btn a svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    right: 20px;
}
.fiat_right_features_armani .u_choose_color span {
    width: 30%;
}
.fiat_right_features_armani .u_choose_color span.w-70 {
    width: 70%;
}
/* .accordion-body .disclosure_text_hover p {
    font-size: 10px !important;
} */
.accordion-body .disclosure_text_hover {
    width: 175px;
    left: -70px;
}
.accordion-body .disclosure_text_hover:before {
    left:70px;
}
.inventory_not_available .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
/* .inventory_not_available .modal-body {
    padding-top: 40px;
} */
/* .inventory_not_available .modal-title {
    text-align: center;
} */
.lets_get_form_armani .faq_box .accordion-button sup {
    display: contents;
}
.inventory_not_available .red {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: red;
}
.thankupage_btm .btn.black_Color {
    background-color: #9ABBA8;
    border-color: #9ABBA8;
    color: #000 !important;
}
.thankupage_btm .btn.black_Color:hover {
    color: #fff !important;
}
.banner_more {
    background-image:url('../images/topolino-sessionout.jpg');
 }
.banner_more.run_time_out {
    background-image: none;
    padding-bottom: 3%;
}
.learn_more_banner {
    width: 80%;
}
.accessories_icon .star_disclaimer {
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 10px;
    position: absolute;
    font-weight: bold;
    top: 1px;
    right: -18px;
    line-height: 1.5;
    text-transform: lowercase;
}
.star_disclaimer_hover.accessories_icon .disclaimerTooltip {
    left: auto;
    right: -32px;
}
.width-70 {
    width: 100%;
}
.width-30 {
    width: 165px;
    margin-left: 15px;
}
.width-30 .form-control {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 14px 8px;
    font-size: 16px;
    font-style: italic;
}
.tabdisabled {
    pointer-events: none;
    opacity: 0.5;
}
sup {
    top: 0;
    font-size: 16px;
}
.red_star {
    color: red;
    filter: contrast(1);
}
.custom_lodr_delivery {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 72%);
    z-index: 1;
}
.dlry_btn {
    position: absolute;
    right: 0;
    top: 4px;
    padding: 10px 7px;
    font-size: 20px;
    width: 35px;
    height: 53px;
    border-radius: 0px 5px 5px 0px !important;
}
.delivery_zipcode_form_error {
    color: red;
    font-size: 14px;
}
.custom_lodr_delivery .loaderinner span {
    background-color: #000;
}
.charging, .vehicle_Info, .specifications {
  scroll-margin-top: 200px;
}
.ar_shade {
    padding: 15px 15px 75px;
}
.custom_order_page_armani_dealer.custom_order_page .dealer_select_box {
    margin-top: 10px;
}
.search_radius {
    padding: 15px 0px;
    border-top: none;
}
.select_radius li {
    font-weight: bold;
}
.select_radius li.active,
.select_radius li:hover {
    background-color: #000;
}
.search_radius h3 {
    border-bottom: 1px solid #c4c4c4;
}
.pac-item strong {
    font-weight: normal !important;
}
.delivery_cost span.price_contact_dealer,
.price_contact_dealer {
    font-size: 13px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.delivery_cost {
    align-items: center;
}
.change_dealers_armani {
    flex-wrap: wrap;
}
.dealer_address {
    width: auto;
    display: flex;
    text-align: center;
    width: 100%;
}
.dealer_address i {
    font-size: 27px;
    margin-right: 5px;
}
.dealer_address p {
    font-size: 12px;
    width: 100%;
}
.dealer_address p a {
    color: #000;
    text-decoration: none;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.dealer_address p a span {
    line-height: 1.6;
}
.dealer_address p strong {
    font-size: 14px;
}
.dealer_address p a:hover span {
    text-decoration: underline;
}
.dealer_address p a:hover i {
    color: #000;
}
.change_dealers_armani .change_link {
    width: 120px;
    text-align: end;
    margin-top: 8px;
    margin-bottom: 7px;
}
.change_dealers_armani .change_dealer_btn {
    font-size: 12px;
    padding: 8px 15px 8px 20px;
}
header .navbar .navbar-nav .nav-item a.express_checkout {
    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    color: #fff;
    background: #000;
    margin: 15px 0;
}
header .navbar .navbar-nav .nav-item a.express_checkout:hover {
    background-color: #9ABBA8;
    color: #000;
}
.lets_get_form_armani h3 sup{
    top: -.1em;
    font-size: 20px;
}
.delivery_error_deliveryuserZipcode,
.delivery_error_deliverystreetAddress,
.pickup_error_selectedZipCode,
.delivery_error_delivery_dealers_listing,
.pickup_error_dealers_listing {
    color: red;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 5px;
}
.pickup_error_selectedZipCode {
    position: absolute;
    bottom: 2px;
}
.accordion-body .disclosure_three .disclosure_text_hover {
    left: -100px;
}
.accordion-body .disclosure_three .disclosure_text_hover:before {
    left: 102px;
}
@media screen and (max-width: 575px) {
    .learn_more_banner {
        width: 95%;
    }
    .banner_more {
        background-image: none;
    }   
    .charging, .vehicle_Info, .specifications {
        scroll-margin-top: 220px;
    }
    .custom_order_page .inner_charging.new_inner_topolino_tabs {
        padding: 24px 10px;
    }
    .width-30 {
        width: 185px;
        margin-left: 5px;
    }
    .ar_shade p {
        font-size: 10px;
    }
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip {
        width: 160px;
    }
    .select_radius li {
        font-size: 13px;
    }
    .change_dealers_armani .dealer_address {
        width: 100%;
    }
    .dealer_address p {
        font-size: 11px;
    }
    .dealer_address p strong {
        font-size: 12px;
    }
    .change_dealers_armani .change_link .change_dealer_btn {
        padding: 8px 15px 8px 20px;
    }
    .dealer_address i {
        font-size: 23px;
    }
    .fiat_right_features.fiat_right_features_armani {
        padding: 10px 15px;
    }
}
@media screen and (max-width: 767px) {
    .accessories_options .addon-img {
        max-width: 100%;
    }
    .custom_order_Inner_img.desktop_v_hide_section {
        display: block;
    }
    .modal-content { 
        max-height: none;
    }
    .vehicle_view_gallery li button {
        font-size: 14px;
    }
    .vehicle_view_gallery li button svg {
        width: 18px;
        height: 18px;
    }
    .configure_btn a {
        max-width: 100%;
    }
    .hide_mobile_armani_from {
        display: none !important;
    }
}

.starting_msrp span{
font-size: 16px;
}
@media screen and (max-width: 380px) {
    .accordion-body .disclosure_five .disclosure_text_hover,
    .accordion-body .disclosure_six .disclosure_text_hover {
        left: 0px;
    }
    .accordion-body .disclosure_five .disclosure_text_hover:before,
    .accordion-body .disclosure_six .disclosure_text_hover:before {
        left: 3px;
    }
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip {
        right: -20px !important;
    }
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip:before {
        right: 0px !important;
    }
}

@media (min-width: 381px) and (max-width: 400px) {
    .accordion-body .disclosure_five .disclosure_text_hover {
        left: auto;
        right: -90px;
    }
    .accordion-body .disclosure_five .disclosure_text_hover:before {
        left: auto;
        right: 87px;
    }
    .accordion-body .disclosure_six .disclosure_text_hover {
        left: auto;
        right: -10px;
    }
    .accordion-body .disclosure_six .disclosure_text_hover:before {
        left: auto;
        right: 7px;
    }
}
@media (min-width: 381px) and (max-width: 391px) {
    .faq_box .accordion-body {
        font-size: 15px;
    }
    .accordion-body .disclosure_five .disclosure_text_hover,
    .accordion-body .disclosure_six .disclosure_text_hover {
        left: 0;
        right: auto;
    }
    .accordion-body .disclosure_five .disclosure_text_hover:before,
    .accordion-body .disclosure_six .disclosure_text_hover:before {
        left: 2px;
        right: auto;
    }
}
@media (min-width: 320px) and (max-width: 400px) {
    .accordion-body .disclosure_one .disclosure_text_hover {
        left: -100px;
    }
    .accordion-body .disclosure_one .disclosure_text_hover:before {
        left: 101px;
    }
    .accordion-body .disclosure_three .disclosure_text_hover {
        left: -130px;
    }
    .accordion-body .disclosure_three .disclosure_text_hover:before {
        left: 131px;
    }
    .accordion-body .disclosure_four .disclosure_text_hover {
        left: -20px;
    }
    .accordion-body .disclosure_four .disclosure_text_hover:before {
        left: 22px;
    }
}
@media (min-width: 393px) and (max-width: 400px) {
    .accordion-body .disclosure_four .disclosure_text_hover {
        left: auto;
        right: -5px;
    }
    .accordion-body .disclosure_four .disclosure_text_hover:before{
        left: auto;
        right: 2px;
    }
}
@media (min-width: 320px) and (max-width: 362px) {
    .accordion-body .disclosure_one .disclosure_text_hover {
        left: 0px;
    }
    .accordion-body .disclosure_one .disclosure_text_hover:before {
        left: 2px;
    }
    .accordion-body .disclosure_two .disclosure_text_hover {
        left: -110px;
    }
    .accordion-body .disclosure_two .disclosure_text_hover:before {
        left: 112px;
    }
}
@media (min-width: 370px) and (max-width: 380px) {
    .accordion-body .disclosure_three .disclosure_text_hover {
        right: -20px;
        left: auto;
    }
    .accordion-body .disclosure_three .disclosure_text_hover:before {
        left: auto;
        right: 17px;
    }
}
@media (min-width: 401px) and (max-width: 575px) {
    .accordion-body .disclosure_text_hover {
        left: -110px;
    }
    .accordion-body .disclosure_text_hover:before {
        left: 112px;
    }
    .accordion-body .disclosure_two .disclosure_text_hover {
        left: -20px;
    }
    .accordion-body .disclosure_two .disclosure_text_hover:before {
        left: 22px;
    }
    .modal-backdrop.fade.show {
        display: block;
    }
    .modal.fade .modal-dialog { 
        transition: transform .3s ease-out;
        transform: translate(0, -50px);
        margin: var(--bs-modal-margin);
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .accordion-body .disclosure_four .disclosure_text_hover {
        left: -120px;
    }
    .accordion-body .disclosure_four .disclosure_text_hover:before {
        left: 122px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .delivery_cost span {
        font-size: 18px;
    }
}
@media (min-width: 1025px) and (max-width: 1100px) {
    .accordion-body .disclosure_four .disclosure_text_hover {
        left: -40px;
    }
    .accordion-body .disclosure_four .disclosure_text_hover:before {
        left: 42px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .faq_box .accordion-body {
        font-size: 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .accordion-body .disclosure_text_hover p {
        font-size: 10px !important;
    }
    .accordion-body .disclosure_text_hover {
        width: 150px;
        left: -70px;
     }
    .accordion-body .disclosure_text_hover:before {
        left:70px;
     }
}
/* @media screen and (min-width: 1400px) {
    .order.odr_Custom .ctm_padding {
        top: 70px;
    }
} */
/* topolino theme */













.delivery-wrapper .car-option input[type="radio"] {
    display: none;
}

.delivery-wrapper .car-card {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 16px 20px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s ease;
}

.delivery-wrapper .car-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.delivery-wrapper .car-info h4 {
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.333px;
    padding-bottom: 0px;
}

.delivery-wrapper .custom-radio {
    width: 22px;
    height: 22px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    position: relative;
}
.delivery-wrapper .car-option input[type="radio"]:checked + .car-card {
    border: 1px solid #111;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.delivery-wrapper .car-option input[type="radio"]:checked + .car-card .custom-radio {
    border-color: #111;
}

.delivery-wrapper .car-option input[type="radio"]:checked + .car-card .custom-radio::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.delivery-method {
    color: var(--Black, #000);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 24px;
}

.delivery-wrapper .form-check-input {
    width: 22px;
    height: 22px;
    margin-top: 0;
    border: 2px solid #cfcfcf;
}

.delivery-wrapper .form-check-input:checked {
    background-color: #111;
    border-color: #111;
}

.delivery-wrapper .form-check-label {
    font-weight: 600;
    margin-left: 6px;
}

.ctm_hr {
    margin: 24px 0;
    border-color: var(--400, #999);
}

.delivery-wrapper .zip-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0px;
}

.delivery-wrapper .zip-box {
    display: flex;
    flex: 1;
}

.delivery-wrapper .zip-box input {
    border: 1px solid #111;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    height: 52px;
    padding: 0 14px;
    width: 100%;
    font-size: inherit;
}

.delivery-wrapper .zip-btn {
    width: 58px;
    background: #111;
    color: #fff;
    border: 0;
    border-radius: 0 6px 6px 0 !important;
    font-size: 28px;
    position: relative;
}

.delivery-wrapper .location-btn {
    border: 2px solid #111;
    background: transparent;
    border-radius: 30px;
    height: 52px;
    padding: 0 100px;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
}
.delivery-wrapper .location-btn:hover,
.delivery-wrapper .zip-btn:hover {
    background-color: #9ABBA8;
    border-color: #9ABBA8;
    color: #000;
}

.delivery-wrapper .form-select,
.delivery-wrapper .form-control {
    height: 52px;
    border: 1px solid #111;
    border-radius: 4px;
}

.delivery-wrapper .distance {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.delivery-wrapper .delivery-cost {
    background: #ececec;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 22px;
    font-weight: 700;
}
.custom_space_divider {
    margin: 40px 0;
    height: 1px;
    background: var(--400, #999);
    display: block;
}
.delivery-wrapper .form-check-input[type="radio"] {
    border: 2px solid #000;
    background-color: #fff;
}
.delivery-wrapper .form-check-input[type="radio"]:checked {
    background-color: #fff;
    border-color: #000;
    background-image: radial-gradient(circle, #000 45%, transparent 50%);
}
.express_checkout_mobile a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #000;
    text-align: center;
    text-decoration: underline;
    padding: 8px;
    display: none;
}
.delivery-wrapper .dealer_select_box {
    margin-top: 10px;
}
.lets_get_form_armani .delivery-wrapper h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.delivery-wrapper .form-label-armani span {
    color: #000;
}
.delivery-wrapper .select_radius li {
    padding: 6px 10px;
}
.delivery-wrapper .delivery_cost {
    background: #ececec;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 22px;
    font-weight: 700;
 }
 .delivery-wrapper .delivery_cost span {
    text-transform: none;
    font-size: inherit;
 }
 .delivery-wrapper .delivery_cost span.star_disclaimer  {
    font-size: 11px;
}
.delivery-wrapper .delivery_cost span.price {
    margin-right: 0px;
}
.delivery-wrapper .miles_away {
    font-size: inherit;
    font-weight: unset;
}
.delivery-wrapper .dlry_btn {
    width: auto;
    height: inherit;
}
.delivery-wrapper .form-label-armani span.red_star {
    color: #dc3545;
}
.delivery-wrapper .order_location {
    padding-top: 0px;
}
.custom_lodr_modelselection_pickup_delivery .loaderinner span,
.overlay_form_custom .loaderinner span {
    background-color: #000;
}
.custom_lodr_modelselection_pickup_delivery,
.overlay_form_custom {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 72%);
    z-index: 1;
}
.overlay_form_custom {
    z-index: 2;
}
.dealer_address {
    width: auto;
    display: flex;
    text-align: center;
    width: 100%;
}
.dealer_address i {
    font-size: 27px;
    margin-right: 5px;
}
.dealer_address p {
    font-size: 12px;
    width: 100%;
}
.dealer_address p a {
    color: #000;
    text-decoration: none;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.dealer_address p a span {
    line-height: 1.6;
}
.dealer_address p strong {
    font-size: 14px;
}
.dealer_address p a:hover span {
    text-decoration: underline;
}
.dealer_address p a:hover i {
    color: #000;
}
.dealer_address p span.dealer-link-inner {
    border-bottom: 1px solid #bfbfbf;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.change_dealers_armani {
    padding-bottom: 0px;
    border: none;
}
.before_continue_message,
.before_continue_message_pickup {
    margin-bottom: 10px;
    margin-top: 10px;
    color: red;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.border_red_error {
    border: 1px solid red !important;
}
@media (max-width: 575px) {
    header .navbar .navbar-nav .nav-item a.express_checkout {
        display: none;
    }
    /* header {
        padding:0;
    } */
    /* .navbar-expand-lg .navbar-nav {
        margin-bottom: 0px !important;
    } */
    header .navbar .navbar-nav .nav-item a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .express_checkout_mobile a {
        display: block !important;        
    }
    .delivery-wrapper .car-card,
    .delivery-wrapper .car-info {
        flex-wrap: wrap;
    }
    .delivery-wrapper .car-info img {
        width: 100%;
    }
    .delivery-wrapper .car-info h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }
    .delivery-wrapper .custom-radio {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .dealer_address p {
        font-size: 11px;
    }
    .change_dealers_armani .dealer_address {
        width: 100%;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .delivery-wrapper .zip-wrapper {
        flex-wrap: wrap;
    }

    .delivery-wrapper .location-btn {
        width: calc(100% - 65px);
        padding: 0;
    }
    .delivery-wrapper .zip-box {
        width: 100%;
        flex: auto;
    }
    .delivery-wrapper .zip-wrapper .pickup_or {
        width: 50px;
    }
    .delivery-wrapper .car-title {
        font-size: 18px;
    }
}
@media (min-width: 576px) and (max-width: 930px) {
    header .navbar .navbar-nav .nav-item a.express_checkout {
        margin: 5px 0 0;
    }
}
@media (min-width: 360px) and (max-width: 375px) {
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip.disclaimerTooltip_gallery {
        right: -150px !important;
    }
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip.disclaimerTooltip_gallery:before {
        right: 130px !important;
    }
}
@media (min-width: 376px) and (max-width: 400px) {
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip.disclaimerTooltip_gallery {
        right: -30px !important;
    }
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip.disclaimerTooltip_gallery:before {
        right: 9px !important;
    }
}
@media (min-width: 401px) and (max-width: 450px) {
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip.disclaimerTooltip_gallery {
        right: -30px !important;
    }
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip.disclaimerTooltip_gallery:before {
        right: 9px !important;
    }
}
@media (min-width: 427px) and (max-width: 450px) {
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip {
        right: -30px !important;
    }
    .star_disclaimer_hover.accessories_icon .disclaimerTooltip:before {
        right: 9px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1280px) {
    .accordion-body .disclosure_three .disclosure_text_hover {
        left: -10px;
    }
    .accordion-body .disclosure_three .disclosure_text_hover:before {
        left: 12px;
    }
}
@media screen and (max-width: 930px) {
    .new_header_layout .logo {
        margin-top: 0px;
        width: 60px;
    }
}
.instock_transit {
    position: absolute;
    font-size: 11px;
    right: 0;
    top: 26px;
    font-weight: 600;
}
.in_stock_label {
    margin-right: 10px;
}
.instock_transit_delivery.instock_transit {
    top: 14px;
}
.instock_transit .star_disclaimer{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 8px;
    position: absolute;
    top: -9px;
    right: -9px;
    line-height: 1.5;
    text-transform: lowercase;
}
.instock_transit .star_disclaimer_hover .disclaimerTooltip {
    top: calc(100% + 11px) !important;
    right: -18px !important;
}
.instock_transit   .star_disclaimer_hover .disclaimerTooltip:before {
    right: 5px !important;
}
@media screen and (max-width: 575px) {
    .instock_transit {
        font-size: 9px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .instock_transit {
        font-size: 8px;
    }
}