/* small adjustments by Ciprian TOLESCU */

.ct-discounted-price{
    position: absolute;
    right: 10px;
    z-index: 1;
    background-color: #eb4511;
    background-image: linear-gradient(315deg, #eb4511 0%, #b02e0c 74%);
    border-radius: 5px;
    padding: 10px;
    top: 10px;
    font-weight: 700;
    color: #fff;
    font-size:24px;
}

.ct-discounted-price-t2{
    position: absolute;
    right: 10px;
    z-index: 1;
    background-color: #eb4511;
    background-image: linear-gradient(315deg, #eb4511 0%, #b02e0c 74%);
    border-radius: 5px;
    padding: 5px;
    top: 10px;
    font-weight: 700;
    color: #fff;
    font-size:16px;
}

.ct-discounted-price-t1{
    position: absolute;
    left: 10px;
    z-index: 1;
    background-color: #eb4511;
    background-image: linear-gradient(315deg, #eb4511 0%, #b02e0c 74%);
    border-radius: 5px;
    padding: 10px;
    bottom: 20px;
    font-weight: 700;
    color: #fff;
    font-size:24px;
}

@media screen and (max-width:550px){
    .ct-discounted-price-t1{
        bottom:auto;
        top:10px;
        right:10px;
        left:auto;
        font-size:20px;
    }
}


.the-container .main-content-wrapper .search-cars-form form .form-selects>.bootstrap-select{
    min-width:auto!important;
}
.ct-old-price{
    text-decoration:line-through;
}

.ct-actual-price{
    font-weight: 700;
    color: #eb4511;
    font-size: 22px!important;
    margin-right: 10px;
}

.ct-actual-price-vat{
    font-weight: 700;
    color: #fff;
    font-size: 22px!important;
    margin-right: 10px;
}


.cta-internal-stock-homepage{
    background: #c5a080!important;
    color:#000!important;
    width:100%;
    font-weight:700;
    max-width:480px;
}

.search-cars-form-wrapper{
max-width:480px;
}


.the-container .main-content-wrapper .search-cars-form{
    display:block;
}

.ct-hidden-search-element{
    display:none!important;
}