﻿/*.bundle-details-section .bundle-details-info-wrapper .car-model figure {
    width: 50px;
    height: 50px;
}*/

/*.country-switcher {   
    text-decoration: none;
    display: flex;
}

.e-btn .e-btn-icon, .e-css.e-btn .e-btn-icon {
    margin-left: 0 !important;
}*/
@media (max-width: 991.98px) {
    .selectModal .modal-switcher {
        margin-top: 0px;
    }
}

.selectModal .modal-switcher .custom-radio .radio-btn.selected {
    background: #fff;
    border: 2px solid rgba(255, 200, 37, 1);
}


.selectModal .modal-switcher .custom-radio .radio-btn img:not(.filter-car-type-image) {
    height: 100px;
    margin-top: 12px !important;
}

.my-garage .vehicle .car-list li {
}

    .my-garage .vehicle .car-list li.active {
        border: 2px solid rgba(255, 200, 37, 1);
    }


.selectModal.selectCarModelModal .modal-switcher .modal-switcher-wrapper,
.selectModal.selectCarSubModelModal .modal-switcher .modal-switcher-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
}

@media (min-width: 600px) {
    .selectModal.selectCarModelModal .modal-switcher .modal-switcher-wrapper,
    .selectModal.selectCarSubModelModal .modal-switcher .modal-switcher-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 900px) {
    .selectModal.selectCarModelModal .modal-switcher .modal-switcher-wrapper,
    .selectModal.selectCarSubModelModal .modal-switcher .modal-switcher-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}


/*
.delete-round-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(228, 228, 228, 1);
    padding-left: 7px;
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;
}

.add-to-cart {
    border: none;
}




*/
.language-switcher a {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 32px;
    border: 1px solid #ffffff87;
    border-radius: 56px;
    padding: 2px 24px 6px 12px;
    color: #fff;
}

@media (max-width: 576px) {
    .sub-header .language-switcher {
        display: flex !important;
        position: absolute;
        right: 4px;
    }
}

.main-header .search-form span {
    width: 100%;
    height: 42px;
    display: block;
    border: none;
    padding-left: 48px;
    outline: none;
    font-size: 14px;
}

.main-header .search-form input {
    padding-left: 0 !important;
    height: 42px !important;
}

.bundle-section .bundle-item .bundle-info span {
    text-align: left;
}

.bundle-list-section .bundle-list .bundle-list-group ul li .wishlist.added svg path {
    fill: rgba(255, 200, 37, 1);
}

.cart-section table .h2 {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    width: 150px;
    margin: 0;
}
@media (max-width: 991.98px) {
    .cart-section table .h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        width: 90%;
    }
}

.bundle-list-section .bundle-list .bundle-list-group ul li .wishlist.added svg path {
    fill: rgba(255, 200, 37, 1);
}

