/*==========Default=CSS============*/

.container {
    padding-left: 0px;
    padding-right: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    border: 0px;
}

body {
    background: #ffffff;
    font-family: 'proxima_novaregular';
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: #E87F33;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #E87F33;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.ClearBoth {
    clear: both;
    min-height: 1px;
}

/* ::selection {
    color: #3B3B3B;
    background-color: #E87F33;
}

::-moz-selection {
    color: #3B3B3B;
    background-color: #E87F33;
}

::-webkit-selection {
    color: #3B3B3B;
    background-color: #E87F33;
} */

html {
    scroll-behavior: smooth;
}

p {
    margin: 0px;
    font-family: 'proxima_nova_altlight';
}

/*------ placeholder text color-----*/

::-webkit-input-placeholder {
    color: #AFAFAF;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'proxima_nova_altlight';
    text-transform: capitalize;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #AFAFAF;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'proxima_nova_altlight';
    text-transform: capitalize;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #AFAFAF;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'proxima_nova_altlight';
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #AFAFAF;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'proxima_nova_altlight';
    text-transform: capitalize;
}

html {
    scroll-behavior: smooth;
}


input {
    width: 100%;
    color: #AFAFAF;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'proxima_nova_altlight';
    border: none;
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-bottom: 2px solid #c4c4c4;
}

input:focus {
    border-bottom: 2px solid #f3bd59;
    outline: none;
    color: #232428;
    font-family: 'proxima_nova_altlight';
}

.col1,
.col2 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px;
    clear: both;
}

.col1 {
    width: 100%;
    display: block;
}

.col2 {
    width: 49.3%;
}

.col1.padding-free {
    padding: 0px;
}

button:focus {
    outline: none;
}

/*==========Default=CSS============*/


/*-----------Popup-------------*/


/*----------Popup------------*/

h3.popup-title {
    font-size: 35px;
    line-height: 1.3;
    color: #2E3933;
    font-family: 'gothammedium';
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup-wrapper {
    width: 480px;
    background-color: #fff;
    margin: 100px auto;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    border-radius: 0px;
}

.popup-wrapper h3.title {
    font-size: 34px;
    line-height: 1.3;

    margin-bottom: 20px;
    text-transform: capitalize;
}

.payment-info-wrapper {
    margin: 25px auto 35px;
}

.popup-wrapper span {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    margin-top: 3px;

}

.popupbtn-wrapper {
    text-align: center;
    margin: 10px auto 20px;
    display: inline-block;
}

.information {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: #707070;
}

.payment-info-wrapper ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.payment-info-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}

.popup-wrapper a.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 35px;
    line-height: 1;
    color: #707070;
}

.popupbtn-wrapper input[type="submit"] {
    font-size: 17px;
    line-height: 2;
    color: #fff;
    background-color: #E87F33;
    border: 0px;
    text-transform: capitalize;
    padding: 12px 10px;
    border-radius: 5px;
    min-width: 170px;
    transition: all ease 0.5s;
    font-family: 'gothammedium';
    font-weight: 600;
    letter-spacing: 1px;
}

.popupbtn-wrapper input[type="submit"]:hover {
    background-color: #061630;
    color: #fff;
}

.popup-wrapper input {
    width: 100%;
    color: #AFAFAF;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'gothamlight';
    border: 1px solid #3B3B3B;
    border-radius: 5px;
    padding: 15px 25px;

}


.popup-wrapper ::-webkit-input-placeholder {
    color: #AEAEAE;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'gothamlight';
    text-transform: capitalize;
}

.popup-wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #AEAEAE;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'gothamlight';
    text-transform: capitalize;
}

.popup-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #AEAEAE;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'gothamlight';
    text-transform: capitalize;
}

.popup-wrapper :-ms-input-placeholder {
    color: #AEAEAE;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'gothamlight';
    text-transform: capitalize;
}


input:valid {
    border-bottom: 2px solid #f3bd59;
    outline: none;
    background-color: #f8f8f8;
    color: #232428;
    font-family: 'proxima_nova_altlight';
}

input:-webkit-autofill {
    background-color: #fff;
}

/*--------Top--Header--------*/


h6.title {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #061630;
    font-family: 'gothambold';
}


.phone_title .rating {
    max-width: 146px;
    margin-right: 10px;
}

.phone_title .rating-price {
    vertical-align: bottom;
}

.list-price {
    color: #c2c2c3;
    text-decoration: line-through;
}

.price-red {
    color: #B02112;
    font-family: 'proxima_novabold';
    margin-bottom: 0;
}

.idx-top-header-wrapper {
    position: relative;
    padding-top: 0px;
}

.top_section_wrap {
    padding-bottom: 170px;
}

.contact-form-wrapper .form-wrapper {
    background-color: #fff;
    text-align: center;
    padding: 20px 15px 35px;
    border: 1px solid rgb(0 39 103 / 0.16);
    margin-top: 180px;
    width: 400px;
    margin: 180px auto 0px;
}

h1.title {
    margin: 0px;
    font-size: 32px;
    color: #000000;
    font-family: 'proxima_novabold';
}


h2.title {
    margin: 0px;
    font-size: 70px;
    line-height: 1.3;
    margin-bottom: 0px;
    font-family: 'proxima_novabold';
}

.checkbox-wrap input[type="checkbox"] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    vertical-align: bottom;
    color: black;
    background-color: rgba(0, 0, 0, 0.08);
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 5px;
}

.checkbox-wrap span {
    vertical-align: middle;
    margin-left: 3px;
    color: #232428;
    font-size: 15px;
    font-family: 'proxima_novaregular';
    font-weight: 800;
}

.checkbox-wrap span a {
    text-decoration: underline;
    color: #061630;
}

.order-btn button {
    font-size: 15px;
    line-height: 2;
    border: 0px;
    text-transform: capitalize;
    padding: 8px 10px;
    border-radius: 5px;
    min-width: 148px;
    transition: all ease 0.5s;
    background: linear-gradient(to bottom, #fad385, #f4bf5e);
}

.order-btn button:hover {
    background-color: #061630;
    color: #fff;
}

.order-btn {
    text-align: center;
}

.checkbox-wrap {
    text-align: center;
}

input[type=checkbox] + label {
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    padding: 0px;
    vertical-align: middle;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    content: "\2714";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    border: 2px solid #F6F6F6;
    border-radius: 5px;
    padding-left: 3px;
}

input[type=checkbox] + label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked + label:before {
    background-color: #2E3933;
    border-color: #2E3933;
    color: #fff;

}

input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

hr {
    border-top: 2px solid #dbdbdb;
    margin: 7px 0;
}

.box_detail_wrapper .line-item th {
    padding: 3px 0;
    width: 170px;
}

.box_detail_wrapper .line-item td {
    padding: 3px 0;
    color: #000000;
    font-family: 'proxima_nova_altlight';
}

.line-item,
.top_section_wrap .desc p,
.phone_title {
    font-size: 15px;
}

.phone_title {
    font-family: 'proxima_novaregular';
    font-weight: 800;
}

.size_wrap li {
    display: inline-block;
    margin-top: 4px;
}

.size_wrap li .select-btn {
    background: linear-gradient(to bottom, #ebebeb, #ebebeb);
    padding: 10px 14px;
    border-radius: 5px;
    display: block;
    margin-right: 5px;
    font-weight: 900;
}

.size_wrap li .select-btn.selected {
    background: linear-gradient(to bottom, #fad385, #f4bf5e);
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.feature_phone_img {
    padding: 0;
}

/* Hide the images by default */
.mySlides {
    display: none;
    border: 1px solid #707070;
    text-align: center;
    padding: 5px;
}

.cursor {
    cursor: pointer;
}

.column {
    float: left;
    width: 18.66%;
    border: 1px solid #b7b7b7;
}

.row-iphone {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;

}

/*-------content---------*/
.idx_big_news_wrapper {
    margin: 40px 0 60px;
}

.col-wrapper .phone_wrapper {
    padding: 0 80px;
}

.content_wrap .desc_wrapper {
    margin-top: 80px;
}

.desc_wrapper h3 {
    font-size: 65px;
    font-family: 'proxima_novabold';
}

.desc_wrapper .desc {
    font-size: 24px;
}

.idx_super_retina_wrap {
    margin-bottom: 70px;
}

/*-------Dual‑camera Details---------*/
.bg-Dual-camera-wrap {
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-image: url(../images/imgs/bg-camera.png);
    background-size: contain;
}

.bg-Dual-camera-wrap .title_wrapper {
    padding: 100px 0 67px 100px;
}

.title_wrapper h2.dtitle {
    font-size: 80px;
    font-family: 'proxima_novabold';
}

/*-------Technical Details---------*/
.idx_technical_wrapper {
    margin-bottom: 80px;
}

.idx_technical_wrapper h3.title {
    font-size: 60px;
    margin-bottom: 30px;
    text-align: center;
    color: #232428;
    font-family: 'proxima_novabold';
}

.details-wrapper tr th {
    padding: 20px 12px;
    width: 176px;
    vertical-align: top;
    background-color: #e9e7e7;
    color: #232428;
}

.details-wrapper tr:nth-child(even) th {
    background-color: #ffffff;
}

.details-wrapper tr td {
    padding: 12px;
    background-color: #f1f1f1;
    color: #232428;
    font-family: 'proxima_novaregular';
}

.details-wrapper tr:nth-child(even) td {
    background-color: #ffffff;
}

/*------Footer image 12 vs mini----*/
.idx-box-design-wrap {
    text-align: center;
}

.idx-box-design-wrap .text-wrap {
    font-size: 18px;
    line-height: 1.4;
    color: #232428;
    padding: 30px 0px;
}

.idx_image_wrap .iphone_img {
    margin-bottom: 100px;
}

.footer-describe-box .container {
    padding: 35px 0px 75px;
}

.footer-describe-box .col-lg-4.col-12.col-sm-12 {
    display: grid;
    padding: 0px 8px;
}

.footer-describe-box .col-wrap {
    padding: 40px 30px;
    background-color: #f8f8f8;
}

h4.title {
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    font-family: 'proxima_novabold';
    margin-bottom: 15px;
}

/*------Footer----*/


.footer-wrapper .row {
    align-items: center;
}

.footer-wrapper {
    text-align: center;
    background-color: #232428;
}


.footer-address-wrap address {
    color: #fff;
    text-align: left;
    margin: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'gothamlight';
}


.logo-wrapper h6.offer-by {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'gothamlight';
}

.footer-logo {
    width: 250px;
    margin: 0px auto;
}

.footer-wrapper .payment-method {
    text-align: right;
}

.payment-method ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.payment-method ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}

.payment-method ul li:first-child {
    margin-left: 0px;
}

.payment-method ul li:last-child {
    margin-right: 0px;
}

.payment-method ul li img {
    width: 45px;
}

.footer-bottom-wrap h5 {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-transform: capitalize;
    margin: 0px;
    font-family: 'gothamlight';
}

.footer-bottom-wrap {
    padding: 30px;
    border-top: 1px solid rgb(221 221 221 / 0.3);

}

.footer-wrapper > .container {
    padding: 30px 0px 40px;
}


/*------------payment-Popups-------------*/


#paymentsuccess .popup-wrapper,
#tryagain .popup-wrapper {
    padding: 0px;
    border-radius: 10px;
}

.popup-wrapper .uppersection {
    background-color: #8DC640;
    border-radius: 10px 10px 0px 0px;
    padding: 35px 0px 25px;
}

.popup-wrapper .uppersection h2 {
    margin: 0px;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;

    margin-top: 25px;
}

.popup-wrapper .bottomsection {
    padding: 25px 0px;
    border-radius: 0px 0px 10px 10px;
}

.popup-wrapper .bottomsection h6 {
    margin: 0px;
    font-size: 20px;
    line-height: 1.3;
    color: #3B3B3B;
    margin-bottom: 35px;

}

button.payment-btn {
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    text-transform: capitalize;
    min-width: 230px;
    border: 0px;
    background-color: #7CB232;
    border-radius: 58px;
    padding: 16px 10px;
    transition: all ease 0.5s;
}

button.payment-btn:hover {
    background-color: #000;
}

button:focus {
    outline: none;
}


#tryagain .popup-wrapper .uppersection {
    background-color: #C1272D;
}

#tryagain .payment-btn {
    background-color: #FF5151;
}

#tryagain .payment-btn:hover {
    background-color: #000;
}


.information ol {
    padding-left: 20px;
}


/*=======================terms-conditions-header-wrap=============================*/

.terms-conditions-header-wrap {
    text-align: center;
    background-color: #000;
    padding: 50px 0px 30px;
}

h1.page-title {
    font-size: 45px;
    line-height: 1;
    color: #FFFFFF;
    font-family: 'gothambold';
    margin: 0px;
}

.terms-conditions-header-wrap h1.page-title {
    font-size: 40px;
    line-height: 1;
    margin-top: 40px;
}

.terms-conditions-header-wrap .logo-wrapper {
    width: 250px;
    margin: 0px auto 40px;
}

.footer-wrap {
    background-color: #000;
    text-align: center;
    padding: 40px 0px;
}

.terms-description-wrapper {
    font-size: 15px;
    line-height: 2;
    color: #707070;
    text-align: left;
}

.terms-conditions {
    padding: 40px 0px;
    text-align: left;
}

.terms-conditions a {
    color: #2E3933;
    transition: all ease 0.5s;
}

.terms-conditions a:hover {
    color: #000;
}

.terms-conditions section.container {
    box-shadow: 0px 0px 20px #0000002C;
    padding: 30px 40px;
}

.points-wrapper ol {
    color: #2E3933;
    padding-left: 20px;
}

.terms-conditions .information {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    color: #707070;
    text-align: left;
}

.terms-conditions h4.title {
    font-size: 15px;
    line-height: 1.3;


    font-weight: 600;
    margin-bottom: 20px;
}

.terms-conditions h4.title.big {
    font-size: 18px;
    line-height: 1.3;
}

span.tag-title {
    font-size: 15px;
    line-height: 1.3;


    font-weight: 600;
    margin-bottom: 15px;
}

span.tag-title.blue {
    font-size: 15px;
    line-height: 1.3;
    color: #2E3933;
}

.terms-conditions table {
    margin-bottom: 40px;
}

.bullet-points ul li {
    margin-bottom: 20px;
}

span.sub-title,
h5.italic-title {
    font-size: 18px;
    line-height: 1.3;

    margin-bottom: 20px;
    display: block;

    font-weight: 600;
}

.information p strong,
label {
    font-size: 15px;
    line-height: 1.3;


    font-weight: 600;
    margin-bottom: 20px;
}

.terms-conditions p {
    margin-bottom: 2em;
}

.points-para ul {
    padding: 0px;
    list-style: none;
}

.information .bullet-points {
    padding-left: 20px;
}

.nobullet ul {
    list-style: none;
}

.bullet-points.nobullet {
    padding-left: 0px;
}

.terms-conditions table {
    width: 100%;
}

.terms-conditions table thead tr th {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    padding: 15px 35px;
    /* text-align: center; */
}

.terms-conditions table tbody tr td {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;

    padding: 20px 35px;
}

.terms-conditions table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.terms-conditions table tbody tr:nth-child(even) {
    background-color: #F7F7F7;
}

.terms-conditions table thead {
    background-color: #000000;
}

.terms-conditions table.tableno2 thead tr th {
    font-size: 16px;
    line-height: 1.3;
}

.information p strong {
    margin-right: 5px;
}


/*------payment--Sheet----*/


.sprite {
    background-image: url(../images/imgs/payment-combine.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-payment-error {
    width: 87px;
    height: 88px;
    background-position: -2px -2px;
    margin: 0px auto;
}

.sprite-payment-img1 {
    width: 109px;
    height: 45px;
    background-position: -2px -94px;
}

.sprite-payment-img2 {
    width: 83px;
    height: 45px;
    background-position: -93px -2px;
}

.sprite-payment-img3 {
    width: 83px;
    height: 45px;
    background-position: -180px -2px;
}

.sprite-payment-img4 {
    width: 82px;
    height: 45px;
    background-position: -115px -51px;
}

.sprite-payment-success {
    width: 87px;
    height: 88px;
    background-position: -115px -100px;
    margin: 0px auto;
}


/*------Update--Layout----------20--08--2020---*/


input[type=checkbox] + label:before {
    border: 2px solid #3b3b3b !important;
}


/*---Loader---*/

#loadingOverlay {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

#loadingOverlay.is-active {
    display: block !important;
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: wait;
    position: fixed;
    background-color: rgba(0, 0, 0, .6)
}

#loadingOverlay.is-active .loader {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

#loadingOverlay.is-active .loader-spin {
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: #000;
    width: 40px;
    height: 39px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 15px
}


@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}


.btn_wrapper {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.fill-scroll-btn {
    display: inline-block;
}

.fill-scroll-btn a {
    font-size: 15px;
    line-height: 2;
    border: 0px;
    text-transform: capitalize;
    padding: 8px 10px;
    border-radius: 5px;
    min-width: 148px;
    transition: all ease 0.5s;
    background: linear-gradient(to bottom, #fad385, #f4bf5e);
    display: block;
    color: #000;
}

.fill-scroll-btn a:hover {
    color: #fff;
}

.btn_box_wrapper {
    margin-bottom: 50px;
}


/*------------Header---------------*/

.idx_header_wrap {
    background-color: #1b1f26;
    padding: 25px 0px;
    margin-bottom: 70px;
    color: #fff;
}

.humburg_menu span {
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    margin-bottom: 6px;
}

.humburg_menu {
    max-width: 35px;
}

.idx_header_wrap .row {
    align-items: center;
}


.searchbar_wrap {
    display: flex;
    justify-content: space-between;
}


.searchbar_wrap span.sc {
    display: block;
    background-color: #eaeaea;
    color: #1B1F26;
    text-transform: capitalize;
    min-width: 80px;
    padding: 19px 20px;
    border-radius: 5px 0px 0px 5px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.searchbar_wrap .inner_box {
    width: 100%;
    height: 54px;
    display: block;
    background-color: #fff;
}

.searchbar_wrap span.sb {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3bd59;
    padding: 10px 15px;
    font-size: 23px;
    line-height: 0;
    font-weight: 100;
    width: 90px;
    color: #1b1f26;
    border-radius: 0px 5px 5px 0px;
}

.search_box {
    padding: 0px;
}


.user_profile span, .user_profile {
    display: flex;
    align-items: center;
}

.user_profile span i {
    margin: 0px 8px;
}


.user_profile .cart img {
    max-width: 22px;
}

.user_profile .cart i {
    margin-right: 4px;
}


.user_profile {
    padding-left: 20px;
}


.user_profile span + span {
    margin-left: 10px;
}
