﻿:root {
    --main-bg-color: #41979a;
    --main-color: #41979a;
    --secondary-color: #5ac99d;
    --secondary-bg-color: #5ac99d;
}

body {
    font-family: Helvetica-reg !important;
}

@font-face {
    font-family: Helvetica-reg;
    src: url("../fonts/HelveticaNeueW23forSKY-Reg.ttf");
}

@font-face {
    font-family: Helvetica-bd;
    src: url("../fonts/helvetica-neue-w23-for-sky-bd.ttf");
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.chang-cursor {
    cursor: pointer;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }


.card-div {
    margin-top: 40px;
    max-width: 445px;
    box-shadow: 0 6px 10px 0 rgba(18, 45, 46, 0.1);
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-div {
    max-width: 445px;
    /*height: 318px;*/
    background-image: var(--primary-bg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.logo-comp {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    box-shadow: 0 3px 6px 0 rgba(18, 45, 46, 0.16);
}

.logo-div {
    padding-top: 20px;
    text-align: center;
}

.comp-name {
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    color: #ffffff;
}

.email-div {
    text-align: center;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: normal;
    color: #ffffff;
}

.email-div-i {
    width: 16px;
    height: 16px;
}

.email-div a {
    color: #ffffff;
}

.phone-div {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1.31;
    color: #ffffff;
}

    .phone-div a {
        color: #ffffff;
    }

.phone-div-i {
    width: 16px;
    margin-bottom: 4px;
    height: 16px;
}

.btn-vist-div {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.btn-vist {
    height: 30px;
    border-radius: 16px;
    border: solid 1px #ffffff;
    font-size: 14px;
    line-height: 1.03;
    color: #ffffff;
}

    .btn-vist:hover {
        color: #ffffff;
    }

.btn-vist-i {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    margin-bottom: 3px;
}

.div-buttom {
    text-align: center;
    padding: 20px;
}

.btn-buy {
    width: 158px;
    height: 54px;
    border-radius: 30px;
    box-shadow: 0 6px 10px 0 rgba(18, 45, 46, 0.1);
    background: var(--primary-bg);
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    border: none;
}

    .btn-buy:hover {
        color: #fff;
    }

.btn-buy-i {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 3px;
}

.social-icon {
    text-align: center;
    margin-top: 17px
}

.icon-size-social {
    color: white;
    font-size: 20px;
}

.logo-footer {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

    .logo-footer img {
        width: 75px;
        ;
    }

.problem {
    font-size: 14px;
    line-height: 1.36;
    text-align: left;
    color: #42a5f5;
    margin-top: 20px;
    max-width: 445px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clock-div-i {
    width: 14px;
    height: 14px;
    margin-left: 3px;
}

.amount-input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: solid 2px #78909c;
    background-color: #ffffff;
    padding: 5px 10% 0 15%;
    outline: none;
    font-size: 19px;
    padding-bottom: 3px;
}

    .amount-input:focus {
        border-color: var(--main-color);
    }

.div-input {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-amount {
    position: absolute;
    z-index: 2;
    display: block;
    font-size: 15px;
    pointer-events: none;
    left: 4%;
    color: var(--main-color);
}

.amount-currecy {
    position: absolute;
    right: 4%;
    color: var(--main-color);
}

.lable-amount {
    text-align: start;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.36;
    color: #263238;
}

.field-validation-error {
    /*margin-left: 25px;*/
    display: block;
    text-align: left;
    color: #a94442;
    margin-bottom: 3px;
}
textarea.error,
input.error {
    border-color: #a94442 !important;
}

#amount_input-error {
    margin-left: 25px;
    text-align: left;
    color: #a94442;
}

.textarea-nots {
    border-radius: 5px;
    border: solid 2px #78909c;
    outline: none;
    margin: auto;
    resize: none;
}

    .textarea-nots:active,
    .textarea-nots:focus {
        border-color: var(--main-color) !important;
        box-shadow: none;
    }

#div_form {
    display: none;
}

.contact:hover {
    font-weight: bold;
}

#contact-us-out .modal-header {
    border-bottom: 2px solid rgba(120, 144, 156, 0.4);
}

    #contact-us-out .modal-header .modal-title {
        font-size: 20px;
        font-weight: bold;
        color: #263238;
    }

    #contact-us-out .modal-header .close {
        margin: 0;
        padding: 0;
        color: #78909c;
    }

#contact-us-out .heading {
    /*font-size: 18px;
    font-weight: bold;
    color: #263238;
    margin-bottom: 20px;*/
    margin-bottom: 20px;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #e6e7e7;
}

    #contact-us-out .heading span {
        padding-bottom: 6px;
        margin: 0 8px;
        font-size: 16px;
        color: #555555;
    }

#contact-us-out ul.contact-list {
    display: block;
    margin-top: 20px;
    list-style: none;
    /*text-align: right;*/
    margin: 0;
    padding: 0;
}

#contact-us-out .modal-dialog {
    max-width: 900px;
}

#contact-us-out ul.contact-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

    #contact-us-out ul.contact-list li i {
        color: #17a2b8;
        width: 20px;
        text-align: center;
    }

    #contact-us-out ul.contact-list li span {
        direction: ltr;
        display: inline-block;
        color: #263238;
    }

        #contact-us-out ul.contact-list li span a {
            color: #263238;
        }

            #contact-us-out ul.contact-list li span a:hover {
                text-decoration: underline;
            }

#contact-us-out .box-shadow {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #ccc;
}

    #contact-us-out .box-shadow p {
        font-size: 16px;
        font-weight: bold;
        color: #263238;
        margin-bottom: 20px;
        text-align: center;
        color: var(--main-color);
    }

    #contact-us-out .box-shadow .ft-input-div {
        position: relative;
    }

    #contact-us-out .box-shadow input {
        border-radius: 5px;
        border: solid 2px #78909c;
        background-color: #ffffff;
        padding: 15px 45px;
        font-size: 16px;
        height: 45px;
        box-shadow: none;
    }

#contact-us-out form {
    text-align: start;
    margin-top: 25px;
}

    #contact-us-out .box-shadow textarea {
        border-radius: 5px;
        border: solid 2px #78909c;
        background-color: #ffffff;
        padding: 15px;
        font-size: 16px;
        height: 150px;
        resize: none
    }

        #contact-us-out .box-shadow textarea:focus,
        #contact-us-out .box-shadow textarea:active {
            border-color: var(--main-color);
            box-shadow: none;
        }

    #contact-us-out .box-shadow button {
        border-radius: 28px;
        -webkit-box-shadow: 0 2px 15px 0 rgba(18, 45, 46, 0.1);
        box-shadow: 0 2px 15px 0 rgba(18, 45, 46, 0.1);
        background: var(--primary-bg);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border: none;
        width: 100%;
        max-width: 150px;
        justify-content: center;
        margin-right: auto;
        transition: all 0.3s;
        margin-left: auto;
        cursor: pointer;
    }

        #contact-us-out .box-shadow button:hover {
            transform: translateY(-5px);
        }

        #contact-us-out .box-shadow button i {
            margin: 0 5px;
        }

.send-btn:focus {
    outline: none;
}

.send-btn:disabled,
.send-btn[disabled] {
    opacity: .7;
}
#error-msg,
.error {
    color: #a94442;
    margin-top: 1px;
    display: block;
    text-align: start;
    color: #a94442;
    margin-bottom: 5px;
}


.btn-gradient {
    background: var(--primary-bg);
    height: 42px;
    box-shadow: 0 2px 15px 0 rgba(18, 45, 46, 0.1);
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: Helvetica-bd;
    border: 0;
}


.close-img {
    position: absolute;
    top: -35px;
    right: 3px;
}

/* phone plugin style */

.iti__flag {
    background-image: url("../intl-tel-input/flags.png");
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti__flag-container {
    direction: ltr;
}

.iti__selected-flag {
    outline: none !important;
    box-shadow: none !important;
}

.iti__country-list {
    overflow-x: hidden;
    max-width: 448px;
}

.iti-mobile .iti__country-list {
    max-width: 80%;
    direction: ltr;
}

#phoneOrder:focus {
    border: 0px;
}


/* input */
#clientInfo .modal-content p {
    margin-top: 1.5rem;
}

#clientInfo .div-input {
    text-align: left;
    display: block;
}

#clientInfo .input-group-text {
    border: 0 !important;
    background-color: transparent !important;
}


#clientInfo .input-group-prepend {
    margin-left: -1px;
    margin-right: 0px;
}

#clientInfo .div-input-phone-label {
    text-align: left;
}

#clientInfo label {
    font-family: Helvetica-bd;
    display: block;
    text-align: start;
}

#clientInfo .input-group .form-control {
    background-color: transparent !important;
}


    #clientInfo .input-group .form-control:focus {
        background-color: transparent !important;
    }



/* Modals */


#clientInfo .input-group input {
    border: solid 0.15rem #78909c;
    border-radius: 5px;
    height: 45px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}



    #clientInfo .input-group input.error {
        border: .15rem solid #EA4C46;
    }

#clientInfo .border-input .form-control {
    border: solid 0.15rem #78909c;
    border-radius: 5px;
    height: 45px;
}

    #clientInfo .border-input .form-control:focus {
        border: solid 0.15rem var(--main-color) !important;
        border-radius: 5px;
        height: 45px;
    }
/*.border-input .form-control {
    border: 0px;
}*/
#clientInfo .input-group .input-group-prepend {
    position: absolute !important;
    padding-top: 8px !important;
    z-index: 3 !important;
}

#clientInfo .input-group input:focus {
    box-shadow: none;
    border-color: var(--main-color);
    z-index: 1 !important;
}

#clientInfo .input-group input {
    padding-left: 35px;
    padding-right: 0;
}

#NoTokenModal .modal-content {
    border-radius: 0px !important;
}

#NoTokenModal .modal-header {
    border-left: 4px solid var(--main-color);
    border-top-left-radius: 0rem !important;
}

#NoTokenModal .contact {
    color: black;
}

    #NoTokenModal .contact:hover {
        text-decoration: none;
        color: var(--main-color);
    }

@media ( max-width: 500px ) and (max-height: 825px) {
    #NoTokenModal .modal-dialog {
        margin-top: 120px;
    }
}

.store-links {
    padding: 20px;
    background: #fff;
    border-bottom: solid 2px #cfd8dc;
    margin-top: 10px;
}

.go-to-store {
    background-image: url(https://kj1bcdn.b-cdn.net/media/9253/gerbera-flower.jpg);
    background-size: cover;
    position: relative;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    width: calc(100% + 40px);
    margin: -20px -20px 20px;
}

    .go-to-store .store-desc {
        position: relative;
        z-index: 1;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .go-to-store .store-btn {
        border-radius: 30px;
        box-shadow: 0 6px 10px 0 rgba(18, 45, 46, 0.1);
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        padding: 10px 30px;
    }

        .go-to-store .store-btn svg {
            width: 16px;
            margin: 0 5px;
            height: 16px;
            color: #41979a;
        }

        .go-to-store .store-btn span {
            margin: 0 5px;
            font-size: 16px;
            font-weight: bold;
            color: #41979a;
        }

.links-list-link {
    border-radius: 30px;
    background: #eceff1;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
}

    .links-list-link svg {
        width: 16px;
        margin: 0 5px;
        height: 16px;
        color: #41979a;
    }

    .links-list-link span {
        margin: 0 5px;
        font-size: 16px;
        font-weight: bold;
        color: #41979a;
    }

.snapchat-qr {
    text-align: center;
    padding-top: 5px;
}

    .snapchat-qr img {
        width: 82px;
        height: 82px;
    }

.store-location {
    margin-top: 15px;
}

    .store-location h2 {
        display: flex;
        align-items: center;
    }

    .store-location svg {
        width: 16px;
        height: 16px;
        color: #41979a;
    }

    .store-location span {
        text-align: right;
        font-size: 16px;
        color: #263238;
        margin: 0 5px;
    }

.map iframe {
    border: solid 1px #cfd8dc;
    border-radius: 5px;
    overflow: hidden;
}



.ar-only {
    display: none;
}

.iti {
    width: 100%;
    direction: ltr;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto !important;
    left: 0 !important;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 10px !important;
    padding-left: 90px !important;
    padding-left: 6px;
    margin-right: 0;
}