@font-face {
    font-family: 'Allura';
    src : url('../fonts/Allura-Regular.ttf')  format('truetype'); /* Legacy iOS */
}

@font-face {
    font-family: 'Basis Grotesque Pro Regular';
    src : url('../fonts/BasisGrotesquePro-Regular.ttf')  format('truetype'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Basis Grotesque Pro Bold';
    src : url('../fonts/BasisGrotesquePro-Bold.ttf')  format('truetype'); /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro Light';
    src : url('../fonts/BasisGrotesquePro-Light.ttf')  format('truetype'); /* Legacy iOS */
    font-style: normal;
}

@font-face {
    font-family: 'Miller Regular';
    src: url('../fonts/MillerDisplayRegular.otf')  format('opentype'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miller Roman';
    src : url('../fonts/MillerDisplayRoman.otf')  format('opentype'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

a {
    font-family: 'Basis Grotesque Pro Regular', Arial;
}

.page_section, .product_section, .search_section {
    margin-top: 0px !important;
}

hr {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
    height: 1px;
    display: block;
}
.main_search::-webkit-input-placeholder {
    font-size: 13px;
}

.main_search::-moz-placeholder {
    font-size: 13px;
}

.main_search:-ms-input-placeholder {
    font-size: 13px;
}

input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.header_search_container {
    text-align: center !important;
    padding: 15px;
    display: block;

}

.main_search {
    margin: 0 auto !important;
    width: 500px !important;
    background-color: #fff !important;
    border: none !important;
}

.main_search_btn {
    border: none;
    float: left;
}

.main_search_icon {
    color: #000;
}

.main_navigation {
    display: none !important;
    height: 90px;
    border-bottom: 1px solid #efefef;
}

.main_logo {
    width: 25% !important;
    text-align: center;
    float: left;
    margin: 0;
}

.header_link {
    text-align: center;
}

.header_link i {
    font-size: 24px;
    color: #000;
}

.header_link span {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

.main_menu {
    position: fixed !important;
    width: 100%;
    padding: 0 20px !important;
    height: 90px;

    z-index: 999;
    top: 0;
    background-color: transparent !important;
}

.main_menu.dark {
    background-color: #ffffff !important;
}

.main_menu_item {
    color: #fff !important;
    line-height: 70px;
    font-weight: 400;
    height: 70px !important;
    padding: .5em 20px !important;
    font-size: 14px !important;
    font-family: 'Basis Grotesque Pro Regular', Arial;
}

.navbar-toggler {
    border: 1px solid #fff !important;
}

.navbar-light .navbar-toggler {
    color: rgba(1,1,1,1) !important;
}

.main_menu_item.dark {
    color: #000 !important;
}

.main_menu.dark .main_menu_item {
    color: #000 !important;
}

.main_menu_item:hover {
    color: #ffffff !important;
    border-bottom: 1px inset #fff;
}

.dd-item {
    line-height: 30px;
    font-size: 14px !important;
    font-family: 'Basis Grotesque Pro', Arial;
}

.dd-item:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #000;
}

.sm-menu {
    width: 250px;
    padding: 20px;
    border-top: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.sm-menu h3 {
    padding-top: 10px;
    padding-left: 23px;
    font-size: 18px;
}

/*
 * BANNER
 */

.home_banner {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 9;

}

.home_banner img {
    width: 100% !important;
}

.home_banner.small {
    background-color: white;
    width: 100% !important;
}

.home_banner a  {
    width: 100% !important;
    display: inline-block;
    padding: 0 !important;
}

.home_banner.first {
    margin-top: -20px;
}

.home_banner .banner_content {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 25%;
    width: 50%;
    height: auto;
    padding: 20px;
    text-align: center;
}

.home_banner .banner_content h3 {
    display: block;
    text-align: center;
    line-height: 80px;
    font-family: "Allura", Arial;
    color: #fff;
    font-size: 79px;
}

.home_banner a {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    color: #fff;
    width: 50%;
    line-height: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #fff;
}

.home_banner a:hover {
    color: #fff;
    text-decoration: none;
}

.home_banner .next {
    cursor: pointer;
    color: #fff;
    line-height: 70px;
    background-image: url('../images/down-icon.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

/*
 * PAGES
*/

.page_container h1 {
    font-family: "Basis Grotesque Pro Regular";
    font-size: 16px;
    margin-bottom: 30px;
}

.page_container p {
    font-family: "Basis Grotesque Pro Light";
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 20px;
}

/*
 * HOME FOOTER TOP
*/

.home_store_section {
    padding: 40px;
    text-align: center;
}

.home_store_section a {
    padding: 15px;
    color: #000;
}

.home_store_section a:hover {
    color: #000;
    text-decoration: none;
}

.home_store_section h3 {
    font-family: "Miller", Arial;
    font-size: 28px;
    letter-spacing: 5px;
}

.home_store_section img {
    margin: 25px 0;
}
.home_store_section p {
    font-family: "Basis Grotesque Pro Light";
    font-size: 14px;
    margin: 20px 0;
    letter-spacing: 1px;
}


/*
* NEWSLETTER
*/

.newsletter {
    border-top: 1px solid #e4e4e4;
    padding: 30px 0 0 0;
}

.newsletter h3 {
    font-size: 16px;
    letter-spacing: 3px;
    font-family: "Basis Grotesque Pro Bold";
}

.newsletter input {
    font-size: 14px;
    font-family: "Basis Grotesque Pro Light";
    border-top: none;
    border-left: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    margin: 15px 0 0 0;
    letter-spacing: 1px;
}

.newsletter label {
    line-height: 24px;
    font-size: 14px;
    font-family: "Basis Grotesque Pro Light";
}

.newsletter p {
    font-size: 14px;
    font-family: "Basis Grotesque Pro Light";
}

.newsletter button {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
}

.newsletter .form-hide {

    display: none;
}

/*
 *  CATEGORIES - SEARCH
*/

.category_banner {
    display: block;
}

.category_banner img {
    width: 100%;
}

.category_list {
    position: fixed;
    padding: 0;
    list-style: none;
    font-family: "Basis Grotesque Pro Bold";
    letter-spacing: 0.5px;
}
.category_list.contact {
    position: relative;
    padding-right: 30px;
}
.category_list h3 {
    font-size: 18px;
}

.category_list > li > a {
    color: #000;
    font-family: "Basis Grotesque Pro Light";
    font-size: 14px;
    line-height: 25px;
}

.category_list > li > a.active {
    font-family: "Basis Grotesque Pro Bold";
    margin-left: 10px;
}


/*
* PRODUCTS
*/

.product-header {
    display: none;
    /*display: flex;*/
    height: 60px;
    align-items: center;
    margin:10px 0 0 0px;
    font-size: 14px;
    font-weight: 300;
}

.product-header > .counter span {
    color: #ff2500;
    font-weight: 600;
}

.no-product {
    margin: 10px 0;
    padding: 20px;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 200;
    color: #585858;
}

#noProducts {
    display: block;
    height: auto;
}

#productList {
    min-height: 600px;
}

#productList ul {
    display: block;
    padding: 10px 0;
    margin: 0;
}

#productList ul > li {
    position: relative;
    float: left;
    width: 50%;
    list-style: none;
    padding: 5px;
    margin: 0;

}

#productList ul > li:hover {


}
#productList ul > li > a {
    text-decoration: none;
    color: #000;
}
.product-list-image {
    margin-top: -5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.product-list-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: flex;
}

.product-list-info {
    padding: 15px;
}

.product-list-info .product-list-brand {
    display: none;
    font-weight: 300;
}

.product-list-info .product-list-name {
    text-align: center;
    color: #444444;
    font-size: 16px;
    white-space:nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.product-list-info .product-list-price {
    display: none;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
}

.product-list-info .product-list-price > span {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    text-decoration: line-through;
}

/*
*   Products
*/

.brandcrumb {
    float: left;
    font-size: 12px;
    color: #3b3b3b;
    line-height: 60px;
    padding: 0px 10px 0 20px;
    background-image: url('../images/brandcrumb-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
}

.brandcrumb.first {
    padding-left: 0;
    background-image: none;
}

.brandcrumb:hover {
    text-decoration: none;
    color: #000;
}

.product-detail-box {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-family: "Basis Grotesque Pro Regular";
}

.product-detail-box > h1 {
    display: none;
    position: relative;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 24px;
}

.product-detail-box > h3 {
    position: relative;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-family: "Basis Grotesque Pro Regular";
}

.product-detail-box > .product-name {
    width: 100%;
    font-size: 18px;
    font-family: "Basis Grotesque Pro Bold";
}

.product-detail-box > .product-code {
    font-size: 12px;
}

.product-detail-box .product-price {
    display:none;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    margin-top: 20px;
    font-family: "Basis Grotesque Pro Bold";
}

.product-detail-box .stock_button, .stock_button {
    background-color: #CFBA99;
    color: #fff;
    font-family: "Basis Grotesque Pro Light";
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin-top: 40px;
}

.product-detail-box .product-price > span {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    text-decoration: line-through;
    margin-right: 10px;
    border-right: 1px solid #b8c2c3;
    padding-right: 10px;
    display: inline-block;
    margin-top: 20px;
}

.product-detail-box .box {

    position: relative;
    float: left;
    padding: 5px;
    border-bottom: 1px solid #bebebe;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #3c3c3c;
    font-size: 13px;
}

.product-detail-box .image-box {

    position: relative;
    float: left;
    padding: 10px;
    border: 1px solid #bebebe;
    width: 70px;
    height: 90px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #3c3c3c;
    font-size: 13px;
}

.product-detail-box.medium {
    max-height: 400px;
    font-size: 12px;
    overflow-y: auto;
}

.product-detail-box.with_line {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: -1px;
}

/*
* Footer
*/

footer {
    border-top: 1px solid #e4e4e4;
    background-color: white;
    margin-top: 50px;
    padding: 20px 0 30px 0px;
}

footer h5 {
    color: #000;
    font-weight: 200;
    font-size: 14px;
    font-family: "Basis Grotesque Pro Bold", Arial;
}

footer ul > li > a {
    color: #000;
    font-size: 12px;
    font-family: "Basis Grotesque Pro Light", Arial;
}

footer .footer-copyright {
    border-top: 1px solid #e4e4e4;
    color: #b8c2c3;
    font-size: 12px;
}
footer .brand {
    color: #000000;
    font-size:12px;
}

footer p {
    margin-top: 20px;
    font-family: "Basis Grotesque Pro Light";
    letter-spacing: 1px;
}

footer .footer-copyright a {
    color: #000;
}

.footer-language {

    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}

.footer-language .right_block {

    text-align: right;
}

.footer-language .right_block a {
    color: #979797;
    font-family: "Basis Grotesque Pro Light";
    font-size: 16px;
    margin: 0 5px;
}

.footer-language .right_block a.active {

    color: #000;
}

/* End Footer */

/*
*   Search
*/

.page-header {
    display: block;
    width: 100%;
    border: 1px solid #dce6e7;
    padding: 20px;
}

.page-header h1 {
    font-size: 28px;
    font-weight: 400;
}

#navbarTogglerDemo03 {
    width: 35% !important;
}

#mobileMenu {
    display: none;
}
@media only screen and (max-width: 600px) {

    .main_menu {
        display: none !important;
    }

    #navbarTogglerDemo03 {
        width: auto !important;
        float: right !important;
    }
    .main_logo {
        width: auto !important;
    }

    .home_banner {
        position: relative;
        width: 100%;
        height: 20vh;
        padding: 0;
        background-color: white;
        z-index: 9;

    }

    .home_banner a {
        height: auto !important;
    }

    .home_banner.first {
        margin-top: 0px;
    }

    .home_banner .banner_content {
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .home_banner .banner_content > h3 {
        display: block;
        text-align: center;
        line-height: 49px;
        font-family: "Allura", Arial;
        color: #fff;
        font-size:39px;
    }

    .home_banner a {
        text-align: center;
        display: inline-block;
        color: #fff;
        width: 50%;
        line-height: 30px;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
        font-size: 14px;
    }


    .home_banner .next {
        cursor: pointer;
        color: #fff;
        line-height: 50px;
        background-image: url('../images/down-icon.png');
        background-repeat: no-repeat;
        background-position: bottom center;
        font-size: 12px;
        margin-bottom: 5px;
    }

    #productList {
        min-height: 300px;
    }



    .col-md-6 img {
        width: 100%;
    }

    #newsletter {
        padding: 20px;
    }

    .page_section, .product_section, .search_section {
        margin-top: 0px !important;
    }

    .category_list {
        position: relative;

        float: left;
        padding: 0;
        list-style: none;
        font-family: "Basis Grotesque Pro Bold";
        letter-spacing: 0.5px;
    }

    .right_block {
        text-align: left !important;
    }

    section {
        padding: 20px !important;
    }
}