@charset "utf-8";

/*/ CSS Document /*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    text-align: center;
    /*font-family: "Figtree";*/
    font-weight: 400;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    font-weight: 600;
}

a:visited {
    color: #4358FF;
}

a:hover {
    color: #100f0f;
}

.checkout-v1_payment-method a {
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    color: inherit;
    text-decoration: none;
}

.checkout-v1_payment-method a:hover {

}

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

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}


.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.last-row {
    padding-bottom: 20px;
}


.v1__form__field h1 {
    font-weight: 600;
}


.checkout-v1__header-logo {
    width: 164px;
}


.checkout-v1__main__header__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 40px;
}

.checkout-v1__main__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 26px;
}




.checkout-v1__main__left {
    width: 58.33333%;
    text-align: left;
    padding: 0 15px 30px 0;
    position: relative;
}


.v1__form__field {
    display: grid;
    /*grid-row-gap: 12px;*/
    grid-template-columns: 1fr;
    margin: 35px 0;
}

.v1__form__input {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 1fr;
}

.v1__form__input--2 {
    grid-template-columns: 1fr 1fr;
}


.v1__input-fld {
    width: 100%;
    height: 48px;
    color: #000;
    font-size: 16px;
    background: #fff;
    text-align: left;
    border-radius: 5px;
    /*font-family: "Figtree";*/
    border: 1px solid #bdbdbd;
    font-weight: normal;
    padding: 0 15px;
    outline: none;
    -webkit-appearance: none;
    margin-top: 12px;
}

.v1__input-fld:focus {
    border: 1px solid #287cd6;
    transition: all ease 0.5s;
    box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.1);
}

select.v1__input-fld {
    background: url(../images/old_assets/select-arw.png) no-repeat center right 10px #fff;
    padding-right: 25px;
}


.form-mail {
    position: relative;
}

.form-mail .v1__input-fld {
    padding-right: 45px;
}


.form-cvv {
    position: relative;
}

.cvv-image {
    position: absolute;
    right: 12px;
    top: 26px;
    cursor: pointer;
}

/*----------CVV TOOLTIPS--------------*/
.cvv__tooltip {
    visibility: hidden;
    font-size: 14px;
    line-height: 20px;
    min-width: 340px;
    min-height: 164px;
    background-color: #292929;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    right: 0;
    margin-left: -88px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #000;
}

.cvv__tooltip:after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #292929;
    bottom: -10px;
    right: 5px;
}

.cvv-image:hover .cvv__tooltip {
    visibility: visible;
    opacity: 1;
}

.card-tooltip {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px;
}

.card-tooltip img {
    margin-right: 15px;
}

.card-tooltip p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: calc(100% - 100px);
}


/* ------------------------------ */


/* ----------------------------------- */


.buy__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 45px;
    font-size: 18px;
    line-height: 55px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    /*font-family: "Figtree";*/
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color: #4258ff;
    border-color: #4258ff;
    min-width: 310px;
    margin-right: 0
}

.buy__button:hover {
    opacity: 0.8;
}

.orderform__guarantee {
    display: flex;
    display: -webkit-flex;
    justify-content: right;
    align-items: center;
    -webkit-align-items: center;
}


.orderform__guarantee img {
    min-width: 25px;
    margin-right: 10px;
}

/* ------------------------------- */
.checkout-v1__main__right {
    width: 41.66667%;
    padding: 0 0 30px 56px;
    text-align: right;
}

.checkout-v1_payment-method {
    border: 0;
    background-color: transparent;
    border-bottom: 4px solid #4258FF;
    text-align: center;
    padding: 5px;
    width: 100%;
}

.v1__form__agreement {
    background: #f4f5fe;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    color: #383434;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.v1__form__agreement a {
    padding: 0 5px 0 5px;
}

.order__info {
    width: 100% !important;
    position: relative;
    color: #383434;
    padding-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px;
    box-shadow: 1px 5px 5px #E8E8E8;
}

.order__wrapper {
    padding: 1.5rem;
}

.order__head {
    align-items: center;
}


.order_text {
    font-size: .975rem;
    line-height: 1.2;
}

.order_content {
    width: calc(100%);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
}

.order_preview {
    padding-bottom: 15px;
}

.order_line {
    display: flex;
    text-align: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-color: rgb(232, 232, 232);
    border-top-style: dotted;
    border-top-width: 1px;
}

.ord-total-price {
    font-size: 1.125rem;
}

.order__head__left {
    text-align: left;
}


.product__name {
    font-size: 25px;
    line-height: 30px;
    color: #2c3035;
    margin-bottom: 1px;
}

.product__sub-name {
    color: #4b5563;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.order__head__right {
    text-align: right;
}

.order__head__right h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.odr-text1 {
    color: #6b7280;
    font-size: 0.875rem;
    text-decoration: line-through;
}

.mobile__discount {
    padding-top: 10px;
}

.odr-text2 {
    color: #15803d;
    font-size: 0.875rem;
    font-weight: 500;
}

.ord-discount-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ord-discount {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    background-color: #dcfce7;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 10px;
}


sup {
    line-height: 100%;
    position: relative;
    font-size: 70%;
}


.enter-input {
    display: none;
    color: red;
    padding-top: 5px;
    align-items: center;
}


.orderform__awards {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    text-align: center;
}

.award-img-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 16px;
    font-size: 0.75rem;
    width: 100px;
}

.mobile-badges {
    padding-bottom: 150px;
}

.orderform__awards h3 {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #979797;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
}


.mobile {
    display: none;
}

.ftr-txt {
    /* position: absolute; */
    left: 0;
    bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #979797;
    letter-spacing: 0.5px;
    margin-top: 12px;
    text-align: center;
    margin-top: 30px;
}

.ftr-txt a {
    padding: 0 6px;
}

.mobile-total {
    display: none;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/


.show-mob,
.show-tab {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 1004px;
    }

    .checkout-v1__main__left {
        padding: 30px 40px 30px 0;
    }

    .checkout-v1__main__right {
        padding: 30px 0 30px 40px;
    }
}

@media only screen and (max-width: 1020px) {


    .container {
        width: 750px;
    }

    .ftr-txt {
        margin-top: 20px !important;
        margin-bottom: 100px !important;
    }

    .show-tab {
        display: block;
    }

    .show-desk {
        display: none;
    }

    .checkout-v1__main-section {
        padding: 0;
    }

    .checkout-v1__main__inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .checkout-v1__main__left,
    .checkout-v1__main__right {
        width: 100%;
        padding: 0;
    }

    .checkout-v1__main__left {
        border: none;
    }


    .ftr-txt {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 600px;
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .ord-discount {
        margin-right: -8px !important;
    }

    .show-mob {
        display: block;
    }


    .checkout-v1__header {
        background: #fff;

    }


    .checkout-v1__main-section {
        padding: 0 0 30px;
    }


    .order_content {
        width: calc(100% - 60px);
    }

    .product__name {
        color: #111827;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: 0.25rem;
    }

    .product__sub-name {
        font-size: 12px;
        line-height: 13px;
        margin-top: 3px;
    }


    .odr-text1 {
        font-size: 12px;
    }

    .odr-text2 {
        font-size: 16px;
        line-height: 18px;
    }


    .mobile__input--1 {
        grid-template-columns: 1fr;
    }


    .v1__form__field {
        margin: 15px 0 20px;
    }


    .card-tooltip {
        padding: 8px;
    }

    .buy__button {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .ftr-txt {
        padding-top: 25px;
        border-top: 1px solid #ddd;
    }
}

.start-text {
    font-weight: 400;
    font-size: 2rem;
}

.mobile-ord-summary {
    display: none;
}

/* ------------------ custom css ---------------- */
.bottom-links {
    margin-top: 0;
    margin-bottom: 16px;
}

.bottom-links p {
    font-size: 17px;
    color: #5A636D;
}

.before-checkout {
    display: none;
}

@media screen and (max-width: 767px) {


    .before-checkout {
        display: block;
    }


    .dropdown-list {
        width: 230px !important;
        left: -115px !important;
    }

    .ftr-txt {
        font-size: 12px !important;
        margin-top: 20px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 390px) {
    .ftr-txt {
        font-size: 10px !important;
    }

}

@media screen and (max-width: 370px) {
    .cvv__tooltip {
        min-width: 270px;
    }
}

@media screen and (min-width: 768px) {


}

@media screen and (max-width: 1020px) {
    .grid-x.align-middle {
        display: none;
    }


    .noexirpop.paymentform.form .start-text {
        display: none;
    }

    .order__info {
        display: none;
    }

    .checkout-v1__header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }


    .finalise-order {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

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

    .mobile-ord-summary {
        align-items: center;
        display: block;
        width: 100%;
        border-radius: 14px;
        padding: .62rem .9rem 14px .9rem;
        margin-top: .5rem;
        box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.06), 4px 4px 12px 0px rgba(0, 0, 0, 0.12);
    }

    .first-summary {
        display: block;
    }

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

    .title-summary {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .title-product {
        display: flex;
        justify-content: flex-start;
        font-size: .75rem;
        font-weight: 600;
        padding-top: 5px;
    }

    h1 {
        font-size: 1.45rem !important;
    }

    .ord-summary {
        font-size: 0.75rem;
    }

    .ord-summary:visited {
        color: black;
    }

    .order__wrapper {
        padding: 24px 24px 16px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #ddd;
    }

    .order__wrapper strong {
        font-size: 0.85rem;
        padding-bottom: 5px;
    }

    .order__wrapper p {
        font-size: 0.75rem;
    }

    .order__inner-wrapper-left {
        display: grid;
        width: 75%;
        justify-items: start;
        text-align: left;
    }

    .order__inner-wrapper-right {
        display: grid;
        justify-items: right;
        text-align: right;
    }

    .order__wrapper-last {
        padding: 24px 24px 16px;
        display: flex;
        justify-content: space-between;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .order__inner-wrapper-right strong {
        width: 100%;
        display: flex;
        justify-content: end;
        border-bottom: 2px dotted #ddd;
    }

    .order__inner-wrapper-right p {
        padding-top: 5px;
        text-align: right;
        width: 100%;
        font-size: 0.8rem;
        color: #15bc94;
    }

    .order__description {
        font-size: 0.8rem;
        padding: 24px 24px 16px;
        border-bottom: 1px solid #ddd;
        display: grid;
        justify-items: start;
    }

    .order__description p {
        padding-top: 10px;
        text-align: start;
        line-height: 1.8;
    }

    #checkbox {
        /* Remove default styles */
        display: block;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;

        /* Basic box styling */
        width: 20px;
        height: 20px;
        border: 2px solid blue;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
    }

    /* Create the checkmark */
    #checkbox:checked::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 1px;
        width: 6px;
        height: 12px;
        border: solid blue;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

}

@media screen and (max-width: 768px) {
    .container {
        max-width: 760px;
    }

    .selected-country span {
        display: none;
    }

    .country-dropdown {
        width: 108px !important;
    }

    .mobile.v1__form__agreement {
        display: flex;
        align-items: center;
    }

    .mobile.v1__form__agreement span {
        padding-left: 10px;
    }

    .mobile.v1__form__agreement a {
        padding: 0 5px 0 5px;
    }

    .v1__form__agreement {
        display: none;
    }
}


.checkout_bg {
    position: relative;
    min-height: 100vh;
}
@media (min-width: 768px) {
    .checkout_bg {
        min-height: 900px;
    }
}
.cardsImage {
    max-width: 80%;
}

.ftr-txt {
    font-size: 14px;
    line-height: 26px;
    color: #979797;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 45px;
}

.ftr-txt a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

.zipForm {
    position: relative;
}


.country-dropdown {
    position: relative;
    width: 260px;
}

.selected-country {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding: 8px 12px;
    /*cursor: pointer;*/
    background: #fff;
}

.selected-country img {
    width: 2rem;!important;
    height: 2rem;!important;
    margin-right: 8px;
    border-radius: 3px;
}

.dropdown-list {
    width: 300px;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 340px;
    overflow-y: auto;
    display: none;
    z-index: 10;
}

.search-box {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}


.country-dropdown-right {
    display: flex;
    justify-content: flex-end;
}


.swiper.mySwiper {
    margin-top: 70px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: lightgray;
}

.swiper-slide-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-height: 100px;
}

.swiper-slide-images img {
    object-fit: contain;
}

.trustpilot-badge__logo-white #Fill-1 {
    fill: #ffffff;
    /* Replace with your desired color */
}

.trustpilot-badge__logo svg {
    width: unset;
    height: unset;
}

.country-dropdown {
    position: relative;
    width: 260px;
}

.selected-country {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 12px;
    /*cursor: pointer;*/
    background: #fff;
}


.dropdown-list {
    width: 300px;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 340px;
    overflow-y: auto;
    display: none;
    z-index: 10;
}

.dropdown-list.show {
    display: block;
}

.search-box {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.country-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.country-option.show {
    display: flex;
}

.country-option:hover {
    background: #f5f5f5;
}

.country-option img {
    width: 24px;
    height: 16px;
    margin-right: 10px;
    border-radius: 3px;
}

.country-dropdown-right {
    display: flex;
    justify-content: flex-end;
}

.fa.fa-caret-down {
    margin-left: 10px;
}

.swiper.mySwiper {
    margin-top: 70px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: lightgray;
}

.swiper-slide-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-height: 100px;
}

.swiper-slide-images img {
    object-fit: contain;
}

.flex-column {
    flex-direction: column !important;
}