a {
    text-decoration: none;
    color: #000;
}
.container{
	max-width:1200px;
}
.category__items a {
    color: #000 !important
}

.table_product_detail a {
    color: #007bff !important
}

.head {
    display: flex;
    justify-content: space-between;
}

#HeaderLink1 {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 6px 0px;
}

#HeaderLink1 li {
    padding: 5px;
}
.nav-link{font-size:20px;}
.w100 {
    width: 100%;
}

.float_right {
    float: right;
}

.languages {
    display: flex;
    list-style: none;
    padding-left: 0;
}

#HeaderLink1 li li {
    padding: 0 5px;
}

#HeaderLink1 a {
    font-size: 11px;
}

.clearfix {
    clear: both;
}

.search {}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.nav-item {

    font-weight: bold;
}

.nav-item i {
    color: #e34320;
}

.nav-item:hover .mega_menu {
    display: block !important;
}

.mega_menu {
    padding: 10px 20px;
}

.mega_menu {
    margin-top: 1px;
    display: none;
    position: absolute;
    left: 0;
    background: #f7f7f7;
    min-height: 460px;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}

.mega_menu_cate_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.mega_menu_cate_list .column {
    padding-left: 40px;
    font-size: 12px;
    margin-top: 20px;
}

.mega_menu_child {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega_menu_child li {
    font-weight: normal;
}

.mega_menu_child a {
    color: #e34320;
}

.mega_menu_about_list {
    padding: 20px 40px;
    display: flex;
}

.about .mega_menu {
    min-height: 200px;
}

.mega_menu_brand_list {
    display: flex;
    padding: 20px 40px;
    flex-wrap: wrap;
}

.home-heading {
    position: relative;
    padding-top: 16px;
    font-size: 30px;
    line-height: 1.2;
}

/*
.home-heading:before {
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
    width: 80px;
    height: 4px;
    content: "";
    background: #e34320;
}
*/

.categories_homepage {
    padding: 20px 0 0 0;
}

.col-sm-2-5 {
    width: 19%;
    margin: 10px 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.categories_homepage .images img {
    width: 100%;
}

.cate_title {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
}

.product__title,.news__title {
    font-size: 16px;
    padding-top: 10px;
}
.home-catalogue{font-weight:bold;}

.utility-textAlign-center {
    text-align: center;
    margin: 1rem 0;
}

.home-button {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
}

.home_about {
    margin-top: 2rem;
}

.home_about {

    background-size: cover !important;
}

.home_about h3 span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300 !important;
    position: relative;
    text-transform: uppercase;
}

.home_about h3 span:after {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background: #ffc105;
    bottom: 5px;
    right: -55px;
}

.home_about h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;    
}

.home_about p {
    color: #fff;
    margin-bottom: 5px;    
    text-align: justify;
}

.home_about a.view {
    color: #fff;
}

.carousel.slide {
    max-height: 650px !important;
}

.browse-by-category-slides .owl-dots {
    display: none;
}

.browse-by-category-slides .owl-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.bg-gray {
    background-color: #f1f1f1;
}

.browse-by-category-slides .owl-nav button {
    border: 1px solid #f6f6f6 !important;
    padding: 5px;
    background: #FFF !important;
    opacity: 0.7;
}

/* slideshow */
@media (max-width: 767px) {
    .carousel-inner .carousel-item.cert>div {
        display: none;
    }

    .carousel-inner .carousel-item.cert>div:first-child {
        display: block;
    }

    .carousel-inner .carousel-item.product_related>div {
        display: none;
    }

    .carousel-inner .carousel-item.product_related>div:first-child {
        display: block;
    }
}

.related_product>div {
    float: left;
}

.carousel-inner .carousel-item.cert.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item.product_related.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #ccc;
}

/* medium and up screens */

@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/* slideshow */

footer {
    background: #2e3133;
    color: #fff;
}

.footer__title {
}

.col-md-2-5 {
    width: 20%;
}

footer .nav-item {
    padding-left: 0;
}

footer .nav-item a {
    color: #b5b5b5 !important;
}

footer .head__title {
    text-align: center;
    color: #b5b5b5;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0.5rem;
    
}

footer .footer__company_info p {
    color: #b5b5b5;
}

footer a {
    color: #b5b5b5 !important;
}

footer p {
    margin-bottom: 0.5rem;
}

footer p i {
    margin-right: 0.5rem;
}

.copyright {
    color: #b5b5b5;
    border-top: 1px solid #5c5c5c;
}

.text-align-center {
    text-align: center;
}

.products.content h1 {
    font-size: 28px;
    margin-bottom: 1rem;
}

.cate__title h3 {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 1rem 0;
}

.prd-divider {
    display: block;
    height: 1px;
    background-color: #ddd;
}

.cate_items {
    margin: 2rem 0;
}

.cate_items a:hover h3 span {
    color: #e34320;
}

.cate_items a:hover {
    color: #000;
}

.cate__title h3 i {
    color: #e34320;
}

#products_categories_list .accordion-button {
    background: #fff;
}

#btn_product_categories_list {
    outline: none;
    color: #000;
    background: #fff;
}

#categories_list .accordion-body {
    background: #f1f1f1;
}

.category__items {
    border-left: 2px solid #f5f5f5;
    padding: 5px 10px;
}

.category__items.active {
    border-color: #e34320;
}

.category__items a {
    font-size: 15px;
}

.category__items.active a {
    font-weight: bold;
}

.product_category__title,
.head_title {
    font-size: 18px;
}

.product_title_details {
    font-size: 22px;
}

.breadcrumb a {
    color: #e34320;
}

.product_title {
    font-size: 18px;
}

.modal-body img,
.modal-body svg {
    width: 15px;
}

.product-head {
    display: flex;
    justify-content: space-between;
}

.product-action ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-action ul li {
    padding-left: 20px;
}

.product-descripttion {
    background: #f5f5f5;
}

.product-footer {
    display: flex;
    justify-content: center;
}

.product-footer a {
    color: #e34320;
    padding: 0 10px;
}

.product-action .active a {
    font-weight: bold;
    color: #e34320;
}

.technical_images {
    text-align: center;
    padding: 0 114px;
}

.table_product_detail {
    display: flex;
    flex-direction: column;
    padding: 0 114px;
}

.table_product_detail .table {
    padding: 10px;
}

.table_product_detail table {
    width: 100%;
    border: 1px solid #ccc !important;
}

.table_product_detail table td {
    padding: 5px;
    border: 1px solid #ccc !important;
}

.cate_detail_quote_right {
    margin: 0;
    list-style: none;
}

.related_product h3 {
    font-size: 13px;
    padding: 0 10px;
    font-weight: normal;
}

.customer__login-form {
    width: 450px;
    margin: auto;
}

.box-control-filter {
    border: 1px solid #ccc;
}

.recent_viewed_products {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_show {
    flex-wrap: wrap;
    display: flex;
}

.news_images img {
    max-height: 200px;
}

.left-image {
    padding-right: 0.25rem;
}

.brands_show {
    display: flex;
    flex-wrap: wrap;
}

.brand_title h3 {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.25rem;
    margin: 0;
}

.error_border {
    border: 1px solid #e34320;
}

#related_productCarousel {
    display: flex;
    overflow: scroll;
}

#related_product {
    padding: 0;
}

.related_product {
    margin: 0.1rem;
}

.relatedProduct div {
    float: left;
}

.suggestProduct div {
    float: left;
}

.product_viewed div {
    float: left;
}

.product_title {
    font-size: 13px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    min-height: 60px;
    margin: 0;
}

.machine_chose .checked {
    border: 2px solid #e34320 !important;
}

.machine_chose .border {
    cursor: pointer;
}

.machine_chose .cate_title {
    font-size: 22px;
}

#code-mc-container-1622 {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
}

.qoute .product-content {
    padding: 0 116px;
}

.close {
    display: none !important;
}

.filter_type_pro {
    display: none;
}

.filter_type_pro.active {
    display: block;
}

.technical_images img {
    width: 100%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px !important
}

.custom_note p {
    color: #007bff;
}

.support_panel {
    display: none;
}

.support_panel.active {
    display: block;
}

.partner_homepage .owl-nav {
    display: none;
}

.news_homepage .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
}

.news_homepage .owl-dots {
    display: none;
}
.animation-thumb{overflow: hidden;}
.animation-thumb img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
}
.owl-item:hover .animation-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}
.owl-carousel .owl-stage-outer{z-index: 999;}
.browse-by-category-slides .owl-nav button{z-index: 999;}
@media (max-width: 600px) {
    .qoute .product-content {
        padding: 0;
    }

    body {
        margin-top: 120px;
    }

    header {
        position: fixed;
        z-index: 1030;
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
        border-width: 0 0 1px;
        background: #fff;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        border-top: 1px solid #ccc;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
        z-index: 999;
        padding: 0;
    }

    .slide_content {
        color: #000 !important;
    }

    .slide_content .slide_title {
        color: #000 !important;
    }

    .slide_content .slide_description {
        color: #000 !important;
    }

    #related_productCarousel .carousel-item {
        height: auto !important;
    }

    .carousel-control-next-icon {
        background-color: #ccc;
    }

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

    #carouselExampleCaptions {
        height: 650px;
        max-height: 138px !important;
        justify-content: center;
    }
    
    .carousel-indicators {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center !important;
        overflow: scroll;
        display: none;
    }

    .carousel-indicators::-webkit-scrollbar {
        display: none;
    }

    .navbar {
        float: right;
        top: 45%;
        position: absolute;
        right: 0;
    }

    .nav-item {
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    .nav-link {
        padding: 15px;
        display: flex;
        justify-content: space-between;
    }

    .nav-link.close {
        border-top: 1px solid #ccc;
        justify-content: flex-start;
        background: #f5f2f2;
    }

    .mega_menu_mobile {
        padding: 0;
        display: none;
        background: #fff;
    }

    .mega_menu_mobile.active {
        display: block;
        height: 90%;
        overflow: scroll;
    }

    .mega_menu_mobile .mega_menu_about_list {
        padding: 0;
        display: block;
    }

    .mega_menu_mobile .mega_menu_item {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .nav-item.open {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .nav-item.open .nav-link {
        border-bottom: 1px solid #ccc;
    }

    .level2_mega_child {
        display: none;
    }

    .mega_menu_item.open {
        position: absolute;
        top: 0;
        z-index: 999;
        background: #fff;
        height: 100%;
    }

    .level2_back.open {
        width: 100%;
    }

    .mega_menu_item.open .level2_mega_child {
        display: block;
    }

    .level2_back {
        width: 100%;
    }

    .mega_menu_child_level2 {
        padding: 0;
        list-style: none;
    }

    .mega_menu_child_level2 li {
        padding: 0 15px;
    }

    .mega_menu_child_level2 {
        padding: 15px 0;
    }

    .footer__title {
        font-size: 20px;
    }

    .categories_home {
        padding: 0 10px !important;
    }

    .categories_home .col-sm-2-5 {
        padding: 0 10px !important;
    }

    .col-sm-2-5 {
        width: 47%;
        margin: 10px 5px;
        border: 1px solid #ccc;
        padding: 5px;
    }

    .products_home {
        padding: 0 10px !important;
    }

    .home_about_pic {
        padding: 0;
    }

    .home_about_text {
        padding: 30px !important;
        text-align: justify;
    }

    .home_about h2 {
        text-align: left;
    }

    .certificate_home {
        padding: 0 10px !important;
    }

    .partner_home {
        padding: 0 10px !important;
    }

    .news_home {
        padding: 0 10px !important;
    }

    .news__title {
        margin-bottom: 1rem;
    }

    .technical_images img {
        width: 100%;
    }

    .contact iframe {
        width: 100%;
    }

    .breadcrumb {
        margin-top: 9rem !important;
        font-size: 13px;
    }

    .category-child .breadcrumb {
        margin-top: 1rem !important;
        font-size: 13px;
    }

    .action_show button {
        font-size: 13px;
    }

    .product-head {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .header_catalog {
        padding: 1rem !important;
    }

    .header_catalog .product-action ul li {
        padding: 7px;
        font-size: 13px;
    }

    .breadcrumb_border {
        padding: 0 1rem !important;
    }

    .breadcrumb_border .breadcrumb {
        margin-top: 1rem !important;
    }

    .cate_catalog {
        padding: 0 !important;
    }

    .product-short-description {
        padding: 0.5rem 0 !important;
    }

    .cate_detail_description {
        padding: 0 0.75rem !important;
    }

    .product-footer button {
        font-size: 13px;
    }

    .table_product_detail {
        flex-wrap: wrap;
    }

    .cate_detail_quote_right {
        padding: 0 !important;
    }

    .qoute {
        margin-top: 9rem;
    }

    main.contact {
        margin-top: 9rem;
    }

    .product_description img {
        width: 100%;
    }

    .product_description {
        padding: 0;
    }

    .search-bar {
        flex-direction: column;
    }

    .navi-bar {
        background: #f4f3f3;
        position: absolute;
        top: 0;
        right: 0;
    }
    .box_newlastter{justify-content: center !important;}
    #dk-email{min-width: 220px!important;max-width: 220px !important;}
}