/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*  == START dealerlist*/
#dealer_list {

    height: 480px;
}

#dealer_list .list-group-item {
    display: block;
    padding-left: 2.5rem;
    cursor: pointer;
} 

#dealer_list .list-group-item.active {
    border-color: #292b2c;
    background-color: #292b2c;
    color: #fff;
}

.dealer-list-and-map {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
    background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 992px) {
    #dealer_list {
        overflow-y: scroll;
    }
}

#dealer_list .loader {
    text-align: center;
    padding-top: 30px;
}

#dealer_list .list-group-item .price {
    font-size: 150%;
    font-weight: bold;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9;
}

.list-group-item-action.active:focus, .list-group-item-action.active:hover {
    color: #fff;
    text-decoration: none;
}

/* end dealerlist */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*  == START checkbox and groupbox */
.checkgroup label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkgroup input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 0.35px solid rgba(0, 0, 0, 0.2);
}

.checkgroup label:hover input ~ .checkmark {
    background-color: #f6f6f6;
}

.checkgroup label input:checked ~ .checkmark {
    background-color: #fff;
}

.checkgroup label input[disabled] ~ .checkmark {
    background-color: #b3b3b3;
}

.checkgroup label input[disabled] ~ .work-name {
    color: #b3b3b3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkgroup label input:checked ~ .checkmark:after {
    display: block;
}

.checkgroup label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* end checkbox and groupbox */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*  == START setting-panel */
.setting-panel {
    background: #f6f6f6;
}

.setting-block {
    padding: 1rem 0rem;
}

.setting-block h5 {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}

.to-item {
    font-size: 0.8rem;
}

.to-item.plus3 {
    background: #000;
    color: #fff;
}

.to-item.standard {
    background: #fff;
}

.to-item .type {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: right;
    width: 100%;
}

.to-item .price {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: right;
    width: 100%;
}

.to-item .desc-price {
    text-align: right;
}

.to-prices {
    width: 100%;
    padding: 0.2rem;
}

.to-prices span {
    float: left;
}

.to-prices .desc-price {
    float: right;
}

.setting-block .btn.btn-danger {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.setting-panel .setting-block.small-screen-content {
    display: none;
}

@media only screen and (max-width: 992px) {
    .setting-panel .setting-block.small-screen-content {
        display: block;
    }
}


.setting-panel .setting-block .calc-content {
    background: transparent;
}

.setting-panel .setting-block .calc-content .calc-head {
    background: transparent;
}

.setting-panel .setting-block .tabs-head .head {
    background: transparent;
}

.setting-panel .setting-block .tabs-head .head span:after {
    content: ' ▼';
}

.setting-panel .setting-block .tabs-head .head.active span:after {
    content: ' ▲';
}

.setting-panel .setting-block .tabs-head .head:hover {
    background: #fafafa;
}

.setting-panel .setting-block .tabs-head .head.active:hover {
    background: #fff;
}

.setting-panel .setting-block .calc-content .tabs-head div.active, .setting-panel .setting-block .calc-content .tabs-content .content.active {
    background: #fff;
}

/* end setting-panel */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*  == START calc-content */
.calc-head h2, .calc-head h3 {
    font-weight: bold;
    color: #000;
}

.calc-content {
    background: #f6f6f6;
    height: 100%;
}

.calc-content .calc-head {
    background: #fff;
}

.tabs-head .head {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    background: #fff;
    cursor: pointer;
    transition: 0.5s all;
}

.tabs-head .head:hover {
    background: #fbfbfb;
    letter-spacing: 0.3px;
}

.tabs-head .head.active:hover {
    background: #f6f6f6;
    letter-spacing: unset;
}

.calc-content .tabs-head div.active, .calc-content .tabs-content .content.active {
    background: #f6f6f6;
    display: block;
    opacity: 1;
}

.tabs-content .content {
    display: none;
    transition: 0.5s all;
    background: #fff;
    opacity: 0;
}

.head-table, .total-table {
    text-transform: uppercase;
    font-weight: bold;
}

.head-table .row {
    padding: 0.5rem;
    border-bottom: 0.5px rgba(0, 0, 0, 0.4) solid;
}

.head-table .row div {
    padding: 0px;
}

.total-table .row {
    padding: 0.7rem 0;
}

.total-table .row.plus3 {
    color: #f32317;
}

.total-table .row .text-right {
    white-space: nowrap;
    padding: 0 !important;
}

.result-table .row {
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.5px rgba(0, 0, 0, 0.4) solid;
}

.result-table .row:hover {
    border-bottom-style: dashed;
    color: #000;
    cursor: default;
}

.result-table ul li:hover {
    color: #000;
    cursor: default;
}

.result-table .row .count {
    text-align: right;
}

.result-table .row .price {
    text-align: right;
    font-weight: bold;
}

/* end calc-content */

/* LEGALS & LINKS*/
.calc-result .tabs-content.row .parts .basic .total-table .plus3 .price i:after, .setting-panel .setting-block .to-type .plus3 .to-prices.parts strong.desc-price i:after, .total-text .text-1:before {
    content: "*";
}

.setting-panel .setting-block .to-item span.price i:after, .total-text .text-2:before {
    content: "**";
}

.total-text p {
    font-size: 85%;
}

/* end LEGALS & LINKS*/
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/


.fast_message {
    position: fixed;
    display: none;
    top: calc(50% - 160px);
    left: calc(50% - 160px);
    max-width: 320px;
    background: #fff;
    z-index: 999;
    padding: 2rem 2rem !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    border-radius: 25px;
}

.fast_message .info {
    padding-bottom: 2rem;
}

.fast_message .footer {
    text-align: right;
}

.mitsuparts {
    margin-top: 70px;
    border-top: 4px solid #ed0000;
}

.mitsuparts__logo {
    width: 55%;
    height: 100%;
    object-fit: contain;
}

.mitsuparts__description {
    max-width: 400px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    color:#000
}

.mitsuparts__more {
    display: block;

    padding: 10px 40px;

    line-height: 1;

    color: #000;
    border: 1px solid #000;
}

@media only screen and (max-width: 1200px) {
    .mitsuparts__more {
        margin: 20px 0;
    }
}


@media only screen and (min-width: 287px) {
    .carousel-item.youtube-slide iframe {
        height: 102px;
    }
}

@media only screen and (min-width: 295px) {
    .carousel-item.youtube-slide iframe {
        height: 104px;
    }
}

@media only screen and (min-width: 305px) {
    .carousel-item.youtube-slide iframe {
        height: 108px;
    }
}

@media only screen and (min-width: 309px) {
    .carousel-item.youtube-slide iframe {
        height: 109px;
    }
}

@media only screen and (min-width: 317px) {
    .carousel-item.youtube-slide iframe {
        height: 112px;
    }
}

@media only screen and (min-width: 319px) {
    .carousel-item.youtube-slide iframe {
        height: 113px;
    }
}

@media only screen and (min-width: 341px) {
    .carousel-item.youtube-slide iframe {
        height: 121px;
    }
}

@media only screen and (min-width: 345px) {
    .carousel-item.youtube-slide iframe {
        height: 122px;
    }
}

@media only screen and (min-width: 353px) {
    .carousel-item.youtube-slide iframe {
        height: 125px;
    }
}

@media only screen and (min-width: 367px) {
    .carousel-item.youtube-slide iframe {
        height: 130px;
    }
}

@media only screen and (min-width: 395px) {
    .carousel-item.youtube-slide iframe {
        height: 140px;
    }
}

@media only screen and (min-width: 407px) {
    .carousel-item.youtube-slide iframe {
        height: 144px;
    }
}

@media only screen and (min-width: 423px) {
    .carousel-item.youtube-slide iframe {
        height: 150px;
    }
}

@media only screen and (min-width: 473px) {
    .carousel-item.youtube-slide iframe {
        height: 167px;
    }
}

@media only screen and (min-width: 517px) {
    .carousel-item.youtube-slide iframe {
        height: 183px;
    }
}

@media only screen and (min-width: 531px) {
    .carousel-item.youtube-slide iframe {
        height: 188px;
    }
}

@media only screen and (min-width: 541px) {
    .carousel-item.youtube-slide iframe {
        height: 191px;
    }
}

@media only screen and (min-width: 557px) {
    .carousel-item.youtube-slide iframe {
        height: 197px;
    }
}

@media only screen and (min-width: 759px) {
    .carousel-item.youtube-slide iframe {
        height: 255px;
    }
}

@media only screen and (min-width: 983px) {
    .carousel-item.youtube-slide iframe {
        height: 340px;
    }
}

@media only screen and (min-width: 1197px) {
    .carousel-item.youtube-slide iframe {
        height: 403px;
    }
}

@media only screen and (min-width: 1331px) {
    .carousel-item.youtube-slide iframe {
        height: 453px;
    }
}