@font-face {
    font-family: 'Vodafone';
    src: url('../../fonts/newdesign_40768/Vodafone.eot');
    src: local('Vodafone'), url('../../fonts/newdesign_40768/Vodafone.eot?#iefix') format('embedded-opentype'), url('../../fonts/newdesign_40768/Vodafone.woff') format('woff'), url('../../fonts/newdesign_40768/Vodafone.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vodafone';
    src: url('../../fonts/newdesign_40768/Vodafone-Bold.eot');
    src: local('../../fonts/newdesign_40768/Vodafone-Bold'), url('../../fonts/newdesign_40768/Vodafone-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/newdesign_40768/Vodafone-Bold.woff') format('woff'), url('../../fonts/newdesign_40768/Vodafone-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vodafone';
    src: url('../../fonts/newdesign_40768/Vodafone-Light.eot');
    src: local('../../fonts/newdesign_40768/Vodafone-Light'), url('../../fonts/newdesign_40768/Vodafone-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/newdesign_40768/Vodafone-Light.woff') format('woff'), url('../../fonts/newdesign_40768/Vodafone-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vodafone';
    src: url('../../fonts/newdesign_40768/Vodafone-ExtraBold.eot');
    src: local('../../fonts/newdesign_40768/Vodafone-ExtraBold'), url('../../fonts/newdesign_40768/Vodafone-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/newdesign_40768/Vodafone-ExtraBold.woff') format('woff'), url('../../fonts/newdesign_40768/Vodafone-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #25282B;
    transition: all ease-in-out .3s;
}

    a:hover {
        color: #E60000;
        transition: all ease-in-out .3s;
    }

button:focus {
    box-shadow: none !important;
}

.filled-box .form-control {
    border: 0;
    height: 48px;
    border-radius: 6px;
    font-size: 1.125rem;
    /*color: #929395;*/
}

    .filled-box .form-control::placeholder {
        color: #929395 !important;
        font-weight: 300;
    }

    .filled-box .form-control:focus {
        box-shadow: none !important;
        border: 0;
    }

.imei-search-input .form-control {
    border: 0;
    height: 48px;
    border-radius: 6px;
    font-size: 1.125rem;
    /*color: #929395;*/
}

.form-control::placeholder {
    color: #929395 !important;
    font-weight: 300;
}

.imei-search-input .form-control:focus {
    box-shadow: none !important;
    border: 0;
}

.form-select:focus {
    box-shadow: none !important;
    border: 0;
}

.form-select:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}

.container {
    max-width: 1400px;
}

/* Nav */
nav {
    border-top: solid 16px #25282B;
    padding-top: 16px;
}

.logo {
    max-width: 80px;
}

.nav-menu li a {
    margin: 0 20px;
    font-weight: 300;
    color: #25282B;
    font-size: 1.438rem;
}

    .nav-menu li a:hover {
        color: #E60000;
    }

/* Main/Slider */
.slider img {
    width: 100%;
}

/* Main */
.page-title {
    font-size: 2.25rem;
    color: #25282B;
    font-weight: 800;
}

/* Imei Search */
.imei-search {
    background: #F5F5F5;
    padding: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.section-title {
    font-size: 1.563rem;
    font-weight: 800;
}

.imei-search-input {
    position: relative;
}

.search-icon {
    position: absolute;
    right: 7px;
    top: 7px;
}

.imei-text {
    color: #495057;
}

/* Manual Search */
.manual-search {
    background: #EBEBEB;
    padding: 20px 20px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 273px;
}

.manual-input {
    background: #fff;
    border-radius: 6px;
    height: 48px;
}

.manual-select {
    height: 100%;
}

.manual-device:before {
    position: absolute;
    content: "Apparaat:";
    left: 15px;
    top: 10px;
    color: #929395;
}

.manual-device select {
    padding-left: 83px;
    background-color: transparent;
    position: relative;
}

.manual-make:before {
    content: "Merk:";
}

.manual-make select {
    padding-left: 55px;
}

.manual-model:before {
    content: "Model:";
}

.manual-model select {
    padding-left: 65px;
}

.manual-capacity:before {
    content: "Geheugengrootte:";
}

.manual-capacity select {
    padding-left: 145px;
}

/* Search result box */
.device-box {
    background: url(../../images/newdesign_40768/device-box.webp);
    border-radius: 6px;
    padding: 20px 0px 10px;
    height: 100%;
}

.device-img {
    height: 200px;
    background: #fff;
    padding: 10px 0px;
}

.blank-device {
    height: 300px;
    background: Transparent;
}

.blank-device img {
    height: 300px;
}

.device-title {
    font-weight: 800;
    font-size: 1.125rem;
}

.device-price {
    font-size: 2.188rem;
    font-weight: 800;
}

.device-link {
    background: #E60000;
    color: #fff !important;
    font-weight: 800;
    font-size: 1.75rem;
    display: block;
    padding: 6px;
    border-radius: 6px;
    transition: all ease-in-out .3s;
}

    .device-link:hover {
        color: #fff;
        background: #25282B;
        transition: all ease-in-out .3s;
    }

.device-img img {
    height: 180px;
}

/* Steps */
.step {
    width: 20%;
}

.step-box {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
}

.step-heading {
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto;
    min-height: 80px;
}

    .step-heading span {
        font-weight: 800;
    }

.step-description {
    font-size: .813rem;
    margin: 0;
}

/* Top trading */
#top-trending {
    background: #F5F5F5;
    padding: 20px 0;
}

.trending-sub-heading {
    background: #007C92;
    color: #fff;
    padding: 15px 80px;
    border-radius: 6px;
    display: inline-block;
}

.trending-number {
    background: #007C92;
    color: #fff;
    font-weight: 800;
    font-size: .75rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.trending-device {
    background: #fff;
}

.trending-device img {
    height: 200px;
    width: inherit !important;
    margin: 0 auto;
}

.trending-box {
    background: #fff;
    padding: 15px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.trending-heading {
    font-weight: 800;
    min-height: 80px;
}

.trending-btn {
    border: solid 1px #343A40;
    border-radius: 5px;
    display: block;
    font-weight: 800;
    font-size: .75rem;
    padding: 5px;
}

    .trending-btn:hover {
        background: #E60000;
        color: #fff;
        border-color: #E60000;
    }

.trending-value-box {
    font-size: 1.563rem;
    line-height: 24px;
}

.trending-price {
    font-weight: 800;
}

/* About section */
.about-box {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 30px 50px;
    height: 100%;
    margin-right: 30px;
}

.about-btn {
    border: solid 1px #343A40;
    border-radius: 5px;
    font-size: 1.25rem;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
}

    .about-btn:hover {
        background: #E60000;
        color: #fff;
        border-color: #E60000;
    }

.owl-dot.active span {
    background: #E60000 !important;
}

/* footer banner */
#footer-banner img {
    width: 100%;
}

/* footer */
.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

footer {
    background: #F5F5F5;
    margin-top: 50px;
    padding: 30px 0;
}

.copyright {
    font-size: .688rem;
}

.footer-links a {
    font-size: .875rem;
    color: #25282B;
    position: relative;
    margin: 0 10px;
    display: inline-block;
    padding: 12px;
}

    .footer-links a:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        right: -12px;
        background: #25282B;
    }

    .footer-links a:hover {
        color: #E60000;
    }

    .footer-links a:last-child:after {
        display: none;
    }

/* Conditions */
#inner-header {
    background: url(../../images/newdesign_40768/inner-header.webp) no-repeat right #B41701;
    padding: 32px 0;
    min-height: 170px;
    display: flex;
    align-items: center;
}

.header-device {
    max-width: 130px;
}

    /*.header-device img {
        height: 110px;
    }*/

.condition-device {
    color: #fff;
    font-size: 2.25rem;
}

.change-device {
    color: #fff;
    font-size: 1.5rem;
    position: relative;
}

    .change-device:after {
        width: 0;
        height: 1px;
        background: #fff;
        position: absolute;
        content: "";
        left: 0;
        bottom: -5px;
        transition: all ease-in-out .3s;
    }

    .change-device:hover {
        color: #fff;
    }

        .change-device:hover:after {
            width: 100%;
            transition: all ease-in-out .3s;
        }

/* breadcrumb */
.breadcrumb-nav {
    border: 0;
    padding: 16px;
}

.breadcrumb li {
    font-size: 1.5rem;
}

.breadcrumb-item {
    margin-right: 60px;
    position: relative;
}

    .breadcrumb-item:last-child {
        margin-right: 0
    }

    .breadcrumb-item.active {
        color: #E60000;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        display: none;
    }

    .breadcrumb-item:after {
        width: 25px;
        height: 25px;
        position: absolute;
        content: "";
        background: url(../../images/newdesign_40768/arrow.svg) no-repeat;
        right: -48px;
        top: 9px;
    }

    .breadcrumb-item.active:after {
        background: url(../../images/newdesign_40768/arrow-active.svg) no-repeat;
    }

    .breadcrumb-item:last-child:after {
        display: none;
    }

.filled-box {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 6px;
}

.condition-box {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    height: 100%;
}

.condition-main {
    width: calc(100% - 150px);
}

.condition-title {
    font-size: 2.25rem;
    font-weight: 800;
}

    .condition-title span {
        position: relative;
        top: -15px;
        cursor: pointer;
    }

.condition-desc {
    font-size: 1.563rem;
    min-height: 110px;
}

.action-btn {
    width: 195px;
    height: 60px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #343A40;
    -moz-box-shadow: inset 0px 0px 0px 1px #343A40;
    box-shadow: inset 0px 0px 0px 1px #343A40;
    border-radius: 6px;
    font-size: 1.563rem;
    cursor: pointer;
    border: 0;
    background: transparent;
}

    .action-btn.active-btn {
        -webkit-box-shadow: inset 0px 0px 0px 2px #E60000;
        -moz-box-shadow: inset 0px 0px 0px 2px #E60000;
        box-shadow: inset 0px 0px 0px 2px #E60000;
        font-weight: 800;
        transition: all ease-in-out .3s;
    }

.imei-info {
    font-weight: 300;
}

.promo-btn {
    background: #FF0000;
    border-radius: 6px;
    color: #fff;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 800;
    border-color: #E60000;
    padding-left: 30px;
    padding-right: 30px;
    height: 48px;
    display: inline-flex;
    align-items: center;
}

    .promo-btn:hover,
    .promo-btn:active,
    .btn:focus-visible {
        background-color: #25282B !important;
        color: #fff !important;
    }

a.disabled {
    opacity: .7;
    cursor: not-allowed;
}


.expected {
    font-weight: 800;
    font-size: 1.563rem;
}

.expected-value {
    font-size: 6.25rem;
    font-weight: 800;
}

.icloud {
    max-width: 192px;
}

.icloud-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.next-btn {
    width: 195px;
    justify-content: center;
    height: 60px;
}

.back-btn {
    background: #fff;
    color: #25282B;
    border: solid 1px #25282B !important;
    font-weight: 300;
}

.modal-heading {
    font-size: 1.125rem;
    font-weight: 800;
}

.modal-data-list {
    list-style-type: circle;
    margin-left: 15px;
}

.modal-footer .btn-secondary {
    background: #343A40;
    width: 160px;
    height: 60px;
    font-size: 1.563rem;
}

    .modal-footer .btn-secondary:hover {
        background: #4e5861;
    }

/* Customer info */
.customer-control {
    width: 60%;
    position: relative;
}

    .customer-control .custom-hight {
        height: 150px;
        padding: 10px;
        width: 100%;
        margin: 10px 0px;
    }

.location-btn {
    width: 44px;
    height: 48px;
    background: url(../../images/newdesign_40768/location.svg);
    border: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.enter-manually {
    color: #e20101;
    font-size: 1rem;
    font-weight: 300;
}

.customer-note {
    background: #25282B;
    padding: 15px 20px;
    color: #fff;
    border-radius: 6px;
}

.lock {
    position: absolute;
    right: 0;
    top: 0;
}

.final-checks {
    margin-left: 50px;
}

    .final-checks li {
        margin: 30px 0;
    }

    .final-checks img {
        margin-top: 3px;
    }

    .final-checks li p {
        margin: 0;
    }

    .final-checks li span {
        color: #E60000;
    }

    .final-checks li a {
        color: #E60000;
    }

        .final-checks li a:hover {
            color: #25282B;
        }

.final-check label {
    font-size: 1.313rem;
    font-weight: 800;
}

.final-check input[type="checkbox"] {
    width: 33px;
    height: 33px;
}

/* Complete order*/
.order-number {
    font-size: 2rem;
    font-weight: 800;
}

.order-pointer li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .order-pointer li:last-child {
        margin-bottom: 0;
    }

.label-box {
    background: #fff;
    padding: 10px 12px;
    border-radius: 6px;
}

.label-heading {
    font-size: 1.563rem;
    font-weight: 800;
}

.divider {
    border-top: solid 1px #25282B;
    padding: 20px 0;
}

.label-box p {
    margin-bottom: 5px;
}

.custom-dropdown-search {
    background: white !important;
    padding: 5px !important;
    max-height: 300px !important;
    overflow: auto !important;
    z-index: 999 !important;
    left :10px !important;
}

.formline {
    color: #e20101;
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel .item {
    width: 100%;
}

.owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}


.promo-div {
    position: relative;
}

    .promo-div a {
        position: absolute;
        right: 25px;
        top: 10px;
        width: 20px;
    }

        .promo-div a img {
            width: 100%;
        }

.alert {
    margin-top: 10px;
    padding: 7px 10px;
}

.completionListElem_css {
    position: absolute;
    width: 100%;
    min-height: 130px;
}

    .completionListElem_css li {
        padding: 6px 5px;
        cursor: pointer;
    }

#Search_Netherlands {
    position: relative;
}

a#ancFileUpload {
    background: #efefef;
    /* width: 100px; */
    text-align: center;
    padding: 5px 8px;
    border: solid 1px;
    border-radius: 4px;
    margin-right: 10px;
}

.cstm-file-upload {
    border: solid 1px #ccc;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.fuUploadFile {
    display: none;
}


.cookiewall__cookiewall .content h2 {
    font-size: 1.563rem !important;
    font-weight: 800;
    border-bottom: 1px solid #212529;
    padding: 15px 15px;
}
.btn.btn-primary.clearboth.cookiewall__accept {
    background: #343A40;
    width: 160px;
    height: 50px;
    border-color: #6c757d;
    color: #fff;
}
.cookiewall__decline a {
    background: #fff;
    color: #25282B !important;
    border: solid 1px #25282B !important;
    font-weight: 300;
    width: 160px;
    justify-content: center;
    height: 50px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    left: 20%;
    bottom: -10px !important;
    text-decoration:none !important;
}

.cookiewall__cookiewall {
    position: absolute !important;
    padding: 0 !important;
}

.cookiewall__main_text {
    padding: 0px 20px !important;   
}
.cookiewall__accept_text {
    padding: 0px 20px !important;
}
.header-device-img img{
    height:80px;
}
.header-device-img {
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-heading-1{
    width:83%
}
.owl-stage-outer .owl-item.active:last-child {
    margin-right: 0px !important;
}
/* Responsive */
@media (max-width: 575.98px) {
    .logo {
        max-width: 60px;
    }

    footer {
        margin-top: 0px;
    }

    #inner-header {
        background-size: cover;
        min-height: inherit;
    }

    .nav-menu li a {
        font-size: .813rem;
        margin: 0 4px;
    }

    .navigation {
        width: calc(100% - 60px);
    }

    .page-title {
        font-size: 2rem;
    }

    .trending-sub-heading {
        padding: 15px;
    }

    .step {
        width: 100%;
        margin: 10px 0;
    }

    .about-box {
        margin: 0;
    }

    .imei-text {
        font-size: .875rem;
    }

    /* condition page */
    .condition-device {
        font-size: 1.5rem;
    }

    .change-device {
        font-size: 1rem;
    }

    .breadcrumb li {
        font-size: .75rem;
        margin-right: 22px
    }

    .breadcrumb-item:after {
        right: -33px;
        top: 4px;
    }

    .breadcrumb-item:after {
        background-size: 13px;
    }

    .breadcrumb-item.active:after {
        background-size: 13px;
    }

    .condition-main {
        width: 100%;
    }

    .next-btn {
        width: 120px;
        font-size: 1rem;
    }

    .expected-value {
        font-size: 4rem;
    }

    .customer-control {
        width: 100%;
    }

    .final-checks {
        margin: 0;
    }

    .owl-carousel .owl-item {
        display: block;
    }

    .owl-carousel .item {
        width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        display: block;
    }

    .owl-carousel .owl-stage {
        display: block;
    }

    .customer-control .custom-hight {
        height: auto;
    }

    .stad-control {
        position: relative;
    }

        .stad-control:before {
            position: absolute;
            content: "Stad";
            left: 11px;
            right: 0;
            width: 200px;
            height: 200px;
            top: 8px;
        }
    .huisnummer-control {
        position: relative;
    }

        .huisnummer-control:before {
            position: absolute;
            content: "Huisnummer";
            left: 11px;
            right: 0;
            width: 200px;
            height: 200px;
            top: 8px;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        max-width: 60px;
    }
    footer {
        margin-top: 0px;
    }
    #inner-header {
        background-size: cover;
        min-height: inherit;
    }
    .nav-menu li a {
        font-size: .875rem;
        margin: 0 5px;
    }

    .navigation {
        width: calc(100% - 60px);
    }

    .page-title {
        font-size: 2rem;
    }

    .trending-sub-heading {
        padding: 15px;
    }

    .step {
        width: 100%;
        margin: 10px 0;
    }

    .about-box {
        margin: 0;
    }

    .imei-text {
        font-size: 1rem;
    }

    .owl-carousel .owl-item {
        display: block;
    }

    .owl-carousel .item {
        width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        display: block;
    }

    .owl-carousel .owl-stage {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .step {
        width: 47%;
        margin-bottom: 30px;
    }

    .about-box {
        margin: 0;
    }

    .owl-carousel .owl-item {
        display: block;
    }

    .owl-carousel .item {
        width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        display: block;
    }

    .owl-carousel .owl-stage {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 1rem;
    }

    .step {
        width: 25%;
    }

    .step-box {
        height: 100%;
    }

    .condition-desc {
        font-size: 1.5rem;
    }

    .condition-main {
        width: 100%;
    }

    .condition-desc {
        min-height: 160px;
    }

    .final-checks {
        margin-left: 10px;
    }

    .owl-carousel .owl-item {
        display: block;
    }

    .owl-carousel .item {
        width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        display: block;
    }

    .owl-carousel .owl-stage {
        display: block;
    }
}
