input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.discountDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

#shop-upload {
    margin-bottom: 20px;
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(157, 6, 5);
    border-image: none;
    margin-left: auto;
    margin-right: auto;
}

.dz-image {
    border-radius: 0 !important;
}

.dropzone .dz-preview:hover .dz-image img{
    filter:blur(0) !important
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgb(235, 235, 235) !important
}

.dropzone .dz-preview .dz-error-message{
    top: 154px !important;
}

.dz-error-mark svg g{
    fill:#da291c
}

.dz-success-mark svg g path{
    fill:#1E8C22;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{
    margin-top: -37px !important
}


input[type=number] {
    -moz-appearance:textfield;
}

.shop-error {
    color: red; 
    margin-top: -7px;
}

.shop-input-error {
    border: 1px solid red !important;
}

.shop-image {
    width: 100%;
}

.shop-header {
    margin: 0px !important;
}
.shop-header.expnd-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;

}
.shop-header.expnd-btn a{
text-decoration: none;
}

.shop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-footer {
    margin: 0;
    width: 80%;
    font-size: 12px;
    line-height: 21px;
    opacity: 1 !important;
}

.shop-footer span{    
    font-size: 12px;
}

.shop-footer b span{    
    font-size: 18px;
}

#third h2,
#header h2 {
    font-size:26px;
    line-height:26px;
}
#third .left {
    height: auto;
    float: left;
    margin: 0;
    width: 20%;
}

#third .right {
    height: auto;
    float: left;
    margin: 0 0 0 40px;
    width: calc(100% - 20% - 40px);
}

#third .content_inner {
    padding-top: 40px;
    min-height: 400px;
}

#third .left ul li a,
.leftmenu:not(.model-tgl){
    display: block;
    padding: 11px 0 12px 0;
    text-decoration: none;
    background-position: -20px center;

    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: "CitroenType", Verdana, sans-serif;
    font-weight:700;
}

#third .left ul {
    margin: 30px 0 30px 0;
}

#third .left ul li {
    text-decoration: none;
    margin-bottom: 10px;
}

#third .left ul li a,
.leftmenu {
    padding: 10px;
}

.left .shop-option .selection-img {
    width: 100%;
    cursor:pointer;
}

#third .left .shop-option .expnd-btn, .lc-inner .expnd-btn{
    display: flex;
    justify-content: space-between;
}

.right-inner {
    display: flex;
}

.right .select-container {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(221, 219, 219, 1);
    padding: 24px 0 0 0;
}

.right li:last-of-type .select-container:not(.last){
    border-bottom: 1px solid rgba(221, 219, 219, 1);
}

.right .select-container.last {
    padding-left: 43px;
    flex-direction: column;
    border-top: none;
}

.right .center-text{
    display: flex;
    justify-content: space-between;
}

.right .terms-box{
    display:flex;
    flex-direction: column;
    align-items:initial;
    margin-top:30px
}

.right .terms-box .sel-text{
    margin: 0px 40px;
}

.right .extra-box{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.right .extra-sel{
    margin-bottom:24px;
}

.right .sel-info {
    display: flex;
}

.right .sel-text {
    margin: 0 18px;
}

.right .sel-text a{
    line-height:24px;
}

.right .sel-text p {
    margin-top: 12px;
}

.right .fm-checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    border: 1px solid rgba(221, 219, 219, 1);
    background-color: #fff;
    top: 0;
    left: 0;
    transform:none;
}

.extra-box:hover input ~ .fm-checkmark {
    background-color: rgba(221, 219, 219, 1);;
}

.extra-box input:checked ~ .fm-checkmark {
    background-color: rgba(30, 140, 34, 1);
    border-color:rgba(30, 140, 34, 1);
}

.extra-box:after {
    content: "";
    position: absolute;
    display: none;
}

.extra-box input:checked ~ .fm-checkmark:after {
    display: block;
    opacity: 1;
    transform: scale(1.5);
}

.extra-box .fm-checkmark:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background: url('/img/fm-checkmark.svg') no-repeat center;
}

.shop-steps p,
.right p {
 /*    margin: 0; */
}

.shop-steps b,
.right b {
    line-height: normal;
}

.right #buyer-select {
    margin: 0 0 20px 5px;
    padding: 0;
    width:auto;
    font-size: 20px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    padding: 0 5px 0 0 !important;
}

.right .extra-price {
    font-family: "CitroenType", Verdana, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #000;
    flex-shrink: 0;
    white-space: nowrap
}

.right .redtext {
    color: #da291c;
}

.right .red{
    min-height: auto;
}

.steps-container .step {
    display: flex;
    align-items: center;
    cursor:pointer
}

.shop-steps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(221, 219, 219, 1);
}

.steps-container {
    display: flex;
    gap: 60px;
}

.steps-container a{
    color: #585858 !important
}

.shop-steps a {
    text-decoration: none;
    color: #da291c;
}

.shop-steps .dot {
    position: relative;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #000;
    border: 1px solid #dddbdb;
    font-family: "CitroenType", Verdana, sans-serif;
    font-weight: 700;
    margin-right: 12px;
    flex-shrink: 0;
    z-index:10
}

.shop-steps .step:first-child .dot::before {
    content: none;
}

.shop-steps .step .dot::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #dddbdb;
}

.shop-steps .dot.active {
    color: #000;
    background: #fff;
    border: 2px solid #1e8c22;
    z-index: 11;
}

.shop-steps .step .dot.active::before, .shop-steps .dot.done::before{
    background: #1e8c22;
}

.shop-steps .dot.done {
    color: #fff;
    background: #1e8c22;
    border: 1px solid #1e8c22;
}

img[src="/img/arwr_bl.png"] {
    width: 7px;
    height: 11px;
}

.p-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 10px;
}
.p-form label {
    display: block;
    position: absolute;
    top: -13px;
    left: 5px;
    background: #fff;
}

form p {
    margin: 0;
    position: relative;
}

.p-form {
    margin-bottom: 40px;
}

.p-form h3 {
    margin: 0 0 10px 0;
}

.full-width {
    grid-column: 1 / 3;
}

.p-form button,
.p-form input,
.p-form textarea {
    padding: 1em;
    width: 100%;
}

textarea{
    width: 100%;
    resize: vertical;
}

#third input,
#third select,
#third textarea
{
    border: 1px solid #dddbdb;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    line-height: 18px;
    font-size: 14px;
    font-family: "CitroenType", Verdana, sans-serif;
    color: #585858;
}
input,
select{
    height: 38px
}
.fm-checkmark.round {
    border-radius: 50%;
}

.right .p-container {
    display: flex;
}

.right .payoption {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 75px;
    margin-right: 10px;
    border: 1px solid #dddbdb;
    cursor: pointer;
    position: relative;
}

.right .records{
    margin-bottom:40px;
}

.right .contenttable.records tr:nth-child(odd),
.right .contenttable.records tr:hover{
    background:none;
}

.right .payoption:hover {
    border: 1px solid #796f6e;
}

.right .payoption.selected {
    border: 1px solid #796f6e;
}

.right .payoption.selected::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/img/fm-checkmark.svg) no-repeat center;
    background-color: #1e8c22;
    background-size: 14px;
    border-radius: 50%;
    top: -13px;
}

.right .p-wrapper {
    padding: 40px 0;
    border-top: 1px solid rgba(221, 219, 219, 1);
}

.right .p-inner{
    margin-left: 20px;
}

.right select#select-lease {
/*     width: 350px; */
    margin: 20px 0 20px 0;
}

.right input#information {
    width: 350px;
    margin-bottom: 40px;
}

#third [type="checkbox"]:not(:checked),
#third [type="checkbox"]:checked,
#third [type="radio"]:not(:checked),
#third [type="radio"]:checked {
    display: none;
}


.modal-inner{
    max-height:0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}


.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 25px;
    border: 1px solid #dddbdb;
    border-radius: 0px;
    transition: 0.2s;
}

.file-drop-area.is-active {
    background-color:#ebebeb;
}

.fake-btn {
    flex-shrink: 0;
    border: 1px solid #dddbdb;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.visible{
    max-height: 600px !important;
    padding: 20px 0;
}

.modal-inner #tradein{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 12px;
}

.p-form.custom-loc{
    max-height:0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.left #expnd-btn {
    margin-bottom:20px;
}

.left .contenttable, .left .contenttable td {
    border-right: 0;
    border-left: 0;
}

.right #t-contract td{
    background:#fff
}

.right #t-contract td a{
    display:flex;
    align-items: center;
}

.right #t-contract td:hover{
    background:#fff
}

.right p.total{
    font-size: 24px;
    margin-bottom:20px;
}

.right .p-summary ul{
    list-style: disc;
    margin-left: 25px;
    margin: 10px 0 20px 20px;
}

.right .p-summary ul li span{
    display:flex;
    justify-content: space-between;
}


.right .p-summary .redtext{
    float:right
}

#pageOne .discountDiv .regularprice{
    margin-bottom:10px;
}

#pageThree .discountDiv {
    flex-direction: row;
}

.right .discountDiv .regularprice{
    font-size:12px;
    margin-right:4px;
}

.right .discountDiv .regularprice.final{
    font-size:16px;
}

.right .discountDiv.total{
    flex-direction: row;
    align-items: baseline;
}


.popup{
    position: fixed;
    display:flex;
    left: 50%;
    top: 50%;
    padding:40px;
    background:#fff;
    box-shadow: 2px 1px 16px -1px rgba(0,0,0,0.2);
    transform: translate(-50%, -50%);
    z-index:1000
}

.popup.purchase-popup, .popup.loading-popup{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:600px;
    height:300px;
    cursor:pointer;
}

.popup.bron-popup{
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width:600px;
    height:auto;
}

.popup .popup_btns{
    display: flex;
    justify-content:end;
}

#disableDiv {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: black;
    z-index: 10;
    display: none;
  }

.popup .prettybutton2{
    background:#796F6E
}

.popup .prettybutton2:hover{
    background:#615958
}

.steps-back{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.green_noti label::before{
    content: '';
    font-family: "citroen-icons";
    color:white;
    font-size: 11px;
/*     padding-right: 4px; */


    background: green;
    border-radius: 100%;
    padding: 2px;
    margin: 0px 6px 2px 2px;
    vertical-align: bottom;
}

.red_noti .shop-error::before{
    content: '';
    font-family: "citroen-icons";
    color:red;
    font-size: 18px;
    margin-right: 4px;
}


#shop-loading{
    position: fixed;
    gap: 30px;
}

.loader {
    display: flex;
    justify-content: center;
}

.loader::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 10px solid #dddddd;
    border-top-color: #da291c;
    border-radius: 50%;
    animation: shop-loading 1s ease infinite;
}

@keyframes shop-loading {
    to {
        transform: rotate(1turn);
    }
}


@media screen and (max-width: 1020px){
    #third .right {
        margin: 0;
        padding: 0 0 0 20px;
        width: 75%;
    }

    #third .left {
        margin: 0;
        width: 25%;
    }
    .right-inner {
        flex-direction: column;
    }

    .lease-container {
        margin: 60px 0 0 0;
    }

    .shop-steps {
        flex-direction: column-reverse;
        align-items: start;
    }

    .steps-container{
        width:100%;
        justify-content: space-between;
        gap: 10px 40px;
    }

    .steps-container .step {
        margin-left: 0;
    }
    .right .p-summary{
        width:100%
    }

    .steps-back{
        margin-top: 20px;
    }

    .popup .popup_btns{
        display: block;
    }

}

@media screen and (max-width: 860px){
/*     .shop-steps .step .dot::before{
        content:none
    } */


}

@media screen and (max-width: 680px){
    #third .left {
        width: 100%;
    }

    #third .right {
        padding: 0;
        width: 100%;
    }

    .steps-container{
        width:auto;
        flex-direction: column;
    }

    .shop-steps{
        align-items: center;
    }

    .shop-steps .step .dot::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        top: -7px;
        transform: translateY(-50%);
        height: 13px;
        width: 1px;
        background: #dddbdb;
    }

    .right .select-container.last{
        padding-left:0;
    }
    .shop-steps .dot{
        line-height:41px;
    }
    .shop-steps .dot.active {
        line-height: 38px;
    }

    .shop-steps .step .dot.active::before, .shop-steps .dot.done::before {
        top: -8px;
      }
}