input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.top_info_nav {
    top: 85px;
}

.empty_background_big_padding {
    padding: calc(7vw + 65px) 15px;
}




/* Navbar desktop ----------------------------------------------------------------------------------------------------- */

.top_info_nav ul {
    display: none;
}

.top_info_nav {
    height: fit-content;
}




/* Navbar phone ----------------------------------------------------------------------------------------------------- */


.burger_nav .help_call img {
    animation: ringing 3s ease-in-out infinite;
}

.burger_nav .help_call .outer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: expandablePhone 3s ease-in-out infinite;
}

.burger_nav .help_call img {
    position: absolute;
    margin-left: -3px;
}

.burger_nav .help_call .phone-alert-ring {
    width: 30px;
    height: 30px;
    border: 1.2px solid var(--main-green);
    border-radius: 50%;
    animation: expandableRing 1.8s ease-out infinite;
}


@keyframes ringing {

    0%,
    46%,
    100% {
        transform: translateX(0);
    }

    2%,
    6%,
    10%,
    14%,
    18%,
    22%,
    26%,
    30%,
    34%,
    38%,
    42% {
        transform: translateX(-0.03em);
    }

    4%,
    8%,
    12%,
    16%,
    20%,
    24%,
    28%,
    32%,
    36%,
    40%,
    44% {
        transform: translateX(0.03em);
    }
}


@keyframes expandablePhone {

    0%,
    60%,
    100% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }
}

@keyframes expandableRing {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50%,
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


/* Inner left nav --------------------------------------------------------------------------------------------------- */

.inner_left_nav_container {
    flex-direction: column;
    flex-grow: 0 !important;
}

.inner_left_nav {
    flex-direction: row;
    margin: 0;
}

.inner_left_nav h4,
.inner_left_nav .h4 {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.hover_iln:hover {
    background-color: var(--black-text);
    color: white;
}

.inner_lef_nav h4::before,
.focus_iln::before,
.hover_iln::before {
    display: none;
}

.focus_iln,
.focus_iln h4 {
    color: white;
    background-color: var(--black-text);
}

/* Coming soon  ----------------------------------------------------------------------------------------------------- */

.coming_soon_banner {
    max-width: 100%;
}

.coming_soon_banner.desktop {
    display: none;
}

/* 360 -------------------------------------------------------------------------------------------------------------- */

.ajxZ_outer_container {
    position: relative;
    margin-bottom: 1rem;
}

#myResponsiveDivID {
    width: 100%;
    height: calc(60vh - 55px);
    margin-top: 0 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: opacity .3s ease-in-out;
}

#zFsO {
    margin-left: auto;
    margin-right: auto;
}


.responsiveAuxImg {
    visibility: hidden;
    width: 100%;
}

.l_ajxz_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.load_ajxZ_btn {
    width: fit-content;
    max-width: 100%;
    border-radius: 0;
    opacity: 0.85;
    padding: 6px 7px;
    transition: opacity .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_triangle {
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: transparent transparent transparent var(--main-yellow);
    border-width: 12px 0 12px 25px;
}

.load_ajxZ_btn:hover {
    opacity: 1;
}

.play_message {
    color: white;
    text-transform: uppercase;
    margin-right: 15px;
    line-height: 0;
    font-size: 13px;
}

#myResponsiveDivID * {
    object-fit: cover;
}

body.axZmLock>.zFsO {
    z-index: 9999999998 !important;
}

.axZmToolTipCloseIcon {
    display: none !important;
}

.axZmToolTipInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    width: 90% !important;
    height: 100%;
    max-width: 400px !important;
    position: relative;
}

.axZmToolTipTitle .close {
    color: white;
    font-size: 12pt;
    margin-left: 20px;
}

.axZmToolTipInner>i:hover,
.axZmToolTipInner>i:focus {
    cursor: pointer;
}

.axZmToolTipTitle {
    color: white !important;
    font-family: var(--cgm) !important;
    font-size: 12pt !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center;
    width: 100% !important;
    text-transform: uppercase !important;
    position: relative !important;
    padding-bottom: 10px !important;
}

.axZmToolTipTitle:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 60%;
    /* or 100px */
    border-bottom: 5px solid var(--main-yellow);
}

.axZmToolTipTitle i {
    color: white !important;
}

.axZmToolTipTitle i.fa-expand,
.axZmToolTipTitle i.fa-times {
    font-size: 25pt;
}

#axZm_countMsg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
}

#axZm_countMsg>*:first-child {
    margin-right: 10px;
}

#axZm_countMsg,
#axZm_countMsg * {
    color: white;
    line-height: normal;
}

.extended_message {
    display: none;
}

.axZm_spinPreloaderHolder {
    background-color: rgba(64, 64, 64, 1)
}

.axZm_spinPreloaderBar {
    background-color: var(--main-yellow);
}

.axZm_loading:before {
    display: none !important;
}

.description_hotspot {
    color: white !important;
    font-size: 10pt !important;
    width: 100%;
}

.image_hotspot {
    object-fit: cover !important;
    max-height: 300px !important;
}

.axZmToolTipOuter {
    position: absolute !important;
    background: rgba(0, 41, 35, .9) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999999;
}

.axZmToolTipInner>div {
    margin-bottom: 20px !important;
}

.hotspot_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 10px;
}

.hotspot_nav div,
#previous_gallery,
#next_gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
}

.hotspot_nav div:hover,
.hotspot_nav div:focus,
#previous_gallery:hover,
#previous_gallery:focus,
#next_gallery:hover,
#next_gallery:focus {
    cursor: pointer;
    box-shadow: 0 0 10px white;
}

.hotspot_nav div:hover i,
.hotspot_nav div:focus i {
    color: var(--main-yellow);
}

.hotspot_nav div i,
#previous_gallery i,
#next_gallery i {
    font-size: 14pt;
    color: var(--black-text);
}

.hotspot_nav span,
.hotspot_nav b {
    font-size: 14pt;
    color: var(--main-yellow);
}

.gallery_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
}

.hotspot_nav b {
    color: var(--grey-95);
}

.axZmHotspotO,
.axZm_perspective {
    box-sizing: border-box !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 100% !important;
}

.axZmHotspotO {
    margin-top: -35px !important;
    margin-left: -30px !important;
    ;
}

.axZm_perspective {
    display: flex;
    justify-content: center;
    align-items: center;
}

.axZm_perspective::before,
.axZm_perspective::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-green);
    z-index: -1;
}

/*.axZm_perspective::before{
    animation: 2s ease-in-out .5s infinite background-grow;
    z-index: -1;
}
.axZm_perspective::after {
    animation: 2s ease-in-out infinite background-grow;
    z-index: -1;
}*/

.axZm_perspective>img {
    width: 41px !important;
    height: 41px !important;
}

.axZm_ctrlZoomTxt {
    display: none !important;
}

@keyframes background-grow {
    0% {
        opacity: 0%;
        height: 0;
        width: 0;
    }

    20% {
        opacity: 100%;
        height: 20%;
        width: 20%;
    }

    100% {
        opacity: 0%;
        height: 100%;
        width: 100%;
    }
}

.axZm_zoomSliderSpin {
    border: none !important;
    background-color: var(--main-yellow) !important;
    top: -6px !important;
}

.ui-slider-handle {
    height: 20px !important;
    width: 20px !important;
    border-radius: 100% !important;
    border: 2px solid var(--grey-95) !important;
    background-color: var(--main-yellow) !important;
    top: -7px !important;
    margin-left: -.3em !important;
    transition: background-color .3s;
}

.ui-slider-handle:hover,
.ui-slider-handle:focus {
    background-color: var(--black-text) !important;
}

.axZm_zoomSliderSpinWrap {
    margin-bottom: 30px;
}

.axZm_zoomCustomNaviFS {
    bottom: 60px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 200px !important;
}

#customBtn_mFullScreen {
    display: none !important;
}

.axZm_zoomCustomNaviFS img {
    height: 35px !important;
    width: 35px !important;
}

#customBtn_mSpinPlay::after {
    content: "";
    height: 100%;
    border: 1px solid var(--main-green);
    width: 1px;
}



/* Modal -------------------------------------------------------------------------------------------------------------*/

#ajax_modal.modal,
#gallery_modal.modal {
    position: relative;
}

#ajax_modal.modal {
    max-width: none !important;
    border-radius: 0 !important;
}

#ajax_modal img,
#gallery_modal img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

a#open_ajax_modal {
    color: var(--grey-95);
    padding-left: 15px;
    margin-left: auto;
}

#ajax_modal>div.hotspot_nav {
    bottom: 15%;
}

#previous_modal,
#next_modal,
#previous_gallery,
#next_gallery,
#previous_gallery:focus,
#next_gallery:focus {
    visibility: visible;
    background-color: var(--black-text);
}

#previous_modal i,
#next_modal i,
#previous_gallery i,
#next_gallery i {
    color: var(--main-yellow);
}

.jquery-modal {
    padding: 0;
}


/* Product info ----------------------------------------------------------------------------------------------------- */

.product_info {
    display: flex;
    flex-direction: column;
    background-color: white;
    z-index: 999999999;
    position: sticky;
    width: 100%;
    height: 85px;
    top: 84px;
}


.obtain:not(.yellow_btn) {
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    width: 100%;
    padding: 9px 0;
    height: 100%;
    max-width: 200px;
}

.product_info .obtain {
    display: none;
}

.obtain:not(.yellow_btn) p {
    white-space: nowrap;
    /*text-transform: capitalize;*/
    font-family: var(--cgl);
    color: var(--black-text);
    margin-right: 10px;
    font-size: calc(.3vw + 12px);
    line-height: calc(.3vw + 9px);
}

.obtain .reserved {
    white-space: break-spaces;
    text-align: center;
    margin-right: 0;
}

.countdown {
    display: block;
}

.product_info_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 calc(1.3vw + 14px);
    height: 100%;
}

.product_info .basic_info {
    display: flex;
    flex-direction: column;
}

.basic_first_row {
    display: flex;
    align-items: center;
}

.basic_first_row>*,
.basic_first_row .brand i {
    margin-right: calc(.5vw + 10px);
}

.brand {
    display: flex;
    align-items: center;
    transition: .3s;
}

.brand i {
    color: var(--grey-85);
    position: absolute;
    left: calc(.5vw + 4px);
    transform: translateY(-50%);
    top: 25%
}

.basic_first_row i {
    font-size: calc(.7vw + 7px);
}

.brand:hover a,
.brand:focus a {
    cursor: pointer;
}

.share {
    align-items: center;
    transition: .3s;
    background-color: var(--main-yellow);
    color: var(--black-text);
    padding: 10px calc(2vw + 20px);
    display: none;
    justify-content: center;
    margin-top: 0;
}

.share:hover {
    background-color: var(--main-red);
}

.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.price small {
    font-size: calc(8px + .2vw);
}

.copy_url {
    word-break: break-word;
}

.copy_url:hover,
.copy_url:hover i {
    color: white;
    cursor: auto;
}

.basic_second_row,
.ykm h3 {
    font-size: calc(.95vw + 10pt);
}

.kilom0 {
    display: flex;
}

.kilom0 img {
    transition: width .3s;
    width: 50px;
}

.ykm {
    display: flex;
    transition: .3s;
    align-items: center;
    height: 45%;
}

.ykm h3 {
    margin: 0 calc(.8vw + 5px);
}

.ykm .km {
    margin-right: 0.3rem;
}

.ykm .separator {
    border: 1px solid var(--grey-75);
    align-self: stretch;
}

.price_total_discounted {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price_container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.price_container:not(.small) {
    display: none;
}

.total,
.brand h1 {
    font-family: var(--cgb);
    font-size: calc(1.1vw + 13pt);
    text-transform: uppercase;
}

.brand h1 {
    width: max-content;
}

.total {
    display: flex;
    align-items: baseline;
}

.total .no_discount_price {
    padding: 0 10px;
}

h4+p.black_minititle_medium {
    text-transform: lowercase;
}

h4+p.black_minititle_medium:first-letter {
    text-transform: uppercase;
}

div.basic_info_detail>p.black_minititle_medium {
    font-size: calc(.3vw + .95rem) !important;
    line-height: 145% !important;
    font-family: var(--cgl) !important;
}

.price_obtain_container {
    margin-top: 10px;
    justify-content: space-evenly;
    padding: 0 calc(1vw + 9pt);
}

.price_obtain_container .obtain {
    width: fit-content;
    padding: 20px 25px;
    margin-left: 14px;
}

.price_obtain_container .obtain:not(.yellow_btn) p {
    font-family: var(--cgl);
    /*text-transform: capitalize;*/
    color: black;
}

/* Sound + SVG ------------------------------------------------------------------------------------------------------ */

.default_visual_replace,
.default_visual_replace_buttons,
.default_visual_replace_animation {
    display: flex;
}

.default_visual_replace_animation {
    align-items: center;
    margin-left: 20px;
}

.default_visual_replace svg:first-child {
    margin-right: 20px;
    transition: .3s;
}

.default_visual_replace:hover {
    opacity: .3;
}

.bap-btn {
    position: absolute;
    z-index: 10;
    opacity: 0 !important;
}

.default_visual_replace .dot {
    width: 13px;
    height: 13px;
    background-color: var(--grey-95);
    border-radius: 100%;
    margin-right: 10px;
}

.dot_animation {
    opacity: .6;
}

.dot_animation:first-child {
    animation: sound 1s ease infinite;
}

.dot_animation:nth-child(2) {
    animation: sound 1s ease .3s infinite;
}

.dot_animation:nth-child(3) {
    animation: sound 1s ease .6s infinite;
}

@keyframes sound {
    0% {
        opacity: .3;
    }

    25% {
        opacity: 100%;
    }

    75% {
        opacity: .3;
    }

    100% {
        opacity: .3;
    }
}

.state_button {
    max-height: 22px;
}

/* Icons changed */

/*

.bap-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;!important;
    border-radius: 0;
    border-left: 3px solid white;
    height: auto !important;
    transition: .3s;
    position: absolute;
    z-index: 10;
}

.bap-btn span{
    font-family: var(--cgl);
}

.bap-btn-default:hover {
    opacity: .5;
}

*/


.sound_container {
    background-color: var(--black-text);
}

.sound_container * {
    color: white;
}

.sound_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Specifications ----------------------------------------------------------------------------------------------------*/

#specifications h1,
#specifications h2,
#specifications h3,
#specifications h4,
#specifications h5,
#specifications h6 {
    font-family: var(--cgm);
    font-size: 1.3rem;
}

#specifications h1,
#specifications h2,
#specifications h3,
#specifications h4,
#specifications h5,
#specifications h6,
#specifications p {
    margin-bottom: 20px;
}

/* Finance -----------------------------------------------------------------------------------------------------------*/

.details_info_container {
    margin-top: 1rem;
}

.finance_chart,
.recap_group .recap_line {
    transition: .3s;
}

#financing_text {
    max-width: 90%;
    margin: 0 auto 3rem auto;
}

.wanna_finance_container {
    margin-bottom: 3rem;
}

.wanna_finance_container .sell_bike img {
    max-width: 60px;
    height: auto;
    margin-bottom: 1.7rem;
}

.sell_bike_st {
    flex-direction: column-reverse !important;
}

#finance_container {
    padding-bottom: 0;
}

.finance_input_group>*,
.financing_slider {
    width: 90%;
}

.finance_input_value small {
    width: 60px;
}

.select_arrow {
    right: 60px;
}

.finance_chart .form_row {
    padding-left: 0;
    padding-right: 0;
}

/* Sell bike */

.sell_bike img {
    width: 120px;
    height: 120px;
}

.sell_bike {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(.7vw + 10px) calc(3vw + 20px);
    border: 1px solid var(--main-purple);
    width: 100%;
    height: fit-content;
}

.sell_bike_text a {
    display: block;
}

/* Price recap */

.price_chart {
    display: flex;
    flex-direction: column;
}

.price_recap {
    flex-grow: 2;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.price_recap p {
    font-size: calc(.3vw + 15px);
}

.price_recap small {
    font-size: calc(.25vw + 9px);
}

.recap_line {
    display: flex;
    justify-content: flex-end;
}

.recap_line:last-child {
    margin-bottom: calc(0.2vw + 8px);
}

.recap_line>* {
    flex-basis: 50%;
}

.recap_line>*,
.total_price>* {
    padding: calc(.2vw + 8px) calc(.5vw + 15px);
}

.recap_line>p {
    display: flex;
    align-items: center;
}

.total_price {
    background-color: var(--grey-topnav);
}

.total_price>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_recap_container {
    display: flex;
    flex-direction: column;
}

/* Other products --------------------------------------------------------------------------------------------------- */



#container_other_products {
    padding-bottom: 20px;
    transition: padding .3s;
}

.outer_o_products_container .owl-carousel-outer {
    padding-top: 0;
}



/* Info details ----------------------------------------------------------------------------------------------------- */

.basic_info_detail {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: flex-start;
}

.basic_info_detail>* {
    display: inline-block;
    line-height: .8;
}

.basic_info_detail h4 {
    margin-right: 15px;
}

.basic_info_detail p {
    color: var(--gris-50);
}

.basic_info_detail p:last-child {
    padding-left: 15px;
}

.basic_info_detail p.black_minititle_bold {
    line-height: 1.5;
    text-transform: uppercase;
    width: fit-content;
    hyphens: auto;
}

.basic_info_detail p.black_minititle_bold::after {
    content: ":";
}

.basic_info_detail p.black_minititle_medium.simple {
    text-transform: lowercase;
    text-align: right;
}

.basic_info_detail p.black_minititle_medium.simple:first-letter {
    text-transform: uppercase;
}

#details_container {
    padding-bottom: calc(1vw + 15px);
}

.actions_partial {
    margin-top: -100px;
}

.ghost_content {
    display: none;
}

.basic_info_results .h2 {
    font-size: calc(1.4vw + 12pt);
}

.general_p_details p {
    text-align: justify;
}

/* Contact ------------------------------------------------------------------------------------------------------ */


.contact_title p {
    text-align: justify;
}


/* Inspections ------------------------------------------------------------------------------------------------------ */

.inspection_container .h1 {
    text-align: left;
}

.inspection_container p {
    text-align: justify;
}



/* Media queries ---------------------------------------------------------------------------------------------------- */

.actions_partial {
    padding-bottom: calc(1vw + 45px)
}


/* Media queries ---------------------------------------------------------------------------------------------------- */

@media screen and (orientation:landscape) {

    #ajax_modal.modal,
    #gallery_modal.modal {
        width: auto;
        height: 100%;
    }
}

@media screen and (orientation:portrait) {

    #ajax_modal.modal,
    #gallery_modal.modal {
        width: 100%;
        height: auto;
    }
}

/* Very small Devices */
@media (min-width: 300px) {}

@media (min-width: 414px) {

    .price_total_discounted>.no_discount_price {
        font-size: calc(9px + .4vw);
    }

}

@media screen and (max-width:420px),
screen and (max-height: 420px) and (orientation:landscape) {

    #axZm_zoomCustomNavi {
        bottom: 0 !important;
    }

    .axZmToolTipOuter {
        position: fixed !important;
        height: 100vh !important;
        top: 0 !important;
        padding-top: calc(1% + 1px);
        /*z-index: 9999999998;*/
    }

    .axZmToolTipTitle:before {
        bottom: -9px;
    }

    #ajax_modal {
        text-align: center;
        height: 100vh;
        max-height: unset !important;
    }

    .axZmToolTipInner {
        justify-content: unset !important;
        height: min-content;
        max-height: 100vh;
        overflow-y: scroll;
    }

    .axZmToolTipInner .description_hotspot {
        margin-bottom: 0 !important;
    }

    .axZmToolTipTitle i.fa-times {
        position: fixed;
        top: 5px;
        right: 10px;
    }

    #whatsapp_btn {
        z-index: 99999999;
    }

    /* ScrollBar zoom hotspot */

    /* width */
    .axZmToolTipInner ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .axZmToolTipInner ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .axZmToolTipInner ::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .axZmToolTipInner ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

@media screen and (max-height:420px) and (orientation: landscape) {
    .product_info {
        top: 0 !important;
    }

    .top_info_nav {
        z-index: 99999999;
    }
}


@media (max-width: 420px) {
    .axZmToolTipOuter {
        /*z-index: 9999999998;*/
    }

    .axZmToolTipTitle i.fa-times {
        position: fixed;
        top: 25px;
        right: 25px;
    }
}

@media (min-width: 420px) {
    .axZmToolTipTitle i.fa-expand {
        margin-right: 15px;
    }
}

/* Small Devices */
@media (min-width: 576px) {

    /* Product detail */



    /* 360 */

    .load_ajxZ_btn {
        padding: 12px;
    }

    .play_message {
        font-size: .95rem;
    }

    .extended_message {
        display: inline;
    }

    #myResponsiveDivID {
        height: auto;
    }

    /* Financing */

    .select_arrow {
        right: 33%;
    }

}

/* Tablet and up */
@media (min-width: 768px) {

    #previous_modal,
    #next_modal {
        width: 60px;
        height: 60px;
    }

    #details_container>div.details_container {
        padding-top: 10px;
    }

    .inner_left_nav {
        margin-bottom: 0;
    }

    /* 360 */

    .responsiveAuxImg {
        max-height: 60vh;
    }

    .image_hotspot {
        object-fit: cover !important;
        max-height: 500px !important;
    }

    .axZmToolTipInner {
        max-width: 500px !important;
        color: var(--grey-95) !important;
    }

    #customBtn_mFullScreen {
        display: block !important;
    }

    #previous_modal i,
    #next_modal i,
    #previous_gallery i,
    #next_gallery i {
        font-size: 25pt;
    }

    .load_ajxZ_btn {
        padding: 15px 30px;
    }

    .play_message {
        font-size: 1.12rem;
        line-height: normal;
        margin-right: 20px;
    }

    /* Banner */

    .welcome_banner {
        height: calc(100vh - 185px);
        padding: 0;
    }

    /* Blocked or reserved */

    .obtain .reserved {
        max-width: 11ch;
    }

    .obtain {
        height: unset;
    }

    .obtain p {
        font-size: calc(.3vw + 11px);
    }

    .price_obtain_container {
        display: none;
    }

    .product_info .obtain {
        display: inline-flex;
    }

    .basic_second_row,
    .ykm h3 {
        font-size: calc(.75vw + 8pt);
    }

    /* Product info */

    .total {
        font-size: calc(1vw + 10pt);
    }

    .kilom0 img {
        width: 60px;
    }

    .product_info {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        top: 50px;
    }

    .product_info_content {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        position: relative;
        width: 100%;
        padding-right: 10px;
    }

    .product_info .basic_info {
        justify-content: space-evenly;
    }

    .brand i {
        top: 50%;
    }

    .share {
        display: flex;
        flex-grow: 1;
        width: 140px;
        font-size: 14px;
    }

    .copy_url:hover,
    .copy_url:hover i {
        color: var(--grey-85);
        cursor: auto;
    }

    .price_container {
        margin-top: 0;
        flex-direction: row;
        align-items: center;
    }

    .price_container:not(.small) {
        display: flex;
    }

    .obtain {
        flex-direction: column;
        width: calc(8vw + 75px);
        align-self: stretch;
    }

    .obtain p {
        margin: 0;
    }

    .ykm {
        margin-right: calc(.5vw + 10px);
    }

    /* SVG */

    .sound_text {
        align-items: flex-start;
    }

    .sound {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .graphic {
        max-width: 350px;
        margin-right: 30px;
    }

    .sound_container {
        padding: calc(1vw + 50px) 0 calc(1vw + 14px) !important;
    }

    /* Finance */

    .finance_inner.split_two {
        flex-direction: column;
        justify-content: flex-start;
    }

    .finance_inner.split_two>* {
        flex-basis: 100%;
    }

    .price_recap_container {
        flex-direction: row;
    }

    .finance_title .h1,
    .finance_title p {
        text-align: center !important;
    }

    #financing_text {
        max-width: 100%;
        margin-top: 1rem;
        margin-bottom: 3rem;
        hyphens: initial;
    }

    .select_arrow {
        right: 20%;
    }



    /* Sell bike */

    .sell_bike_st a {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding-left: calc(3vw + 20px);
        padding-right: calc(3vw + 20px);
    }

}

/* Low laptop screen / iPad Pro*/
@media (min-width: 992px) {

    .ykm {
        margin-left: calc(.5vw + 10px);
        margin-right: auto;
    }

    .share {
        width: 200px;
    }

    .privacy_submit_container {
        margin-top: .7rem;
    }

    /* Product details */

    .product_info_content {
        padding-right: calc(1.3vw + 14px);
    }

    .ykm .km {
        margin-right: calc(0.8vw + 5px);
    }

    .product_info .obtain {
        display: flex;
    }

    .details_container .h1 {
        font-size: 26pt;
        text-align: left;
    }

    .basic_info_results .h2 {
        font-size: 20pt;
    }

    .details_info_container {
        margin-top: 0;
    }

    .basic_info_detail {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .basic_info_detail p.black_minititle_bold {
        font-size: calc(.5vw + 9pt) !important;
    }

    .basic_info_detail>* {
        hyphens: auto;
    }

    .ipad_separator {
        margin-bottom: 3rem;
    }

    .basic_info_detail>*:first-child {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .basic_info_detail>*:last-child {
        flex: 0 0 65%;
        max-width: 65%;
        padding-left: 15px;
    }

    .basic_info_detail p:not(:last-child) {
        margin-right: 0;
    }

    /* TestDrive */

    .td_outer_container {
        margin-top: 3rem;
    }

    /* Inner left nav */

    .inner_left_nav_container {
        flex-direction: column;
        justify-content: space-between;
    }

    /* Product info */

    .kilom0 img {
        width: 70px;
    }

    .obtain {
        flex-direction: row;
    }

    .obtain p {
        margin-right: 10px;
    }

    .ghost_content {
        display: block;
        visibility: hidden;
    }

    .general_p_details p.h4 {
        visibility: hidden;
    }

    /* Finance */

    .finance_inner.split_two {
        flex-direction: row;
        justify-content: space-between;
    }

    .finance_inner.split_two>* {
        flex-basis: 48%;
    }

    .finance_inner.split_two>*:last-child {
        border-left: 1px solid var(--grey-85);
        padding-left: 20px;
    }

    .sell_bike_st {
        flex-direction: row !important;
    }

    .wanna_finance_container img {
        margin-right: 1.5rem;
    }

    .price_chart .obtain {
        width: 450px;
        margin-left: 0;
    }

    .select_arrow {
        right: 30%;
    }

    /* Hotspot visor */

    .axZmToolTipInner {
        max-height: 90%;
        margin-left: 10px;
        margin-top: 20px;
    }

    /* AjaxModal */
    #ajax_modal.modal,
    #gallery_modal.modal {
        width: 100%;
    }

    #ajax_modal>img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #ajax_modal .hotspot_nav,
    #gallery_modal .gallery_nav {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Sell your bike */

    .sell_bike_st {
        margin-top: 3rem;
    }

    .sell_bike {
        flex-direction: row;
    }

    .sell_bike_text {
        padding: 0;
    }

    .sell_bike_text .purple_title_bold {
        margin-bottom: 9px;
    }

    .sell_bike_st a {
        margin-top: 12px;
    }

    /* Coming soon */

    .coming_soon_banner.desktop {
        display: block;
    }

    .coming_soon_banner.mobile {
        display: none;
    }

    .contact_form input[type=submit] {
        /*margin-left: 150px;*/
    }

    /* Inspection */

    .inspection_container .h2 {
        margin-top: 3rem;
        font-size: 18pt;
    }

    ul.styled_ul li {
        margin-bottom: 12px;
    }

    /* Contact */

    .submit_contact_form {
        display: flex;
    }

    .submit_contact_form .blank_column {
        width: 110px;
    }

}

/* Low laptop screen only landscape*/
@media (min-width: 992px) and (orientation: landscape) {

    /* 360 */
    .axZmToolTipOuter {
        justify-content: flex-start !important;
        background: rgb(21, 25, 21) !important;
        background: linear-gradient(90deg, rgba(21, 25, 21, 1) 0%, rgba(21, 25, 21, 0) 65%) !important;
    }

    .image_hotspot {
        object-fit: cover !important;
        max-height: 300px !important;
    }

    #customBtn_mFullScreen {
        display: block !important;
    }

    .axZmToolTipTitle .close {
        display: none;
    }

    /* Finance */

    .paying_content {
        margin: 0 auto;
    }

    /* Product details */
    .details_container .lg_split_two {
        align-items: flex-start;
    }
}



/* Medium laptop screen */
@media (min-width: 1200px) {

    .share {
        width: 250px;
    }

    /* Layout */
    .wider_container {
        max-width: calc(72% + 75px);
    }

    /* 360 */
    .axZmToolTipInner {
        margin-left: 50px !important;
        color: var(--grey-95) !important;
    }

    .responsiveAuxImg {
        max-height: 67vh;
    }

    /* Finance */

    .finance_title {
        padding-right: 20px;
    }
}

/* Very High laptop screen */
@media (min-width: 1400px) {

    /* Contact */

    .contact_form input[type=submit] {}

}

/* Very High laptop screen */
@media (min-width: 1600px) {}
