/* #region RESPONSIVE*/

@media screen and (min-width: 1200px) {
    #gd_sidebar {
        padding-right: 30px;
        order: 0;
    }

    .gd_blog_list {
        order: 1;
    }

    .container {
        max-width: 1170px;
    }

    .widget_product_categories ul.children li.cat-parent .togglemenu {
        display: none;
    }

    .widget_product_categories ul.product-categories .children .children {
        display: block;
        left: 0;
        position: absolute;
        top: 40.5px;
        z-index: 1000;
        visibility: hidden;
        min-width: 200px;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        left: 100% !important;
        top: 0;
        right: auto;
        padding: 0;
        margin-left: 1px;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        -webkit-transform-origin: left;
        transform-origin: left;
    }

        .widget_product_categories ul.product-categories.children .children.submenu_right {
            right: 100% !important;
            top: 0;
            left: auto;
            margin-right: 1px;
            -moz-transform-origin: right;
            -ms-transform-origin: right;
            -o-transform-origin: right;
            -webkit-transform-origin: right;
            transform-origin: right;
        }

        .widget_product_categories ul.product-categories .children .children.submenu_left {
            left: 100% !important;
            top: 0;
            right: auto;
            margin-left: 1px;
            -moz-transform-origin: left;
            -ms-transform-origin: left;
            -o-transform-origin: left;
            -webkit-transform-origin: left;
            transform-origin: left;
        }

    .widget_product_categories ul.product-categories > li:not(.is-active) .children .children li {
        background: #006a93;
        border-bottom: 1px solid #1484aa;
        border-top: none;
        -moz-transition: all 300ms ease-in 0ms;
        -o-transition: all 300ms ease-in 0ms;
        -webkit-transition: all 300ms ease-in 0ms;
        transition: all 300ms ease-in 0ms;
    }

    .widget_product_categories ul.product-categories > li:not(.is-active) .children li a {
        border: none;
    }

    .widget_product_categories ul.product-categories > li:not(.is-active) .children .children li:hover {
        background: #1484aa;
    }

    .widget_product_categories ul.product-categories > li:not(.is-active) .children .children li:last-child {
        border: none;
    }

    .widget_product_categories ul.product-categories > li:not(.is-active) .children li .children {
        transform: rotateY(90deg);
    }

    .widget_product_categories ul.product-categories > li:not(.is-active) .children li:hover > .children {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0deg);
        display: block;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .gd_widget_article .gd_news__image {
        width: 85px;
        height: 85px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .gd_header_content .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gd_header_main {
        float: right;
        display: flex;
        -ms-flex-flow: row-reverse;
        -webkit-flex-flow: row-reverse;
        flex-flow: row-reverse;
    }

    .gd_header_top {
        position: static;
    }

    .gd_left_box {
        justify-content: flex-end;
    }

    .about_ani {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .container {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .gd_hotline__box {
        margin-right: 0px;
    }

    #menu-menu-footer {
        justify-content: space-between;
    }

    .gd_footer_copyright {
        text-align: center;
    }


    .mobile-collapse {
        display: none;
    }

    .widget .gd_box__title .toggle-btn::after, .widget_product_categories .gd_box__title .toggle-btn::after {
        visibility: visible;
    }

    .menu-footer {
        justify-content: space-between;
    }

    .wrap_home {
        margin: 15px 0 30px;
    }

    .sidebar {
        order: 2;
    }

    .main-content {
        order: 1;
    }

    .gd_page_content h1 {
        font-size: 1.5rem;
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .about_image .gd_inner {
        margin-right: 0;
    }

    .about_intro .gd_inner::before {
        right: -15px;
    }

    .gd_contact_page .gd_text {
        font-size: 22px;
    }

    .gd_contact_us {
        padding: 50px 0;
    }

    .gd_catalogue__item {
        width: 100%;
    }

        .gd_catalogue__item:nth-child(2n+1) {
            padding: 0;
        }

        .gd_catalogue__item:nth-child(2n) {
            padding: 0;
        }

            .gd_catalogue__item:nth-child(2n) .gd_inner {
                flex-flow: column;
            }

        .gd_catalogue__item:nth-child(3n) .gd_inner {
            flex-flow: column;
        }

        .gd_catalogue__item:nth-child(3n) .gd_catalogue__content {
            flex: 0 0 100%;
            padding: 0;
        }

    .gd_shipping__item .gd_shipping__inner {
        border-radius: 0;
        width: 100%;
    }

    .gd_page__title {
        font-size: 20px;
        border-bottom: none;
        text-align: center;
    }

    .navigation {
        margin-bottom: 15px;
    }

    .widget {
        margin-bottom: 8px;
    }

        .widget .gd_box__title_text {
            font-size: 16px;
            font-weight: 400;
        }

    .module_gallery {
        background-size: cover !important;
    }

    .gd_cover_item {
        min-height: 220px;
    }

        .gd_cover_item .img-fluid {
            width: auto;
            object-fit: contain;
            max-width: none;
        }

        .gd_cover_item .gd_text {
            font-size: 36px;
        }

    .gd_result_count {
        margin-bottom: 10px;
    }

    .gd-process {
        margin-top: 30px;
    }
}

@media screen and (max-width: 460px) {
    .gd_top_post .gd_post__inner {
        flex-wrap: wrap;
    }

    .gd_top_post .gd_post__image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_intro .gd_inner {
        padding: 75px 15px;
        margin: 30px 0;
    }

    .module_product_tab {
        padding: 0;
    }

    .module_video {
        padding: 50px 0 0;
    }

    .gd_product_list {
        padding: 40px 0;
    }

        .gd_product_list .gd__p_inner {
            flex-wrap: wrap;
        }

        .gd_product_list .gd__p_image {
            margin-right: 0;
            flex: 0 0 100%;
            max-width: 100%;
            overflow: hidden;
        }

    .social-footer {
        text-align: center;
        width: 100%;
    }

    .gd_news__image {
        width: 100%;
        margin-bottom: 15px;
    }

    .intro_image figure {
        padding: 0;
    }

    .gd_article_home_list .gd_article__item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gd_top_post .gd_post__content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 360px) {
    [class^="module_"] .gd_box__title .gd_text,
    [class^="module_"]:not(.module_product) .gd_box__title .gd_text {
        font-size: 20px;
    }
}
/* #endregion RESPONSIVE*/
