﻿@media (max-width: 576px) {
    .item-filter {
        width: 100%;
        font-size: 0.8em !important;
    }

        .item-filter tr div.sku {
            font-size: 0.6em !important;
        }
}

.item-filter {
    width: 100%;
    font-size: 1.2em;
}

    .item-filter tr {
        border-top: 1px solid rgba(228, 228, 228, 1);
    }


        .item-filter tr td {
            padding: 0.25rem;
            transition-property: padding; /* you need a scale here to allow it to transition in both directions */
            transition: 0.50s all ease;
        }

            .item-filter tr td:hover {
                padding-right: 12px;
            }

        .item-filter tr div.item-filter-img {
            width: 50px;
            padding-left: 0.5em;
        }

            .item-filter tr div.item-filter-img img {
                width: 35px;
                height: 35px;
            }

        .item-filter tr div.sku {
            font-size: 0.8em;
            font-weight: 500;
        }


/*.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;
}



.selectModal .modal-switcher .modal-switcher-wrapper.selectCarModelModal,
.selectModal .modal-switcher .modal-switcher-wrapper.selectCarSubModelModal {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
}

@media (min-width: 600px) {
    .selectModal .modal-switcher .modal-switcher-wrapper.selectCarModelModal,
    .selectModal .modal-switcher .modal-switcher-wrapper.selectCarSubModelModal {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 900px) {
    .selectModal .modal-switcher .modal-switcher-wrapper.selectCarModelModal,
    .selectModal .modal-switcher .modal-switcher-wrapper.selectCarSubModelModal {
        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;
}


.main-header .search-form span {
    height: 42px;
    border: none;
    padding-right: 48px;
    outline: none;
    font-size: 14px;
}

.main-header .search-form input {
    padding-right: 0 !important;
    height: 42px !important;
}

.bundle-section .bundle-item .bundle-info span {
    text-align: right;
}

.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);
}

.jq-toast-single{
    text-align:right !important;
}

.bundle-details-wrapper .bundle-details-tabs .nav li button{
    font-weight:bold;
    font-size:1.2rem;
}

.isoriginal {
    position: absolute;
    top: 10px;
    right: 10px;
}
.isoriginal2 {
    position: absolute;
    left: 45px;
    top: 20px;
}