/*******             *******/
/*******     All     *******/
/*******             *******/

/*******             *******/
/*******     All     *******/
/*******             *******/






/*******             *******/
/*******   Classes   *******/
/*******             *******/
.owl-carousel > .owl-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 20px);
}

.owl-carousel > .owl-nav > .owl-prev {
    float: left;
    height: 50px;
    width: 50px;
    font-size: 35px !important;
    color: #f0f0f5 !important;
}

.owl-carousel > .owl-nav > .owl-prev:hover {
    color: #fff !important;
}

.owl-carousel > .owl-nav > .owl-next {
    float: right;
    height: 50px;
    width: 50px;
    font-size: 35px !important;
    color: #f0f0f5 !important;
}

.owl-carousel > .owl-nav > .owl-next:hover {
    color: #fff !important;
}

.shop_now_button{

    position: relative;
    padding: 10px 0px; 
    margin: auto; 
    height: 18px;
    text-align: center; 
    color: #fff; 
    font-weight: 800; 
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; 

}

.shop_now_button > a > span{

    position: absolute; 
    padding: 10px 0px; 
    color: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;

}

.shop_now_button::before{

    position: absolute;
    content: '';
    background-color: #fff;
    top: 2px; 
    left: 2px; 
    bottom: 2px;
    width: 0px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;

}

.shop_now_button:hover > a > span{

    color: #3f5689;

}

.shop_now_button:hover::before{

    width: calc(100% - 4px);

}

.home_page_hero_information_divider{

    width: 150px; 
    height: 10px; 
    background-color: #ff654e; 
    margin: 30px 0px;

}

.logos_carousel_section_container{

    width: 100%; 
    background-color: #ff654e; 
    padding: 20px 0px;

}

.logos_carousel_section_subcontainer{

    margin: 50px 20px;

}

.logos_carousel_section_title{

    text-align: center; 
    font-size: 22px;

}

.logos_carousel_section_title > h2{

    display: inline-block; 
    color: #fff; 
    padding-bottom: 10px; 
    margin-bottom: 10px; 
    border-bottom: 4px solid;

}

.logos_carousel_section{

    width: 100%; 
    height: 200px;

}

.logos_carousel_section .item .contain_img{

    height: 200px; 
    margin: 10px 100px;

}

.fullpage_2section_presentation{

    display: table; 
    width: 100%; 
    height: calc(100% - 80px); 
    min-height: 650px; 
    overflow: hidden;

}

.fullpage_2section_image_part{

    width: 50%; 
    height: 100%; 
    display: inline-block; 
    position: relative;

}

.fullpage_2section_image_part > .contain_img{

    width: 120%; 
    height: 100%; 
    background-image: url('/imgs/bobbin_trans.png'); 
    position: absolute; 
    bottom: 0px; 
    left: -150px; 
    z-index: 100;

}

.fullpage_2section_text_part{

    width: 50%; 
    height: 100%; 
    display: inline-block; 
    position: relative;

}

.fullpage_2section_text_container{

    width: 110%; 
    height: 120%; 
    position: absolute; 
    top: -10%; 
    right: 0px; 
    background-color: #3f5689; 
    border-radius: 50% 0px 0px 50%;

}

.fullpage_2section_text_subcontainer{

    width: calc(100% - 250px); 
    position: absolute; 
    right: 50px; 
    top: 140px; 
    bottom: 140px;

}

.fullpage_2section_text_div{

    width: 100%;

}

.fullpage_2section_text_div > h2{

    margin-top: 0px; 
    margin-bottom: 25px; 
    font-size: 40px; 
    font-weight: 400; 
    color: #fff; 
    text-align: center; 
    text-transform: uppercase;

}

.fullpage_2section_text_subtitle{

    color: #fff; 
    font-size: 30px; 
    text-align: center;

}

.fullpage_2section_text_div > .shop_now_button{

    width: 200px; 
    margin-top: 50px;

}

.products_grid_2colums_section{

    width: 100%; 
    background-color: #fff; 
    padding: 40px 0px;

}

.products_grid_2colums_subsection{

    width: 90%; 
    height: 600px; 
    margin: auto; 
    display: table;

}

.products_grid_2colums_half_section{

    position: relative; 
    display: inline-block; 
    width: 50%; 
    height: 100%;

}

.products_grid_2colums_half_section > .cover_img{

    position: absolute; 
    top: 40px; 
    left: 40px; 
    right: 40px; 
    bottom: 40px; 
    -webkit-box-shadow: 0px 9px 15px -5px rgb(38 38 38 / 15%); 
    -moz-box-shadow: 0px 9px 15px -5px rgba(38,38,38,0.15); 
    box-shadow: 0px 9px 15px -5px rgb(38 38 38 / 15%);

}

.products_grid_2colums_text_section{

    width: 100%; 
    height: 100%; 
    background-color: #00000055;

}

.products_grid_2colums_text_subsection{

    position: absolute; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    height: 40%;

}

.products_grid_2colums_text_divider{

    width: 60%; 
    height: 3px; 
    background-color: #fff; 
    margin: auto;

}

.products_grid_2colums_title{

    padding: 30px 30px 30px 30px; 
    font-size: 40px; 
    font-weight: 800; 
    color: #fff; 
    text-align: center;

}

.products_grid_2colums_text_subsection > .shop_now_button{

    width: 150px;

}


.presentation_grid_3columns_container{

    display: table; 
    width: calc(100% - 40px); 
    height: 250px; 
    padding: 40px 0px; 
    margin: 0px 20px;

}

.presentation_grid_3columns_section{

    display: inline-block; 
    width: 33.33%; 
    height: 100%; 
    float: left;

}

.presentation_grid_3columns_div{

    margin: 0px 80px; 
    height: 100%;

}

.presentation_grid_3columns_div .contain_img{

    width: 100%; 
    height: 40%; 

}

.presentation_grid_3columns_title{

    width: 100%; 
    margin-top: 30px; 
    font-size: 22px; 
    color: #606179; 
    text-align: center;

}

.newsletter_section_image_half{

    display: inline-block; 
    position: relative; 
    width: 50%; 
    height: 100%; 
    background-color: #f1d9aa;

}

.newsletter_section_image_half > .cover_img{

    position: absolute; 
    top: 40px; 
    left: 40px; 
    right: 40px; 
    bottom: 40px; 
    background-image: url('/imgs/wallpapers/wallpaper_4.jpg');

}

.newsletter_section_input_half{

    display: inline-block; 
    position: relative; 
    width: calc(50% - 8px); 
    height: calc(100% - 8px); 
    border: 4px solid #f1d9aa; 
    border-left: 0px;

}

.newsletter_section_input_half input::placeholder{

    color: #f1dfc2;
    opacity: 1;

}


.newsletter_section_input_half input:-ms-input-placeholder,
.newsletter_section_input_half input::-ms-input-placeholder{

    color: #f1dfc2;

}

.newsletter_section_input_container{

    position: absolute; 
    left: 40px; 
    right: 40px; 
    top: 40px; 
    bottom: 40px;

}

.newsletter_section_input_subcontainer{

    width: 100%;

}

.newsletter_section_input_subcontainer > h2{

    width: 100%; 
    margin-top: 0px; 
    text-align: center; 
    font-size: 35px; 
    color: #deba70; 
    text-align: center;

}

.newsletter_section_input_subtitle{

    width: 100%; 
    text-align: center; 
    font-size: 25px; 
    color: #deba70; 
    text-align: center;

}

.newsletter_section_input_div{

    text-align: center;

}

.newsletter_section_input{

    display: inline-block; 
    width: 80%; 
    padding: 8px 10px; 
    border-radius: 10px; 
    border: 2px solid #deba70; 
    font-size: 20px; 
    margin-top: 25px; 
    color: #deba70;

}
/*******             *******/
/*******   Classes   *******/
/*******             *******/






/*******            *******/
/*******    ID's    *******/
/*******            *******/
#home_page_hero_section{

    width: 100%; 
    height: calc(100vh - 80px); 
    min-height: 650px; 
    overflow: hidden;
    position: relative;

}

#home_page_hero_information_container{

    width: 65%; 
    height: 130%; 
    position: relative; 
    top: -15%; 
    left: -10%; 
    background-color: #ffffff88; 
    transform: skewX(-10deg);
    position: absolute; 
    z-index: 2;

}

#home_page_hero_information_div{

    position: relative; 
    top: 10%; 
    left: 0px; 
    width: 85%; 
    height: 80%; 
    background-color: #ffffff;

}

#home_page_hero_information_text{

    position: relative; 
    top: 100px; 
    left: calc(20% + 25px); 
    width: calc(100% - 100px - 10%); 
    height: calc(100% - 200px); 
    transform: skewX(10deg);

}

#home_page_hero_information_text > h1{

    margin: 0px; 
    font-size: 70px; 
    color: #606179; 
    font-weight: 800;

}

#home_page_hero_information_text > h2{

    font-size: 35px; 
    color: #38444c; 
    font-weight: 400;

}

#home_page_hero_goto_button_container{

    padding-top: 20px;

}

#frontpage_hero_goto_store{

    position: relative;
    display: inline-block; 
    color: #606179; 
    border: 3px solid #606179; 
    width: 140px;
    height: 27px;
    border-radius: 10px; 
    padding: 10px 100px; 
    font-size: 22px; 
    font-weight: 800;
    cursor: pointer;

}

#frontpage_hero_goto_store > a > span{

    position: absolute; 
    padding: 10px 0px; 
    text-align: center; 
    color: #606179; 
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;

}

#frontpage_hero_goto_store::before{

    position: absolute;
    content: '';
    background-color: #606179;
    border-radius: 6px; 
    top: 2px; 
    left: 2px; 
    bottom: 2px;
    width: 0px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;

}

#frontpage_hero_goto_store:hover > a > span{

    color: #fff;

}

#frontpage_hero_goto_store:hover::before{

    width: calc(100% - 4px);

}



#frontpage_newsletter_submit_button{

    position: relative;
    display: inline-block; 
    width: 200px; 
    height: 23px;
    padding: 6px 0px; 
    border-radius: 10px; 
    border: 2px solid #deba70; 
    font-size: 20px; 
    margin-top: 20px; 
    color: #deba70;
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;

}

#frontpage_newsletter_submit_button > span{

    position: absolute; 
    padding: 6px 0px; 
    text-align: center; 
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

}

#frontpage_newsletter_submit_button::before{

    position: absolute;
    content: '';
    background-color: #deba70;
    border-radius: 6px; 
    top: 2px; 
    left: 2px; 
    bottom: 2px;
    width: 0px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;

}

#frontpage_newsletter_submit_button:hover{

    color: #fff;

}

#frontpage_newsletter_submit_button:hover::before{

    width: calc(100% - 4px);

}

#frontpage_best_sellers_section,
#frontpage_new_products_section{

    width: calc(100% - 50px); 
    margin-bottom: 50px; 
    padding: 50px 25px; 
    display: table; 
    background-color: #fff;

}

#frontpage_best_sellers_title,
#frontpage_new_products_title{

    text-align: center; 
    font-size: 22px;

}

#frontpage_best_sellers_title > h2,
#frontpage_new_products_title > h2{

    display: inline-block; 
    color: #3f5689; 
    padding-bottom: 10px; 
    margin-bottom: 0px; 
    border-bottom: 4px solid;

}







#frontpage_newsletter_section{

    display: table; 
    width: 90%; 
    height: 500px; 
    margin: auto; 
    display: table; 
    padding: 100px 0px; 
    padding-bottom: 150px;
    
}

#newsletter_success_message{

    font-size: 18px; 
    margin-top: 10px; 
    color: #0ee03c; 
    text-align: center;
    display: none;

}

#newsletter_error_message{

    font-size: 18px; 
    margin-top: 10px; 
    color: #ff654e; 
    text-align: center; 
    display: none;

}

#home_page_hero_video_container{

    position: absolute; 
    top: 0px; 
    right: 0px; 
    width: 60%; 
    height: 100%;

}
/*******            *******/
/*******    ID's    *******/
/*******            *******/


@media (pointer: coarse) or (max-width: 900px){

    #home_page_hero_video_container{

        left: 0px; 
        width: 100%; 
        height: 100%;
    
    }

    #home_page_hero_information_container{

        width: 100%;
        top: -15%;
        left: -25%;

    }

    #home_page_hero_information_div{

        display: flex;
        background-color: unset;
        align-items: center;

    }

    #home_page_hero_information_text {

        position: relative;
        top: 0px;
        left: calc(30% + 50px);
        height: fit-content;

    }

    #home_page_hero_information_text h1{

        font-size: 82px !important;

    }

    .home_page_hero_information_divider {
        width: 250px;
        height: 15px;
        background-color: #ff654e;
        margin: 60px 0px;
    }

    #home_page_hero_information_text h2{

        font-size: 60px !important;

    }

    #frontpage_hero_goto_store{

        width: 250px;
        height: 50px;
        font-size: 40px;

    }

    #frontpage_best_sellers_title h2, #frontpage_new_products_title h2{

        font-size: 50px;
        margin-bottom: 50px;

    }

    #frontpage_newsletter_section {
        height: auto;
    }



    .fullpage_2section_presentation {
        display: table;
        width: 100%;
        max-height: 900px;
        min-height: 650px;
        overflow: hidden;
    }

    .fullpage_2section_image_part {
        width: 40%;
    }

    .fullpage_2section_text_part {
        width: 60%;
    }

    .fullpage_2section_text_subcontainer {
        width: calc(100% - 150px);
        position: absolute;
        right: 50px;
        top: 140px;
        bottom: 140px;
    }

    .fullpage_2section_image_part > .contain_img {
        width: 200%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        left: -100%;
        z-index: 100;
    }

    .fullpage_2section_text_div h2{

        font-size: 50px;

    }

    .fullpage_2section_text_subtitle{

        font-size: 35px !important;

    }

    .shop_now_button > a > span{

        font-size: 28px;
        padding: 15px 0px !important;

    }

    .shop_now_button{

        width: 350px !important;
        height: 42px;

    }

    .logos_carousel_section {
        height: 300px;
    }

    .logos_carousel_section_title h2{
        font-size: 50px;
    }

    .logos_carousel_section .item .contain_img {
        height: 300px;
    }

    .products_grid_2colums_section {
        height: auto;
    }

    .products_grid_2colums_subsection {
        height: auto;
    }

    .products_grid_2colums_half_section {
        width: 100%;
        height: 600px;
    }

    .products_grid_2colums_text_subsection{

        height: 50%;

    }

    .products_grid_2colums_title{

        font-size: 55px;

    }

    .presentation_grid_3columns_container{

        height: auto;

    }

    .presentation_grid_3columns_section{

        width: 100%;
        height: 350px;
        margin: 40px 0px;

    }

    .presentation_grid_3columns_div {
        margin: 0px 200px;
        height: 100%;
    }

    .presentation_grid_3columns_title{

        font-size: 45px;

    }

    .newsletter_section_image_half {
        width: 100%;
        height: 500px;
    }

    .newsletter_section_input_half {
        width: calc(100% - 8px);
        height: calc(500px - 8px);
        border: 4px solid #f1d9aa;
        margin-top: -4px;
    }

    .newsletter_section_input_half .newsletter_section_input_subcontainer h2{

        font-size: 55px;

    }

    .newsletter_section_input_half .newsletter_section_input_subcontainer .newsletter_section_input_subtitle{

        font-size: 35px;

    }

    .newsletter_section_input_half .newsletter_section_input_subcontainer .newsletter_section_input{

        font-size: 35px;
        padding: 15px 20px;

    }

    .newsletter_section_input_half .newsletter_section_input_subcontainer #frontpage_newsletter_submit_button{

        width: 400px;
        height: 42px;
        font-size: 35px;
        margin-top: 40px;

    }

}