@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;
    background-color:  #f0f0f0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 80px;
}

.collectible_logo{
    margin: 10px 0;
}

.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;
}

.panel-title a:hover{
    color: black!important;
}

.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: 0px;
    border-radius: 5px 0 0 5px;
    margin-right: -5px;
    font-weight: bold;
    text-align: center;
}

#search_product_part_two {
    width: 250px;
    padding: 0 36px 0 0;
    border-radius: 0 5px 5px 0;
    margin-right: 0px;
    border: unset;
    border-width: 2px 2px 2px 0;
    text-align: center;
}

.submit {
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    border: none;
    width: 34px;
    outline: none;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    background: #EC772E;
    color: white;
    font-size: 21px;
}

.test {
    position: relative;
    border: 2px solid #B5B3B3;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.product_form {
    margin: 0;
    padding: 0;
}

.product_details {
    display: flex;
    background-color: #f0f0f0;
    background-image: linear-gradient(180deg, #f0f0f0 4%, #f0f0f0 10%, #f0f0f0 100%);
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.left_side {
    padding: 0 !important;
    background-position: center;
    box-shadow: inset -80px 16px 37px 46px #f0f0f0;
}

.right-side {
    box-shadow: inset 80px 16px 37px 46px #f0f0f0;
    background-position: center;
    padding: 0 !important;
}

.product_description {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 140px;
    color: #4B4C4D;
}

.product_description div span {
    color: #f0f0f0!important;
}

.product_description div h3 {
    color: #f0f0f0!important;
}

.left-banner {
    padding: 0;
}

.right-banner {
    padding: 0;
}

.modal-backdrop{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url('../images/template/CreatingTemplate/TemplateSeventh/background.jpg'),no-repeat;
}

.mailing-form {
    width: 75%;
    margin: 0 auto;
}

.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: #f0f0f0;
}

.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%
}

.navigation label {
    margin-bottom: 0;
}


input#first_name {
    width: 50%;
}

.mailing-form .submit_mail {
    color: white;
    font-size: 26px;
    cursor: pointer;
    padding: 1px 25px;
    background-color: #C7332C;
    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 #EC772E;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}
.owl-theme .owl-controls .active span {
    background: none repeat scroll 0 0 #EC772E;
}

.owl-next{
    position: absolute;
    right: 0;
    color: #EC772E;
    top: 180px;
}

.owl-prev{
    position: absolute;
    color: #EC772E;
    top: 180px;
}

#collectible-second-modal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
    background-color: #f0f0f0;
}

.modal-content{
    webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

/*@media (max-width: 1720px) {*/
/*    #last_name {*/
/*        width: calc(100% - 150px);*/
/*    }*/
/*}*/


@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) {
    .product_description {
        margin: 100px 0;
    }

    .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) {
    .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_one {
        width: 180px;
    }

    .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: 589px) {
    .search_product_part_one {
        width: 140px;
        font-size: 11px;
        padding: 8px 0;
    }

    #search_product_part_two {
        width: 60%;
        text-align: left;
        font-size: 11px;
        padding: 8px 21px 8px 8px;
    }

    .submit {
        height: 100%;
        width: 20px;
        font-size: 13px;
        top: 0px;
    }

    .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;
    }
}
