/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */
.Parent-Panel {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.Test_cards {
    position: relative;
    width: 50%;
    top: 12%;
    left: 36%;
    display: none;
}

.Test_cards img {
    height: auto;
}

.Test_cards .btn {
    position: absolute;
    top: 80%;
    left: 40%;
    width: 10%;
    height: auto;
    background: none;
    border: none;
    border-radius: 0px;
}

.Test_cards .btn_1 {
    position: absolute;
    top: 21%;
    left: 41%;
    width: 8%;
    height: auto;
    background: none;
    border: none;
    border-radius: 0px;
}

.vergebutton {

    border: none;
    background: none;
    position: relative;
    left: 0;
    right: 0;
    width: 90%;
    transition-duration: 0.4s;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    width: 6%;
    right: 0%;
    top: 55%;
    border-radius: 10px;
    background: none;
}

.Dealer {
    display: inline-block;
    position: fixed;
    background: none;
    bottom: 2%;
    right: 0%;
}

.Dealer button {
    background: none;
    border: none;
}
.small_popup{
    display: none;
    width: 15%;
    background: #f2f2f2;
    margin: 0 auto;
    position: absolute;
    z-index: 4;
    left: 42.5%;
    top: 20%;
    border-radius: 10px;
    padding: 25px 10px;
}
.Overlay{
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.7;
    z-index: 3;
    display: none;
}
.small_popup .heading{
    display: block;
    color: black;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 25px;
}
.small_popup .heading a{
    display: block;
    position: absolute;
    background: url('./close.png') no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
.popup_body{
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.brand_list{
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.brand_list a.selected{
   opacity: 1;
   font-weight: bold;
}
.brand_list a{
    text-align: center;
    display: block;
    font-size: 21px;
    color: black;
    text-decoration: none;
    border-bottom: 2px solid #f7f7f7;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media(max-width: 480px) {
    ul {
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        position: fixed;
        width: 20%;
        right: 0%;
        border-radius: 10px;
        top: 52%;
        background: none;
    }
    .Test_cards {
        position: relative;
        width: 100%;
        top: 10%;
        height: 100%;
        left: 10%;
        display: none;
    }

    .Test_cards img {
        width: 80%;
        height: auto;
    }

    .Test_cards .btn {
        position: absolute;
        top: 42%;
        left: 45%;
        width: 30%;
        height: auto;
        background: none;
        border: none;
        border-radius: 0px;
    }

    .Test_cards .btn_1 {
        position: absolute;
        top: 10%;
        left: 67%;
        width: 12%;
        height: auto;
        background: none;
        border: none;
        border-radius: 0px;
    }
    .Dealer {
        display: inline-block;
        position: fixed;
        background: none;
        bottom: 2%;
        right: 0%;
    }

    .Dealer button {
        background: none;
        border: none;
        margin: 0;
    }
}

@media screen and (max-width:1023px) {
    .small_popup{
        width: 60%;
        background: #fff;
        margin: 0 auto;
        position: absolute;
        z-index: 4;
        left: 20%;
        top: 20%;
        border-radius: 10px;
        padding: 25px 10px;
    }
    
}