body {
    background-color: #EBEBEB;
}

.name-responsive {
    display: none;
}

.left-side .row-info .icon {
    display: flex;
    padding-right: 0 !important;
    justify-content: center;
}

.left-side .row-info .icon img {
    max-height: 35px;
    object-fit: contain;
}

.left-side .row-image img {
    border-bottom: 4px solid rgb(226, 226, 226, .8);
    width: 90%;
}

.left-side .row-image .col-12 {
    display: flex;
    justify-content: center;
}

.left-side {
    /*-webkit-box-shadow: -25px 12px 143px -55px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -25px 12px 143px -55px rgba(0, 0, 0, 0.75);
    box-shadow: -25px 12px 143px -55px rgba(0, 0, 0, 0.75);*/
    padding: 0 !important;
    background-color: #ffffff;
}

.left-side .overlay-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(100% - 30px);
    z-index: 100;
    background: rgb(116, 116, 116);
    background: linear-gradient(180deg, rgba(116, 116, 116, 0.2553396358543417) 0%, rgba(255, 255, 255, 0) 100%);
}

.left-side .row-info {
    margin-top: 20px;
}

.left-side .row-info p.data {
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 400;
    /*padding-top: 8px;*/
    margin-bottom: 0 !important;
    color: #5E5E5E;
}

.left-side .row-info .col-10 {
    padding-left: 0 !important;
}

.left-side .row-info .col-10,
.left-side .row-info .icon {
    margin-bottom: 10px;
}

.left-side .btn-more-info {
    background-color: #ACACAC;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 30px;
    padding: 1.5px 0;
    width: 40%;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
}

.left-side .btn-more-info:hover {
    color: #ffffff;
    background-color: #DD031E;
}

.right-side .row.name-price .name {
    font-family: "Roboto";
    font-size: 25px;
    color: #5E5E5E;
    font-weight: 800;
}

.right-side .row.name-price .price {
    font-family: "Roboto";
    margin-top: 10px;
    font-size: 40px;
    color: #5E5E5E;
    font-weight: 800;
    margin-bottom: 0px;
}

.price-small {
    color: #5E5E5E;
}

.strike {
    text-decoration: line-through;
    color: #5E5E5E;
}

#main-prom-price {
    color: #DD031E;
}

#main-prom-text {
    color: #DD031E;
}

.right-side .honda-store {
    display: none;
}

.right-side .honda-store .benefit {
    margin-top: 20px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #5E5E5E;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 65%;
}

.right-side .honda-store .benefit p {
    display: inline-block;
    color: #DD031E;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.right-side .honda-store .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 0 !important;
    margin-right: 5px;
}

.right-side .honda-store .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.right-side .honda-store .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5E5E5E;
    -webkit-transition: .4s;
    transition: .4s;
}

.right-side .honda-store .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: -2px;
    bottom: -1px;
    background-color: #5E5E5E;
    border: 4px solid #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.right-side .honda-store input:checked+.slider {
    background-color: #DD031E;
}

.right-side .honda-store input:focus+.slider {
    box-shadow: 0 0 1px #DD031E;
}

.right-side .honda-store input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.right-side .honda-store .slider.round {
    border-radius: 34px;
}

.right-side .honda-store .slider.round:before {
    border-radius: 50%;
}

.row.section-divider {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
    border-bottom: 4px solid #ffffff;
}

.right-side p.section-title {
    padding: 6px 0;
    color: #5E5E5E;
}

.right-side .row.versions .btn-compare {
    text-align: right;
    background-color: #ffffff;
    color: #5E5E5E;
    border-radius: 30px;
    font-family: "Roboto";
    font-weight: 500;
    padding-top: 2.5px;
    font-size: 14px;
    padding-bottom: 2.5px;
}

.row.versions .btn-version.active {
    width: 100%;
    background-color: #5E5E5E;
    color: #fff;
    font-family: "Roboto";
    margin-top: 10px;
    font-weight: 400;
    border-radius: 30px;
    padding: 7.5px 0;
    text-align: center;
}

.row.versions .btn-version.active span i {
    position: absolute;
    right: 7%;
    font-size: 22px;
}

.row.versions .btn-version.active p {
    font-size: 15px;
    margin-bottom: 0 !important;
}

.row.versions .btn-version {
    margin-top: 10px;
    width: 100%;
    background-color: #ACACAC;
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    border-radius: 30px;
    padding: 7.5px 0;
    text-align: center;
}

.row.versions .btn-version p {
    font-size: 15px;
    margin-bottom: 0 !important;
}

.right-side .row.color .color-buttons {
    max-width: 85% !important;
}

.right-side .row.color .color-buttons .btn-color {
    width: 100%;
    border-radius: 30px;
    height: 30px;
    border: 2px solid #fff;
}

.right-side .section-accessories .btn-accessories {
    background-color: #ACACAC;
    font-family: "Roboto";
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding-left: 25px;
}

.right-side .section-accessories .btn-accessories i {
    position: absolute;
    right: 7%;
    font-size: 22px;
}

.right-side .section-accessories .accessory {
    cursor: pointer;
    background-color: #fff;
    width: 95%;
    border-bottom: 4px solid rgba(172, 172, 172, .4);
}

#container-accessory {
    display: none;
    width: 100%;
}

.right-side .section-accessories .col-accesory {
    display: flex;
    justify-content: center;
}

.right-side .section-accessories .col-accesory:last-child .accessory {
    border-bottom-right-radius: 25px;
    border-bottom: none !important;
    border-bottom-left-radius: 25px;
}

.right-side .section-accessories .accessory .accessory-image img {
    width: 90%;
    /*min-height: 100px;
    min-width: 100px;*/
}

.right-side .section-accessories .accessory .accessory-image {
    padding: 0px;
}

.right-side .section-accessories .accessory .accessory-text {
    margin-top: 30px;
}

.right-side .section-accessories .accessory .accessory-text p {
    margin-bottom: 0 !important;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
    color: #5E5E5E;
}

.right-side .section-accessories .accessory .accessory-text p.price {
    color: #DD031E;
    font-weight: 500;
}

.right-side .section-accessories .accessory .accessory-check {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color: #5E5E5E;*/
    color: #EBEBEB;
}

.right-side .section-accessories .accessory .accessory-checked {
    color: #DD031E;
}

.right-side .section-accessories .election {
    background-color: #fff;
    text-align: center;
}

.right-side .section-accessories .election {
    padding: 15px;
    font-family: "Roboto";
    margin-top: 40px;
    margin-bottom: 40px;
}

.right-side .section-accessories .election .price-name {
    color: #5E5E5E;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

.right-side .section-accessories .election .final-price {
    font-weight: 800;
    color: #5E5E5E;
    font-size: 30px;
    margin-bottom: -7px !important;
}

.right-side .section-accessories .election small {
    color: #5E5E5E;
    font-size: 13px;
    font-weight: 400;
}

.right-side .section-accessories .election .benefit {
    width: 75%;
    margin: auto;
    padding: 8px 10px;
}

.right-side .section-accessories .election .contact {
    width: 75%;
    margin: auto;
    padding: 8px 10px;
    background-color: #DD031E;
    color: #fff;
    border-radius: 30px;
}

.right-side .section-accessories .election .contact:hover {
    background-color: #f42941;
}

.right-side .section-accessories .election .contact p {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.legal {
    margin-top: 20px;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 30px;
}

#versionsModal .modal-dialog {
    max-width: fit-content !important;
}

#versionsModal .modal-content {
    background-color: #FFFFFF !important;
}

#versionsModal .modal-header {
    border-bottom: 0;
}

#versionsModal #versionsModalTitle {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-family: "Roboto";
    color: #5E5E5E;
}

#versionsModal .modal-body {
    padding-bottom: 30px;
}

#versionsModal .modal-body .row {
    justify-content: center;
}

#versionsModal .modal-content .container {
    border: 3px solid #EBEBEB;
    border-radius: 20px;
}

#versionsModal .modal-content img {
    width: 100%;
    margin-top: 20px;
}

#versionsModal .modal-content .version-title {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #5E5E5E;
    font-family: "Roboto";
    font-weight: 700;
    text-align: center;
}

#versionsModal .modal-content .characteristic {
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 400;
    color: #5E5E5E;
    margin-bottom: 0 !important;
}

#versionsModal .modal-content .characteristic p {
    margin-bottom: 0 !important;
}

#versionsModal .modal-content .characteristic strong {
    margin-right: 7.5px;
}

#versionsModal .modal-content .characteristic {
    margin-bottom: 10px !important;
}

#versionsModal .modal-content .col-versions {
    margin-bottom: 5px;
    margin-top: 5px;
    border-right: 3px solid #EBEBEB;
    width: 300px;
}

#versionsModal .modal-content .col-versions:last-child {
    border: none !important;
}

.btn-back {
    padding: 5px 30px;
    background-color: #DD031E;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
}

.btn-back:hover {
    color: #ffffff;
    background-color: #f42941;
}

.sup-price {
   font-size: 15px;
}

.accessory-name {
    font-weight: bold !important;
}

@media (orientation: landscape) {
    .left-side {
        margin-right: 20px;
    }
    .versions-mobile {
        display: none;
    }
}

@media (orientation: portrait) {
    .row.content {
        justify-content: center;
    }
    .left-side .row-info .icon img {
        height: 30px;
    }
    .right-side .row.name-price {
        margin-top: 20px;
        text-align: center;
    }
    .right-side .honda-store .benefit {
        margin: auto;
        margin-top: 20px;
        width: 90%;
        padding: 10px 10px;
    }
    .right-side .honda-store .benefit p {
        font-size: 11px;
    }
    .right-side .row.name-price .name {
        display: none;
    }
    .left-side .row-info p.data {
        font-size: 12px;
    }
    .name-responsive {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        font-family: "Roboto";
        font-size: 25px;
        color: #5E5E5E;
        font-weight: 800;
    }
    .row.versions .btn-version.active p {
        font-size: 13px;
    }
    .row.versions .btn-version p {
        font-size: 13px;
    }
    .right-side .row.color .color-buttons .col-3 {
        padding-right: 0 !important;
    }
    .right-side .section-accessories .col-12:last-child {
        display: flex;
        justify-content: center;
    }
    .right-side .section-accessories .election {
        max-width: 95%;
    }
    .right-side .section-accessories .accessory .accessory-text {
        margin-top: 10px;
    }
    .right-side .section-accessories .accessory .accessory-text p {
        font-size: 12px;
    }
    .right-side .section-accessories .election .benefit {
        width: 100%;
    }
    .right-side .section-accessories .election .benefit p {
        font-size: 9px !important;
    }
    .right-side .section-accessories .election .contact {
        width: 100%;
        font-size: 12px;
    }
    .left-side .row-info {
        padding: 0 10px;
        width: 100%;
    }
    .left-side .row-image {
        margin: 0;
        width: 100%;
    }
    .left-side .row-image img {
        object-fit: contain;
        width: 100%;
    }
    .left-side .row-image .overlay-image {
        width: 100%;
    }
    .legal {
        font-size: 12px;
    }
    /* Modal */
    #versionsModal .modal-dialog {
        max-width: 100% !important;
        margin: 0 !important;
    }
    #versionsModal .modal-content {
        margin: 0 20px;
    }
    #versionsModal .versions-desktop {
        display: none;
    }
    #versionsModal .btn-prev {
        z-index: 10;
        position: absolute;
        top: 4rem;
        left: 10px;
    }
    #versionsModal .btn-prev a {
        position: unset !important;
        color: #5E5E5E;
        font-size: 50px;
    }
    #versionsModal .btn-next {
        position: absolute;
        top: 4rem;
        z-index: 10;
        right: 0px;
    }
    #versionsModal .btn-next a {
        color: #5E5E5E;
        font-size: 50px;
        position: unset !important;
    }
    #versionsModal .carousel-indicators {
        top: -20px;
    }
    #versionsModal .carousel-indicators li {
        background-color: rgba(94, 94, 94, .5) !important;
    }
    #versionsModal .carousel-indicators .active {
        background-color: #DD031E !important;
    }
}

@media screen and (orientation:landscape) and (max-device-width: 768px) and (min-device-width: 433px) {
    .left-side .row-info .icon img {
        object-fit: contain;
    }
    .left-side {
        margin: auto;
    }
    .right-side .row.name-price {
        text-align: center;
    }
    .right-side .honda-store .benefit {
        width: 100% !important;
    }
}