@font-face {
    font-family: 'meiryo';
    src: url("../fonts/meiryo.ttc");
}


.infomation-footers {
    float: left;
    width: 100%;
}

.logo-footers {
    display: block;
    margin-right: 17px;
    width: 36%;
    margin: 0 auto;
    margin-top: -50px;
    background: #434343;
    padding: 10px;
}

    .logo-footers img {
        width: 90%;
        max-width: 130px;
        margin: 0 auto;
        display: block;
    }

.descriptions-footes {
    text-align: left;
    float: left;
    width: 100%;
    text-align: center;
}

    .descriptions-footes span {
        margin-bottom: 3px;
        float: left;
        width: 100%;
        color: white;
        font-size: 15px;
        margin: 6px 0 10px;
    }

#infomation-abouts {
    padding: 40px 0;
}

    #infomation-abouts h1 {
        font-weight: bold;
        margin: 5px 0 19px 0;
    }

    #infomation-abouts p {
        font-size: 13px;
        color: black;
        margin-bottom: 7px;
        padding: 0 5px;
        font-weight: 500;
    }

    #infomation-abouts .read-more {
        margin-top: 20px;
        font-size: 18px;
        display: none;
    }

        #infomation-abouts .read-more a {
            margin-top: 20px;
            font-size: 15px;
            display: none;
        }

.read-more {
    padding-left: 5px;
}

#infomation-abouts .divider {
    margin: 10px 0px 18px 6px;
    width: 80px;
}

#ristorante {
    background: #efefef;
}

.read-more-prd {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .read-more-prd a {
        background: #af1f25;
        border: 2px solid transparent;
        font-weight: bold;
        color: white;
        padding: 11px 15px;
        text-align: center;
        display: none;
        font-size: 15px;
        max-width: 138px;
        display: block;
        margin: 0 auto;
        border-radius: 6px;
    }

        .read-more-prd a:hover {
            border: 2px solid #af1f25;
            background: none;
            color: #af1f25;
        }

#about-infomation-others {
    padding: 30px 0;
}

    #about-infomation-others .divider {
        margin: 0 0 18px 1px;
    }

.abouts-other-readmore {
    margin-top: 16px;
}

#about-us-others-two {
    color: black;
    font-size: 15px;
}

    #about-us-others-two p {
    }

    #about-us-others-two img {
        margin: 10px 0 0 0;
    }

.about-others-two-readmore {
    margin: 25px auto 35px;
    display: block;
    max-width: 250px;
}

#partner-box {
    position: relative;
    padding: 40px 0 20px;
    background: white;
}

.partner-sliders {
}

    .partner-sliders .owl-prev {
        position: absolute;
        background: #A2A2A1 !important;
        width: 45px;
        height: 87px;
        top: 0px;
        left: -87px;
        color: white !important;
        font-size: 38px !important;
    }

    .partner-sliders .owl-next {
        position: absolute;
        background: #bdbdbd !important;
        width: 45px;
        height: 87px;
        top: 0;
        right: -87px;
        color: white !important;
        font-size: 38px !important;
    }

    .partner-sliders .owl-prev span {
        /* display: block; */
        line-height: 32px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px;
    }

    .partner-sliders .owl-next span {
        line-height: 32px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px;
    }

#blog_index {
    display: block;
    background: #efefef;
    padding: 10px 0 30px;
}

    #blog_index h1 {
        margin: 0;
        font-size: 40px;
    }

.blog-index-slider {
    float: left;
    width: 100%;
}

.article_item {
    position: relative;
}

.article_img {
    position: relative;
}

    .article_img img {
    }

.article_content {
    text-align: center;
    background: white;
    padding: 20px 10px 20px;
    margin-bottom: 15px;
    min-height: 97px;
}

.title {
}

    .title h4 {
        color: black;
        font-family: 'meiryo';
        margin: 0 0 10px 0;
        font-size: 14px;
    }

        .title h4 a {
            color: black;
            font-family: 'meiryo';
        }

            .title h4 a:hover {
                color: black;
                margin: 0;
            }

.des {
    color: black;
    margin: 0 0 11px;
    float: left;
    width: 100%;
}

.readmore-newsindex {
    float: left;
    width: 100%;
    background: #9f1318;
    margin-top: 5px;
    padding: 7px 10px;
    color: white;
}

    .readmore-newsindex:hover {
        color: white;
    }

.effect-line {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

    .effect-line:before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

    .effect-line:after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(0, 1);
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

.article_item:hover .effect-line:before, .article_item:hover .effect-line:after {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}


.article_item:hover .effect-line:before, .article_item:hover .effect-line:after {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.other-styles .slider-container {
    display: none !important;
}

.other-styles .go-down {
    display: none !important;
}

.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0;
}

.bread-crumb .breadcrumb {
    background-color: transparent;
}

.breadcrumb li {
    display: inline;
}

    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
        color: white;
        font-weight: 600;
    }

.breadcrumb a {
    color: #af1f25;
}

.products-cates {
    background: #efefef;
}

    .products-cates h1 {
        margin-top: 0;
    }

section.well {
    margin-bottom: 0;
}


.product_featured_image {
    width: 100%;
}


.items-products-tabs {
    min-height: 300px;
}

section#about_strategy {
    padding: 20px 0;
}

#about_strategy .section-heading {
    text-align: center;
    padding: 0px 0 0px;
}

.article_img img {
    max-width: 100%;
}

.mfp_element_button {
    color: black !important;
}

.sucess-email {
    font-weight: bold;
    color: #1925d5 !important;
}

.no-sucess-email {
    color: red;
    font-weight: bold;
}

#widget-subscribe-form-result {
    font-weight: bold;
    color: red;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.title-headding-styles {
    text-transform: uppercase;
    /* font-weight: bold; */
    font-family: 'meiryo';
    font-size: 26px;
}

#infomation-abouts .title-headding-styles {
    /* font-weight: bold; */
    margin: 5px 0 19px 0;
    font-size: 26px;
}

section#about-infomation-others .title-headding-styles {
    color: white;
    text-align: left;
    text-transform: uppercase;
    line-height: unset;
    font-weight: bold;
    font-size: 39px;
    margin: 0;
    margin-bottom: 5px;
}


#ristorante img {
    width: 100%;
}

.category-products img {
    width: 100%;
}


.slider-container .owl-dots {
    display: none;
}

.slider-container .owl-nav {
    display: none;
}

.slider-container {
    position: relative;
}

.owl-dots {
    text-align: center;
}

    .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 5px;
            background: black;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px;
        }

        .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: black;
        }

.blog-index-slider .owl-dots {
    margin-top: 10px;
}

.blog-index-slider .owl-dots {
    counter-reset: dots;
}

.blog-index-slider .active span {
    background-color: white;
    position: relative;
    border-radius: 0;
}

.blog-index-slider .owl-dot {
    position: relative;
}

    .blog-index-slider .owl-dot span {
        position: relative;
        width: 25px;
        height: 25px;
        border-radius: 0;
    }

    .blog-index-slider .owl-dot:before {
        counter-increment: dots;
        content: counter(dots);
        color: white;
        position: absolute;
        top: 7px;
        left: 0px;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        display: block;
    }


/*Products Dots*/

.products-hot-slider .owl-dots {
    margin-top: 10px;
}

.products-hot-slider .owl-dots {
    counter-reset: dots;
}

.products-hot-slider .active span {
    background-color: white;
    position: relative;
    border-radius: 0;
}

.products-hot-slider .owl-dot {
    position: relative;
}

    .products-hot-slider .owl-dot span {
        position: relative;
        width: 25px;
        height: 25px;
        border-radius: 0;
    }

    .products-hot-slider .owl-dot:before {
        counter-increment: dots;
        content: counter(dots);
        color: white;
        position: absolute;
        top: 7px;
        left: 0px;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        display: block;
    }


.banner-contact-images {
    background: #fafafa;
}

    .banner-contact-images img {
        margin: 0 auto;
        display: block;
    }


.container-contact-w {
    max-width: 920px;
    display: block;
    margin: 0 auto;
    padding: 0 90px;
    padding-top: 10px;
}

    .container-contact-w input {
        color: #666;
        background: #fff;
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        border: 1px solid #bbb;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        padding: 0.7em;
        width: 100%;
    }

    .container-contact-w #ddfaqs {
        border: 1px solid #bbb;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 3em;
        max-width: 100%;
        display: block;
        padding: 0 6px;
    }

        .container-contact-w #ddfaqs option {
        }


    .container-contact-w #txtcontent {
        color: #666;
        background: #fff;
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        border: 1px solid #bbb;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        padding: 0.7em;
        width: 100%;
    }

    .container-contact-w #btnsend {
        background-color: #222;
        float: left;
        width: auto;
        margin-bottom: 16px;
        border: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        padding: 1em 2em;
        text-shadow: none;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }

        .container-contact-w #btnsend:hover {
            background: #767676;
            color: white;
        }







ul.item_big > li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0;
    width: 225px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.item_big > li.nav-item > ul > li {
    color: #fff;
}

.item_big > li.nav-item > ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px !important;
    color: #282828;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
}

.item_big > li.nav-item > ul li ul {
    display: none;
    left: 225px;
    top: 0px;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.dropdown-menu {
    margin: 0;
}

.dropdown-menu {
    box-shadow: none;
}

.item_big > li.nav-item > ul li {
    float: none;
    padding: 0 10px;
    list-style-type: none;
    position: relative;
}

.item_big > li.nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.item_big > li.nav-item > ul li a i {
    position: absolute;
    right: -10px;
    padding: 0px 10px;
    top: 0;
    line-height: 38px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    right: 100%;
    border-radius: 0;
    padding: 0;
}

ul.item_big > li.nav-item > a > i {
    margin-left: 10px;
}



footer {
    width: 100%;
    float: left;
    position: relative;
    background: #385a64;
    padding: 35px 0;
    border-top: 4px solid #7affaf;
    padding: 0;
}

.footer-container {
    background: #efefef;
    border-top: 2px solid #109427;
    color: #7a7a7a;
    margin-top: 2px;
}

.footer-container {
    background: #999;
    background-size: contain;
    border-top: 1px solid #e9bf0f;
    color: #7a7a7a;
}

    .footer-container .footer-top {
        position: relative;
    }

        .footer-container .footer-top .footer-static {
            padding: 0px 0 20px;
            color: #7a7a7a;
        }

            .footer-container .footer-top .footer-static .footer-title {
                margin: 30px 0 20px;
            }

                .footer-container .footer-top .footer-static .footer-title h3 {
                    font-size: 14px;
                    /* font-family: 'SVN-Avo'; */
                    font-family: 'meiryo';
                    text-transform: uppercase;
                    position: relative;
                    font-weight: bold;
                    color: white;
                    margin: 0;
                    padding-bottom: 5px;
                    margin-bottom: 0px;
                }

            .footer-container .footer-top .footer-static .footer-content ul {
                list-style: none;
                float: left;
                width: 100%;
                padding: 0;
            }

                .footer-container .footer-top .footer-static .footer-content ul li {
                    display: block;
                }

footer .list-menu li {
    color: #fff;
    position: relative;
    padding-left: 10px;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

footer .list-menu a {
    padding-left: 4px;
    color: white;
    font-weight: 500;
    float: right;
    font-size: 13px;
    width: 100%;
}

    footer .list-menu a:hover {
        color: #f7ff0c;
    }

.ul-footer-contact li span {
    font-size: 14px;
    color: #383838;
    font-weight: bold;
    float: left;
    height: 30px;
    text-align: center;
    padding-top: 0;
}

.social-icons {
    margin-top: 0;
    float: left;
    width: 100%;
    text-align: center;
    background: transparent;
}

    .social-icons ul {
        padding: 0;
    }

        .social-icons ul li {
            display: inline-block !IMPORTANT;
            margin: 10px 10px 0 0;
            position: relative;
            width: 40px;
            height: 40px;
            background: transparent;
            border-radius: 50%;
            color: #EC651B;
            text-align: center;
        }

            .social-icons ul li a {
                color: white;
                /* display: inline-block; */
                padding: 0 6px;
                line-height: 0;
                text-align: center;
                line-height: 40px;
                font-size: 22px;
            }

.facebook {
    /* background: #3d5c9a !important; */
}

.googleplus {
    /* background: #df4a38 !important; */
}

.youtube {
    /* background: #29a9e0 !important; */
}

.pinterest {
    /* background: #c3271a !important; */
}


.copyright {
    border-top: 1px solid white;
    padding-top: 20px;
}


.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.menu-lists li {
    position: relative;
}

    .menu-lists li:before {
        position: absolute;
        content: "\f111";
        font-family: Fontawesome;
        left: 3px;
        top: 1px;
        font-size: 6px;
    }


.descriptions-cates-ex {
}

    .descriptions-cates-ex p {
        margin: 10px 0;
    }

.no-bg {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}



.descriptions-cates-ex {
}

    .descriptions-cates-ex p {
        margin: 10px 0;
    }

.no-bg {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


.slider-cates-box {
    float: left;
    width: 100%;
}

.slider-cates {
}

.flex-box-products-item {
    /* You can set flex-wrap and
      flex-direction individually */
    /* Or do it all in one line
     with flex flow */
    /* tweak where items line
      up on the row
      valid values are: flex-start,
      flex-end, space-between,
      space-around, stretch */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .flex-box-products-item .images-box {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        position: relative;
    }

        .flex-box-products-item .images-box img {
        }

    .flex-box-products-item .content-box {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        background: white;
    }

        .flex-box-products-item .content-box h4 {
        }

        .flex-box-products-item .content-box h5 {
            background: #cfe2f3;
            padding: 10px 0;
            margin: 0;
        }

.design-1 {
}

    .design-1 h4 {
        background: #cccccc;
        margin: 0;
        padding: 10px 12px;
        color: black;
        border-left: 8px solid black;
        margin-bottom: 10px;
    }





.design-4 {
}

    .design-4 .flex-box-products-item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

        .design-4 .flex-box-products-item .images-box {
            display: unset;
            flex-direction: unset;
            flex-basis: unset;
            flex: unset;
        }

            .design-4 .flex-box-products-item .images-box img {
            }

        .design-4 .flex-box-products-item .content-box {
            display: flex;
            flex-direction: unset;
            flex-basis: unset;
            flex: unset;
            background: white;
        }

            .design-4 .flex-box-products-item .content-box .media-body {
                width: 100%;
                padding: 0;
                background: white;
            }

    .design-4 h4 {
        background: #d9d9d9;
        padding: 10px;
        border-left: 4px solid #434343;
        color: black;
        font-size: 18px;
        font-weight: 400;
    }

    .design-4 .read-more-prd {
        background: white;
        margin: 10px 0;
    }

        .design-4 .read-more-prd a {
            border-radius: 40px;
            background: #ccc;
            border: 2px solid black;
        }

    .design-4 p {
        padding: 10px 0;
        background: #cfe2f3;
        margin: 0;
    }

.design-5 {
}



    .design-5 .flex-box-products-item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

        .design-5 .flex-box-products-item .images-box {
            display: unset;
            flex-direction: unset;
            flex-basis: unset;
            flex: unset;
        }

            .design-5 .flex-box-products-item .images-box img {
            }

        .design-5 .flex-box-products-item .content-box {
            display: flex;
            flex-direction: unset;
            flex-basis: unset;
            flex: unset;
            background: white;
        }

            .design-5 .flex-box-products-item .content-box .media-body {
                width: 100%;
                background: #cfe2f3;
            }

    .design-5 h4 {
        background: #d9d9d9;
        padding: 10px;
        border-left: 4px solid #434343;
        color: black;
    }

    .design-5 h5 {
    }


.design-2 {
}

    .design-2 h4 {
        background: #d9d9d9;
        padding: 10px;
        border-left: 4px solid #434343;
        color: black;
    }

.media.vertical .media-body {
    text-align: center;
    background: white;
    padding: 20px 10px 20px;
    overflow: visible;
    position: relative;
}

.design-2 .flex-box-products-item .content-box {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    background: #cfe2f3;
}

.design-2 .read-more-prd {
    background: transparent;
    margin: 10px 0;
}

    .design-2 .read-more-prd a {
        border-radius: 40px;
        background: #ccc;
        border: 2px solid black;
    }

.design-2 p {
    padding: 10px 0;
    background: #cfe2f3;
    margin: 0;
}


.design-0 .media-body {
    text-align: center;
    background: white !important;
    padding: 20px 10px 20px;
}




.footer-mobile-exi {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.item-a {
    flex-grow: 1;
    width: 33%;
    height: 100px;
    text-align: center;
}

    .item-a img {
    }


    .item-a .navbar-header {
        float: unset;
        width: auto;
        padding: 0;
    }

        .item-a .navbar-header button {
            color: white;
            font-size: 43px;
            display: block;
            margin: 0 auto;
            padding: 6.5px 0;
            float: unset;
        }


.design-2 .media-body {
    text-align: center;
    background: #cfe2f3 !important;
    padding: 20px 10px 20px;
}

.banner-contact-images img {
    max-width: 100%;
}

.button-fix {
    position: fixed;
    left: 2px;
    bottom: 14px;
    cursor: pointer;
    background: transparent;
    text-align: center;
    z-index: 9999;
}

    .button-fix .navbar-header {
    }

        .button-fix .navbar-header button {
            margin: 0;
            font-size: 20px;
        }

.footer_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #999;
    z-index: 9999999999;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

ul.footer_menu {
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    /* border-top: 1px solid white; */
}

    ul.footer_menu li {
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        list-style-type: none;
        font-size: 10px;
        line-height: 15px;
    }


        ul.footer_menu li a {
            border: none;
            display: block;
            font-size: 20px;
            color: white;
            text-align: center;
            /* margin: 0; */
            float: unset;
            padding: 0;
            text-decoration: none;
        }

.fa-shopping-bag:before {
    font-family: 'FontAwesome';
    content: "\f290";
}


.news-details-ex {
}

    .news-details-ex .b-03 {
        width: 100% !important;
    }

    .news-details-ex .col1 {
        margin-bottom: 30px
    }

.logo-footers:before {
    position: absolute;
    content: "";
}

.logo-footers:after {
    position: absolute;
    content: "";
}

.linksqa {
    color: white;
}

    .linksqa:hover {
        color: white;
    }

    .linksqa a {
        color: white;
    }

        .linksqa a:hover {
            color: white;
        }

.readmore-newsindex {
    display: none !important;
}

.products-hot-slider .media .media-body p {
    display: none !important;
}

.products-cates .media-body p {
    display: none !important;
}

.media a {
    text-decoration: none;
    position: relative;
}

.design-0 .category-name-b {
    padding: 5px 15px;
    position: absolute;
    top: -30px;
    color: white;
    left: 0;
    z-index: 999;
}

.category-name-b a {
    color: white !important
}

    .category-name-b a:hover {
        color: white;
    }

.design-1 .category-name-b {
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    z-index: 999;
}

.design-2 .category-name-b {
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    z-index: 999;
}

.design-3 .category-name-b {
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    z-index: 999;
}

.design-4 .category-name-b {
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    z-index: 999;
}

.design-5 .category-name-b {
    display: none;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    z-index: 999;
}

.time-eds {
    padding: 4px 12px;
    position: absolute;
    top: -23px;
    color: white;
    right: 0;
    font-size: 11px;
    z-index: 999;
    background: #434343;
}

.design-2 .time-eds {
    padding: 4px 12px;
    position: absolute;
    bottom: 0;
    color: white;
    top: unset;
    right: 0;
    font-size: 11px;
    z-index: 999;
    /* height: 30px; */
    background: #434343;
}

.design-3 .time-eds {
    padding: 4px 12px;
    position: absolute;
    bottom: 0;
    color: white;
    top: unset;
    right: 0;
    font-size: 11px;
    z-index: 999;
    /*height: 30px;*/
    background: #434343;
}
.design-4 .time-eds {
    padding: 4px 12px;
    position: absolute;
    bottom: 0;
    color: white;
    top: unset;
    right: 0;
    font-size: 11px;
    z-index: 999;
    /*height: 30px;*/
    background: #434343;
}
.design-5 .time-eds {
    display:none;
    padding: 4px 12px;
    position: absolute;
    bottom: 0;
    color: white;
    top: unset;
    right: 0;
    font-size: 11px;
    z-index: 999;
    /*height: 30px;*/
    background: #434343;
}