.carloop {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background: #ffffff;
    color: #502f8e;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.hide-scrollbar ::-webkit-scrollbar{
    width:0;
    background:transparent;
}
.carloop .branding {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom:20px;
}
.carloop .branding .title {
    width: 70%;

}
.carloop .branding .title h3{
    font-size: 3vw;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #502f8e;
    margin-top:0;
}
.carloop .branding .logo {
    width: 30%;
    text-align: center;
}
.carloop .branding .logo img {
    width: 70%;
    margin: 0 auto;
}
.car-selection {
    text-align: center;
    margin-bottom: 30px;
}
.car-selection .car-option .progress-number .cl-step-1, .car-selection .car-option .progress-number .cl-step-2, .car-selection .car-option .progress-number .cl-step-3  {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    background: #502f8e;
    color: #fff;
    border-radius: 30px;
    margin: 0 3px;
}
/*.car-selection .car-option .progress-number .cl-step-2 {
    padding: 0px 6px;
    background: #502f8e;
    color: #fff;
    border-radius: 30px;
    margin-right: 3px;
}
.car-selection .car-option .progress-number .cl-step-3 {
    padding: 0px 6px;
    background: #502f8e;
    color: #fff;
    border-radius: 30px;
    margin-right: 3px;
}*/
.car-selection .car-option {
    width: 32%;
    display: inline-block;
    text-align: left;
}
.car-selection .progress-number {
    border-radius: 10px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.car-selection .car-option select {
    width: 95%;
    margin: 10px 3%;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 5px 10px #0c0c0c17;
    color: #502f8e;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
}
.car-selection .car-option select:focus {
    outline: 0;
}
.car-selection .car-option select option {
    background: #ffffff;
    color: #3F51B5;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
}
.car-selection .real-price-btn button {
    margin: 4% 12%;
    padding: 15px;
    width: 75%;
    border: none;
    border-radius: 10px;
    background: #502f8e;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 3.5vw;
    font-weight: 600;
    transition: all .5s;
}
[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.car-selection .real-price-btn button:hover {
    background: #BB6BD9;
    text-decoration: none;
}
.car-selection .real-price-btn button:focus {
    outline: 0;
}
.cl-copy-bar p {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px !important;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.cl-copy-bar p{margin-bottom: 0; }
.cl-copy-bar span {
    background: #502f8e;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
}
/* ========================================
Start Result section
==============================================*/

.carloop-real-prices .result-title {
    width: 100%;
    padding:0 15px 0 0;
}
.carloop-real-prices .prices-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #502f8e;
    margin: 0 0 10px 0;
    line-height: 1.2;
}
.carloop-real-prices .prices {
    font-size: 4vw;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    color:#502f8e;
}

.carloop-real-prices {
    padding: 10px;
    display: none;
    margin-bottom: 20px;
}
.carloop-real-prices .min-max {
    width: 100%;
    text-align: right;
}
.carloop-real-prices .min-max .dealer-wants {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    color: #BB6BD9;
    display: flex;
}
.carloop-real-prices .min-max .min-save{
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #BB6BD9;
    display: flex;
}
#dealer-price {
    background: #dcdcdc;
    padding: 2px 10px;
    border-radius: 10px;
    color: #BB6BD9;
    margin-left: auto;
}
#min-saved{
    background: #dcdcdc;
    padding: 2px 10px;
    border-radius: 10px;
    color: #BB6BD9;
    margin-left: auto;
}
.carloop-real-prices .min-max button.email-me:focus {
    outline: 0;
}
.carloop-real-prices .min-max button.email-me {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: 600;
    background: #502f8e;
    padding: 10px 23px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: all .5s;
}
.carloop-real-prices .min-max button.email-me:hover {
    background: #502f8e;
    text-decoration:none;
}
/*Disable Header Footer Start*/

.page-template-carloop-template-page .expss-promo-bar,
.page-template-carloop-template-page header,
.page-template-carloop-template-page footer{
    display: none;
}


/* Email-popup*/
.carloop-email-popup p:last-child{
    margin-bottom: 0;
}

.carloop-email-popup {
    position: absolute;
    top: calc(50%);
    left: calc(50% - 35%);
    border: 1px solid #e9e7ec;
    padding: 20px 15px;
    width: 70%;
    height: auto;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: scale(0) translateY(0);
    transition: all 0.7s ease;
}
#Email-popup input {
    padding: 5px 10px;
    border: 1px solid #a7a1a1;
    border-radius: 5px;
}
#Email-popup input:focus{
    border:1px solid #502F8E;
    outline:none;
}
#Email-popup input::placeholder{
    color:#e3e3e3;
    font-size: 85%;
    font-family: 'Quicksand', sans-serif;
}

#Email-popup button {
    padding: 8px;
    background-color: #502F8E;
    width: 80%;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;

}
#Email-popup button:hover {
    text-decoration: none;
}
span.cl-popup-close {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 15px;
    height: 15px;
    background: #502F8E;
    border: 1px solid #502F8E;
    border-radius: 50%;
}

span.cl-popup-close:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
    background: #fff;
    top: 49%;
    left: calc(50% - 3.5px);
    transform: rotate(45deg);
}

span.cl-popup-close:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
    background: #fff;
    top: 49%;
    left: calc(50% - 3.5px);
    transform: rotate(-45deg);
}
#carloop-success-msg{
    display:block;
    font-size: 85%;
    color: green;
    font-family: 'Quicksand', sans-serif;
}
.cl-email-info-text{
    margin-bottom: 20px;
}
.cl-personalized,.cl-note-info{
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}
.cl-personalized{
    font-weight: 600;
}


.carloop-iframe-expresso {
    position: relative;
    overflow: hidden;
}

/*------------------*/


@media only screen and (min-width: 768px) {

    .carloop-real-prices .min-max .dealer-wants,
    .carloop-real-prices .min-max .min-save,
    .carloop-real-prices .min-max button.email-me{
        font-size: 18px;
    }

    .carloop-real-prices .prices-title{
        font-size: 20px;
    }

    .cl-copy-bar p{
        font-size: 16px !important;
    }

    .car-selection .real-price-btn button{
        width:50%;
        font-size: 2.8vw !important;
    }

}


@media only screen and (max-width: 360px) {
    .carloop {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .carloop .branding {
        display: block;
        margin: 0 0 10px 0;
    }
    .carloop .branding .logo {
        width: 40%;
        margin: 0 auto 20px;
    }
    .carloop-real-prices{
        flex-direction:column;
    }
    .carloop .branding .title {
        font-size: 1.2rem;
        line-height: 24px;
        margin-bottom: 35px;
        width: 100%;
        text-align: center;
        font-family: 'Quicksand', sans-serif;
    }
    .car-selection .car-option {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .car-selection .real-price-btn button {
        margin:0;
        width: 100%;
        font-size: 20px;
        font-family: 'Quicksand', sans-serif;

    }

    .carloop-real-prices .min-max .dealer-wants {
        display:block;
        text-align:center;
    }
    span.cl-result-text{
        margin-right: 5px;
    }
    .carloop-real-prices .min-max .min-save {
        display:block;
        text-align:center;
    }
    .carloop-real-prices .min-max button.email-me {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 10px;
    }

    .cl-personalized,.cl-note-info{
        font-size:12px;
    }

    .carloop-real-prices .min-max{
        text-align:center;
    }

    .result-title{
        text-align: center;
        margin-bottom: 20px;
    }
}