@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Open+Sans&display=swap');

@font-face {
    font-family: 'BigNoodleTitling';
    font-style: normal;
    font-weight: normal;
    src: local('BigNoodleTitling'), url('../fonts/big_noodle_titling.woff') format('woff');
}


@font-face {
    font-family: 'BigNoodleTitling Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('BigNoodleTitling Oblique'), url('../fonts/big_noodle_titling_oblique.woff') format('woff');
}


body {
    font-family: 'Helvetica', serif;
    font-weight: normal;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 80px;
}

.collectible_logo {
    margin: 10px 0;
}


.collectible_logo a {
    text-decoration: none;
    color: #646368 !important;
    font-size: 17px;
    font-weight: bold;
}


.scan_image {
    display: flex;
    justify-content: center;
}

.scan_image img {
    width: 50%;
}

.scan_text {
    display: flex;
    margin-top: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.scan_text p {
    font-family: 'BigNoodleTitling', serif;
    font-weight: normal;
    font-size: 20px;
}

.scan_text img {
    width: 15%;
}

.header_logo {
    font-family: 'BigNoodleTitling', serif;
    font-weight: normal;
    font-size: 40px;
}

.handwriting {
    font-family: 'Great Vibes', cursive;
}

.navigation {
    display: flex;
    align-items: center;
}

.navigation_bar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navigation_bar li {
    margin: 0 20px;
}

.navigation_bar li a {
    text-decoration: none;
    color: #646368;
    font-size: 17px;
    font-weight: bold;
}

.search_product_part_one {
    width: 250px;
    background: #E9EBEE;
    padding: 10px;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
    text-align: center;
}

#search_product_part_two {
    width: 250px;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    margin-right: 0px;
    border: unset;
    border-width: 2px 2px 2px 0;
    text-align: left;
}


#search_product_part_two_blockchain {
    width: 250px;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    margin-right: 0px;
    border: unset;
    border-width: 2px 2px 2px 0;
    text-align: left;
}


.submit {
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    border: none;
    width: 34px;
    outline: none;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    background: #214099;
    color: white;
    font-size: 21px;
}

.test {
    position: relative;
    border: 2px solid #B5B3B3;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.product_form {
    margin: 10px auto;
    width: 56%;
    padding: 0;
}

.product_details {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.footer-content {
    display: flex;
    justify-content: center;
    color: white;
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.background {
    background-image: url("../images/template/CreatingTemplate/TemplateThree/VickCJ.png");
    background-size: cover;
    background-repeat: no-repeat;
}


.left_side {
    padding: 0 !important;
    background-position: center;
}

.right-side {
    background-position: center;
    padding: 0 !important;
}

.product_description {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 40px;
    color: #4B4C4D;
}

.product_description span {
    color: #000000;
}

.left-banner {
    padding: 0;
}

.right-banner {
    padding: 0;
}

.mailing-form {
    width: 75%;
    margin: 0 auto;
}

.contact-mailing-form {
    width: 75%;
    margin: 0 auto;
}

.contact-mailing-form {
    width: 50%;
}

.mailing-form .forms {
    display: flex;
    align-items: center;
    padding: 0 35px;
    margin: 0 0 15px -128px;
}

.mailing-form .forms label {
    width: 122px;
    flex: none;
    margin: 0;
    color: #000000;
}

.mailing-form .forms label:first-child {
    justify-content: flex-end;
    display: flex;
}

label.last_name_label.label_fg {
    width: auto;
    padding: 0 5px 0 10px;
}

.mailing-form .forms input {
    border: 2px solid #646368;
    border-radius: 8px;
    margin-left: 5px;
    flex: auto;
    width: 100%
}

.product_form label {
    margin-bottom: 0;
}


input#first_name {
    width: 50%;
}

.image-view {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.mailing-form .submit_mail {
    color: white;
    font-size: 26px;
    padding: 1px 25px;
    background-color: #214099;
    border-radius: 5px;
    border: 1px solid #7D7E7E;
    margin: 15px auto;
    text-align: center;
    display: block;
}

.contact-mailing-form .submit_mail {
    color: white;
    font-size: 26px;
    padding: 1px 25px;
    background-color: #214099;
    border-radius: 5px;
    border: 1px solid #7D7E7E;
    margin: 15px auto;
    text-align: center;
    display: block;
}

.mailing-form .wrp-btn {
    padding: 0 35px;
}

.form_group_last_name {
    margin-left: -79px;
}

.first_name {
    width: 243px !important;
}

.send-mail {
    width: 80%;
    margin: 0 auto;
}

.carousel_products {
    display: none !important;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 50%;
    height: auto;
}

.owl-carousel .owl-item {
    height: 400px;
}

.owl-theme .owl-controls .owl-dots {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
}

.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}

.owl-theme .owl-controls .owl-dot span {
    background: none;
    border-radius: 20px;
    border: 1px solid #214099;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}

.owl-theme .owl-controls .active span {
    background: none repeat scroll 0 0 #214099;
}

.owl-next {
    position: absolute;
    right: 0;
    color: #214099;
    top: 180px;
}

.owl-prev {
    position: absolute;
    color: #214099;
    top: 180px;
}

/*@media (max-width: 1720px) {*/
/*    #last_name {*/
/*        width: calc(100% - 150px);*/
/*    }*/
/*}*/


@media (max-width: 1660px) {
    .search_product_part_one {
        font-size: 13px;
    }

    .search_product_part_two {
        font-size: 13px;
    }
}

@media (max-width: 1607px) {
    .product_description {
        margin: 100px;
    }
}

/*@media (max-width: 1500px) {*/
/*    #last_name {*/
/*        width: calc(100% - 100px);*/
/*    }*/
/*    .first_name{*/
/*        width: 350px!important;*/
/*    }*/
/*}*/

@media (max-width: 1380px) {
    .search_product_part_one {
        font-size: 10px;
    }

    .search_product_part_two {
        font-size: 10px;
    }

    .product_description {
        margin: 100px 0;
    }

    .submit {
        height: 36px;
    }

    .send-mail {
        width: unset !important;
    }

    .right-side {
        background-position: center;
    }

    .left_side {
        background-position: center;
    }
}

@media (max-width: 1290px) {
    .form_group_last_name {
        margin-left: -58px !important;
    }
}

@media (max-width: 1180px) {
    .test {
        flex-direction: column;
    }

    .search_product_part_one {
        width: 100%;
        border-radius: unset;

    }

    .search_product_part_two {
        width: 100% !important;
        border-radius: unset !important;
    }

    .submit {
        z-index: 1000;
        height: 71px;
    }

    .mailing-form .forms {
        padding: 0;
    }

    .mailing-form .wrp-btn {
        padding: 0;
    }

    .form_group_last_name {
        margin-left: -58px !important;
    }

    .first_name {
        width: 184px !important;
    }

    .form_group_last_name {
        margin-left: -20px !important;
    }

}

@media (max-width: 1090px) {
    /*#last_name {*/
    /*    width: calc(100% - 120px);*/
    /*}*/
    /*.first_name{*/
    /*    width: 280px!important;*/
    /*}*/
    .product_description {
        margin: 100px 0 !important;
    }


    .form_group_last_name {
        margin-left: -60px !important;
    }


    .search_product_part_two {
        width: 180px;
    }

    .send-mail {
        margin-top: 100px !important;
    }
}

@media (max-width: 1009px) {
    .header {
        flex-wrap: wrap;
    }

    .collectible_logo {
        margin: 10px auto;
    }
}

@media (max-width: 994px) {
    .header {
        justify-content: center;
        padding-bottom: 20px;
    }

    .collectible_logo {
        margin: 10px auto;
    }
}

@media (max-width: 991px) {


    #last_name {
        width: 100% !important;
    }

    #email {
        width: 100% !important;
    }

    #phone {
        width: 100% !important;
    }

    /*.first_name{*/
    /*    width: unset!important;*/
    /*}*/
    .product_details {
        flex-direction: column;
    }

    .left_side {
        display: none;
    }

    .right-side {
        display: none;
    }

    .left-banner {
        display: none;
    }

    .right-banner {
        display: none;
    }

    .carousel_products {
        display: block !important;
    }

    .form-group {
        display: block;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .first_name {
        width: unset !important;
    }

    .form_group_last_name {
        margin-left: 0px !important;
    }

    .mailing-form .forms {
        margin: 0 0 15px -62px;
        padding-right: 60px;
    }


}

@media (max-width: 773px) {


    .mailing-form label {
        display: block;
    }


    /*#last_name {*/
    /*    width: 100%!important;*/
    /*}*/
    /*#first_name{*/
    /*    width: 100%!important;*/
    /*}*/
}

@media (max-width: 767px) {
    .mailing-form .wrp-btn {
        padding: 0;
    }

    .mailing-form .forms {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding: 0;
    }

    .mailing-form .forms label:first-child {
        justify-content: flex-start;
        padding: 0;
        margin: 10px 0 5px;
    }


    .mailing-form .forms input {
        width: 100%;
        flex: 1;
        margin: 0;
    }

    input#first_name {
        width: 100%;
    }

    label.last_name_label.label_fg {
        padding: 0;
        margin: 10px 0 5px;
    }
}

@media (max-width: 698px) {
    .navigation_bar li {
        margin: 20px;
    }

    .header {
        padding-bottom: 0;
    }
}

@media (max-width: 589px) {
    .header-column-text {
        font-size: 20px;
    }

    #search_product_part_two {
        width: 60%;
        text-align: left;
        font-size: 11px;
        padding: 8px 21px 8px 8px;
    }

    #search_product_part_two {
        width: 60%;
        text-align: left;
        font-size: 11px;
        padding: 8px 21px 8px 8px;
    }



    .product_description {
        margin: 15px 0 !important;
    }

    .owl-dots {
        bottom: 15px !important;
    }

    .owl-next {
        top: 160px;
    }

    .owl-prev {
        top: 160px;
    }
}

@media (max-width: 490px) {
    .product_form {
        flex: 100%;
    }

    .navigation {
        flex-wrap: wrap;
        justify-content: center;
    }

    .navigation_bar {
        margin-bottom: 5px;
    }

    h3 {
        font-size: 22px;
    }

    .owl-carousel .owl-item {
        height: 300px !important;
    }

    .owl-next {
        top: 170px;
    }

    .owl-prev {
        top: 170px;
    }
}


@media (max-width: 400px) {
    .owl-carousel .owl-item {
        height: 250px !important;
    }

    .owl-dots {
        bottom: 25px !important;
    }

    .owl-next {
        top: 120px;
    }

    .owl-prev {
        top: 120px;
    }
}

.footer-text {
    font-family: postino-std, serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 2px;
}


.header-column-text {
    font-family: postino-std, serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
    width: 50%;
    margin: 20px auto;
}

.not-exist-error{
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
