﻿* {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

#SubmitAge{
	margin-top:30px;
}

#confirmerror{
    color:red;
}


@media print {
    .OrderSummaryButtons {
        display: none;
    }

    .sellerPage .orderSummaryCode {
        background-image: none;
        color: black;
    }

    .checkboxlabel {
        color: black !important;
    }

    #SubmitButton {
        display: none;
    }

    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    #printOrder {
        display: none;
    }

    .blockHeader h2 {
        margin-right: 20%;
    }

    html,
    body {
        height: 99%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        page-break-after: avoid;
        page-break-before: avoid;
    }
}
/*seller confirm*/
#validateSection.complete-profile {
    padding-top: 45px;
    min-height: calc(100vh - 147px);
}

    #validateSection.complete-profile .back-button {
        font-size: 31px;
        margin-bottom: 50px;
        display: inline-block;
        line-height: 25px;
        font-weight: bold;
        position: relative;
        padding-left: 25px;
        color: #34303d;
    }

        #validateSection.complete-profile .back-button:before {
            content: "";
            width: 10px;
            height: 24px;
            position: absolute;
            top: 2px;
            left: 0;
            background-image: url(/images/black-arrow-left.svg);
            background-repeat: no-repeat;
            background-size: 12px;
            background-position: center;
            background-repeat: no-repeat;
        }

    #validateSection.complete-profile .formHolder .formInput {
        margin-bottom: 25px;
        position: relative;
    }

        #validateSection.complete-profile .formHolder .formInput label {
            margin-bottom: 0px;
            font-size: 14px;
            font-weight: bold;
            line-height: 17px;
            display: block;
        }

        #validateSection.complete-profile .formHolder .formInput input {
            font-family: "IQOS", sans-serif !important;
            font-size: 0.875rem !important;
            font-weight: 400 !important;
            color: #000;
            padding: 16px 20px;
            border: 1px solid #34303d;
            border-radius: 7px;
            line-height: 17px;
            display: inline-block;
            width: 100%;
        }

    #validateSection.complete-profile .formHolder .ctasHolder .btn {
        border-radius: 26px;
        background-color: #3ad5d7;
        box-shadow: 0 2px 6px 0 rgba(99, 206, 208, 0.35);
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
        text-align: center;
        display: block;
        padding: 12px;
        color: #000;
        margin-bottom: 12px;
        border: 1px solid #3ad5d7;
        width: 100%;
        -webkit-appearance: none;
    }

#detailsSection .back-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(/images/black-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

/*Consumables*/

.consumablesLocation, .OutOfStockDisclaimerLabel {
    font-weight: bold;
    text-align: center;
    min-width: 100%;
    font-size: 25px;
    margin-top: 30px;
}

.removeFromStockButton, .addToStockButton {
    padding: 5px 5px;
    border-radius: 5%;
}

    .removeFromStockButton:hover {
        background-color: darkred;
    }

    .addToStockButton:hover {
        background-color: darkgreen;
    }

.OutOfStockDisclaimerLabel {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.consumablesLoginContainer .right {
    padding-inline-start: 0px !important;
}


.cartConsumablesContainer.cartContainer .right .row .back-button,
.cartConsumablesContainer .bg-img {
    display: none !important;
}

.cartConsumablesContainer #discountForm {
    display: none;
}


.cartConsumablesContainer .right {
    min-width: 100%;
}

/*Orders*/

.tableFilters label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.tableFilters input {
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

.tableFilters .col {
    max-width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tableFilters .filters,
.dk-select, .dk-select-multi {
    width: 100%;
}


.tableFilters .locationsFilterRow .dk-select-multi {
    margin-bottom: 20px;
    margin-top: 3px;
}

.tableRefresh {
    margin: 20px 0px;
}

    .tableRefresh .btn-success {
        min-width: 100%;
    }

#ordersTable_wrapper .dk-select {
    display: none;
}

tbody .btn {
    display: block;
    margin-bottom: 10px;
}

tbody .btn-light {
    background-color: transparent;
    border: 1.5px solid grey;
    margin-right: 10px;
}


.language-switcher .dk-select {
    min-width: 100px;
}




/*general back button*/
.back-button {
    font-size: 31px;
    margin-bottom: 50px;
    display: inline-block;
    line-height: 25px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    color: #34303d;
}

    .back-button:before {
        content: "";
        width: 10px;
        height: 24px;
        position: absolute;
        top: 2px;
        left: 0;
        background-image: url(/images/black-arrow-left.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
    }


/*Trade in*/
#deviceListing .devicesListing .deviceDetails .deviceContainer .row img {
    max-height: 150px;
}


#deviceListing .devicesListing .deviceDetails .deviceContainer .row .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 100%;
    padding: 0 10px;
}


    #deviceListing .devicesListing .deviceDetails .deviceContainer .row .col-sm-9 h6 {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 16px;
    }

#deviceListing .devicesListing .deviceDetails .row .col-sm-9 .row {
    margin-right: 0;
    margin-left: -20px;
}

#deviceListing .devicesListing .deviceDetails .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .row .col-sm-6 {
    padding: 0 20px;
}

.tradeInSection .devicesListing .deviceDetails .row .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 25px;
}

.tradeInSection .devicesListing .deviceDetails .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
}

.tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .purchaseDate, .tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .serialNum {
    font-weight: bold;
}

    .tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .purchaseDate label, .tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .serialNum label {
        font-weight: 400;
    }

.tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .row .col-sm-6 {
    padding: 0 20px;
}

.tradeInSection .devicesListing .deviceDetails .row .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 25px;
}

.tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .purchaseDate, .tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .serialNum {
    font-weight: bold;
}

    .tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .purchaseDate label, .tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .serialNum label {
        font-weight: 400;
    }

.tradeInSection label {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 8px;
    display: block;
}

.tradeInSection input[type=text], .tradeInSection input[type=email], .tradeInSection .selected-country-code {
    padding: 16px 20px;
    border: 1px solid #34303d;
    border-radius: 7px;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    width: 100%;
}

.tradeInSection input[type=text], .tradeInSection input[type=email], .tradeInSection input[type=tel], .tradeInSection textarea {
    font-family: "IQOS", sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #000;
}

.deviceDetails.infoSection input[type=text] {
    outline: none;
}

.tradeInSection .devicesListing .deviceDetails .deviceContainer {
    border-bottom: 1px solid #d5d3d9;
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
}

.tradeInSection .actionsHolder {
    text-align: right;
}

    .tradeInSection .actionsHolder .btn {
        display: inline-block;
    }

.tradeInSection .btn {
    border-radius: 26px;
    background-color: #3ad5d7;
    box-shadow: 0 2px 6px 0 rgba(99, 206, 208, 0.35);
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    display: block;
    padding: 12px 30px;
    color: #000;
    margin-bottom: 12px;
    border: 1px solid #3ad5d7;
    -webkit-appearance: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .control {
    text-align: right;
    padding-right: 20px;
}

    .tradeInSection .devicesListing .deviceDetails .row .col-sm-9 .control .status.eligible {
        color: green;
    }

.tradeInSection .devicesListing .deviceDetails .deviceContainer.selected {
    background-color: rgba(52, 48, 61, 0.1);
}


#ProductsListing h3 {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 18px;
    font-size: calc(18px + 7*(100vw - 320px) / 1280);
}

#ProductsListing .swiper {
    display: flex;
    padding-bottom: 40px;
    touch-action: pan-y;
}

#ProductsListing .swiper-slide {
    width: 132px;
    position: relative;
    margin-right: 50px;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-right: 100px;
}

    #ProductsListing .swiper-slide::after {
        content: "";
        display: block;
        position: absolute;
        left: 170px;
        top: 10px;
        width: 15px;
        height: 15px;
        border: 5px solid #3ad5d7;
        border-radius: 50%;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    #ProductsListing .swiper-slide.selected::after {
        opacity: 1 !important;
    }

    #ProductsListing .swiper-slide:hover::after {
        opacity: 0.5;
    }

    #ProductsListing .swiper-slide .imgcontainer {
        --bs-aspect-ratio: 100%;
        margin-bottom: 20px;
        background-color: #f6f4f0;
        border-radius: 10px;
        max-width: 200px;
        max-height: 200px;
        min-width: 200px;
        min-height: 200px;
    }

    #ProductsListing .swiper-slide .textContainer {
        display: flex;
        flex-direction: column-reverse;
    }

#codentifyListing .listHolder {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.order-summary #confirmcheckbx:checked ~ .checkboxContainer .item label::after {
    background-color: #00d1d2;
    border-color: #00d1d2;
}

.order-summary h3, .order-summary .title {
    margin-bottom: 20px;
}


/*Homepage header*/
.logoContainer img {
    width: 150px;
}

header .right > * {
    margin-inline-end: 20px !important;
}

@media screen and (max-width: 768px) {
    header .mainSection .left {
        width: 40% !important;
    }

    header .mainSection {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
}

/*products*/
.contentContainer.mainProductsContainer.hideTitles .product-name {
    display: none;
}

/*retailer*/
#orderConfirmedLabel {
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}

#MakeNewOrderButton {
    border-radius: 26px;
    background-color: #3ad5d7;
    box-shadow: 0 2px 6px 0 rgba(99, 206, 208, .35);
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    display: block;
    padding: 12px;
    color: #000;
    margin-bottom: 12px;
    border: 1px solid #3ad5d7;
    width: 100%;
    -webkit-appearance: none;
}


/*OOB Device Update*/
.deviceUpdateSection .input-holder {
    display: flex;
}

.deviceUpdateSection .dk-selected {
    padding: 15px;
}

.deviceUpdateSection input[type="button"] {
    border-radius: 26px;
    background-color: #3ad5d7;
    box-shadow: 0 2px 6px 0 rgba(99, 206, 208, 0.35);
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    display: block;
    padding: 12px;
    color: #000;
    margin-bottom: 12px;
    border: 1px solid #3ad5d7;
    width: 100%;
    -webkit-appearance: none;
}


/*Styles*/

section.login {
    padding-top: 15vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


    section.login .loginIcon {
        height: 89px;
        width: 89px;
        border: 3px solid #34303d;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 3vh;
    }

        section.login .loginIcon img {
            display: block;
        }

    section.login h2 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        margin-bottom: 9vh;
        display: block;
    }

    section.login .formInput {
        margin-bottom: 20px;
        position: relative;
    }

        section.login .formInput label {
            font-size: 14px;
            font-weight: bold;
            line-height: 17px;
            margin-bottom: 8px;
            display: block;
        }

        section.login .formInput input.text-box {
            font-size: 16px !important;
            font-weight: 400 !important;
            font-family: "IQOS", sans-serif !important;
            color: #000 !important;
            padding: 16px 20px;
            border: 1px solid #34303d;
            border-radius: 7px;
            line-height: 17px;
            display: inline-block;
            width: 100%;
        }

    section.login input#SubmitButton {
        border-radius: 26px;
        background-color: #3ad5d7;
        box-shadow: 0 2px 6px 0 rgba(99, 206, 208, .35);
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
        text-align: center;
        display: block;
        padding: 12px;
        color: #000;
        margin-bottom: 12px;
        border: 1px solid #3ad5d7;
        width: 100%;
        -webkit-appearance: none;
    }

/*cart*/
#cartForm label {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 8px;
    display: block;
}

#cartForm .phoneNumber {
    display: flex;
}

    #cartForm .phoneNumber .phoneCodeContainer {
        min-width: 30%;
    }

        #cartForm .phoneNumber .phoneCodeContainer .dk-selected {
            padding: 15px;
        }

    #cartForm .phoneNumber #phoneNumberInput {
        border-radius: 7px;
        margin-left: 10px;
    }

#cartForm .phoneNumberError {
    display: none;
    color: red;
}

#cartForm .sendSmsCheckbox {
    display: flex;
    margin: 10px 0px;
    gap: 10px;
}

    #cartForm .sendSmsCheckbox input {
        max-width: 5%;
        /* min-height: 10%; */
        width: 10px;
        min-height: 10px;
    }



/*seller confirm*/
#detailsSection.order-summary input[type=text] {
    border: 1px solid black;
    min-width: 100%;
    padding: 10px;
    border-radius: 5px;
}


/*Popup*/
.Pmodal.customPopup .modal-content .modalHeader {
    height: 250px;
    max-height: 250px;
    margin: 0 auto;
}

    .Pmodal.customPopup .modal-content .modalHeader img {
        height: 250px;
        max-height: 250px;
        margin: 0 auto;
    }

.Pmodal.customPopup .modal-content .body {
    flex-direction: column;
}

    .Pmodal.customPopup .modal-content .body p {
        font-size: 16px;
        text-align: center;
    }

    .Pmodal.customPopup .modal-content .body a {
        font-size: 16px;
    }

.Pmodal.imageOnlyPopup {
    padding-top: 70px;
}

    .Pmodal.imageOnlyPopup .modal-content {
        padding: 0px;
        max-width: 25%;
    }

        .Pmodal.imageOnlyPopup .modal-content img {
            max-width: 100%;
            border-radius: 5px;
        }

            .Pmodal.imageOnlyPopup .modal-content img:hover {
                cursor: pointer;
            }