.woof_redraw_zone {
    display: flex;
    margin: 0 0 90px;
}


/* .woof_select_radio_check a {

    padding: 4px 51px 6px 15px;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    border: none;

    display: flex;

    align-items: center;

    position: relative;

    width: 140px;

    font-size: 16px;

    color: #13334A;

    font-weight: 600;

    margin: 0;

} */

.prd-wrpper .woof_select_radio_check dt a {
    border: none;
    background-color: #efefef;
    padding: 9px 36px 10px 15px;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 110px;
    max-width: 100%;
    font-size: 16px;
    color: #13334A;
    font-weight: 600;
    margin: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.woof_select_radio_check dt a.woof_select_radio_check_opener::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.prd-wrpper .woof_select_radio_check dt a .woof_hida {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.woof_block_html_items .woof_select_radio_check {
    margin-right: 20px !important;
}

.woof_select_radio_check dd ul.woof_list {
    padding-left: 0;
    overflow: visible;
    width: auto;
    max-height: unset !important;
    width: 300px;
    max-width: 300px;
    padding: 20px 15px 16px 15px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.woof_select_radio_check dt.woof_select_radio_check_opened a {
    color: #13334A !important;
}

.woof_list.woof_list_checkbox li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.woof_checkbox_term {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.woof_checkbox_label {
    position: relative;
    width: 100%;
}

.woof_checkbox_label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #D3D3DC;
    border-radius: 2px;
    height: 18px;
    width: 18px;
    position: absolute;
    right: -5px;
    top: 50%;
    vertical-align: middle;
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.woof_list_checkbox input:checked+.woof_checkbox_label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 5px;
    height: 11px;
    border: solid #CF102D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.woof_products_top_panel2 ul {
    display: flex;
    flex-wrap: wrap;
}

.woof_products_top_panel2 li {
    margin: 0 !important;
    /* padding-right: 15px;
    padding-bottom: 5px; */
}

.woof_hida .woof_products_top_panel2 li a {
    padding: 0 20px 0 0 !important;
}

.woof_select_radio_check dt a span,
.woof_multiSel span {
    margin: 0;
    width: auto;
}

.woof_products_top_panel2 {
    margin: 0;
}

.woof_container_inner,
.woof_block_html_items,
.woof_select_radio_check,
.woof_select_radio_check dt {
    height: 100%;
}

.prd-wrpper .interest-prd-box a {
    display: block;
    text-decoration: none;
}

.woof_products_top_panel2 li span {
    background-size: 9px 9px;
    background-position: right 6px;
    background-image: url('../images/reset.svg');
}

.woof_products_top_panel2 li span:hover {
    background-size: 10px 10px;
}


/* =========== Pagination Start ============ */

.pagination ul li span {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li span.current {
    background-color: #cf102d;
    color: #fff;
}

.pagination ul li {
    border-right: 1px solid #E2E9F0;
}

.pagination ul li a {
    border: none;
}


/* =========== Pagination End ============ */


/* =========== Breadcrumn Style Start ============ */

.prd-details .braidcrumb ul li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 1px;
    right: -13px;
}

.prd-details .braidcrumb ul li {
    position: relative;
    margin-right: 20px;
}

.braidcrumb ul li:last-child::after {
    display: none;
}


/* =========== Breadcrumn Style End ============ */


/* =========== Footer Start ============ */

.top_footer .footer_links ul {
    margin-left: 0;
}

.top_footer .social_media ul {
    margin-left: 0;
}


/* =========== Footer End ============ */


/* =========== Home Page Start ============ */

.news_wrp .news_block .news_content .common_detail a {
    text-decoration: none;
    color: #082f45;
}


/* .news_wrp .slick-list {

    margin: 0;

} */


/* .news_wrp .slick-track {

    width: 100% !important;

} */


/*
.news_wrp .slick-slide {

    margin: 0;

    width: 29.60% !important;

} */

.related .interest-prd-box a {
    text-decoration: none;
}

.woof_select_radio_check_opener {
    background: none;
}

.woof_select_radio_check_opened .woof_select_radio_check_opener {
    background: none;
}

.interest-peoduct-wrp .interest-prd-box a {
    text-decoration: none;
}


/* =========== Home Page End ============ */


/* =========== Responsive Start ============ */

@media (max-width: 767px) {
    .woof_redraw_zone {
        flex-wrap: wrap;
    }
    /* .prd-wrpper .woof_select_radio_check dt a {
        min-width: 110px;
    } */
    .woof_block_html_items .woof_select_radio_check {
        margin-right: 10px !important;
    }
    .woof_select_radio_check dd ul.woof_list {
        max-width: 280px;
        width: 280px;
    }
}


/* =========== Responsive End ============ */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    position: inherit;
}

.mega-menu-item img {
    max-width: 100%;
    border-radius: 8px;
    /* margin: 0 0 15px; */
}

.mega-menu-item a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    outline: none;
    color: #082F45;
    position: relative;
    padding: 0 0 10px;
    display: block;
    font-family: 'Gotham';
}

.execphpwidget {
    width: 75%;
    margin: 0 auto;
}

.mega-menu-item a h3 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
}

.mega-menu-item a.zi-mega-menu {
    padding-bottom: 15px;
}

.mega-menu-item a .zi-line {
    position: absolute;
    height: 2px;
    width: 25px;
    left: 0;
    bottom: 0;
    background: #Cf102d;
}

a.btn.btn_white {
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

a.btn.btn_white:hover {
    opacity: 0.6;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    border-bottom: 4px solid #Cf102d;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    font-size: 13px;
    color: #082F45;
    font-family: 'Gotham';
    position: relative;
    font-weight: bold;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
    /* color: #0071F1; */
    /* font-weight: bold; */
    color: #CF102D !important;
    font-weight: bold !important;
}

.technology-dt .info-detail h4 {
    margin: 0 0 15px;
}

.technology-dt .banner_title {
    font-size: 43px;
    line-height: 45px;
}


/* #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    position: fixed;
} */


/* =========== start inner section ======*/


/*
.white h3 {
    color: white !important;
} */

.subtitle_common-black,
.btn_common-black {
    color: #082F45 !important;
}

.subtitle_common-white,
.btn_common-white {
    color: #fff !important;
}

.subtitle_common-blue,
.btn_common-blue {
    color: #0071F1 !important;
}

.title_common-blue h3 {
    color: #0071F1 !important;
}

.title_common-white h3 {
    color: #fff !important;
}

.title_common-black h3 {
    color: #082F45 !important;
}

.btn_common-white:hover {
    color: #0071F1 !important;
}

.btn_common-white:hover svg path {
    fill: #0071F1;
}

.btn_common-blue:hover {
    color: #082F45 !important;
}

.btn_common-blue:hover svg path {
    fill: #082F45;
}

.btn,
.btn svg path {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/* #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    font-weight: bold;
} */

.cataloghi-hero-dt {
    margin-bottom: 62px;
}

.cataloghi-hero .cataloghi-hero-dt p {
    margin: 0;
}

.cataloghi-hero.cataloghi-block .cataloghi-hero-dt .banner_title h3 {
    margin: 0;
}

.center-info h2 {
    overflow-wrap: inherit;
}

.contact-form form .form-group {
    margin-bottom: 26px;
}

.contact-form form .form-group br {
    display: none;
}

.contact-form form .form-group label {
    margin-bottom: 7px;
}

.form-checkbox label.item-select:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
    color: #fff;
    padding: 12px 25px;
    background: #0071F1;
    font-family: 'SourceSansProSemiBold';
    border: none;
    margin-left: auto;
    margin-right: 0;
    display: table;
    transition: all 0.3s linear;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}


/* .top_header .wpml-ls-item-toggle:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
} */

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    height: 6px;
    width: 6px;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    transition: border-width 150ms ease-in-out;
    -webkit-transition: border-width 150ms ease-in-out;
    -moz-transition: border-width 150ms ease-in-out;
    -ms-transition: border-width 150ms ease-in-out;
    -o-transition: border-width 150ms ease-in-out;
    transform: rotate(45deg) translate(0, -50%);
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    top: 40%;
}

.top_header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.top_header .wpml-ls-legacy-dropdown .wpml-ls-link {
    border: none;
    background-color: transparent;
}

.navbar #mega-menu-wrap-menu-1 .mega-menu .mega-zi-Mobile-menu,
.navbar #mega-menu-wrap-menu-1 .mega-menu .mega-wpml-ls-item {
    display: none;
}

.header .top_header {
    position: relative;
}


/* .top_header .wpml-ls-legacy-dropdown.wpml-ls-sidebars-languages>ul {
    display: inline-flex;
    margin-left: 25px !important;
} */

.mega-menu-wrap .mega-menu .mega-wpml-ls-item-it {
    display: none !important;
}

.top_header .wpml-ls-sidebars-languages .wpml-ls-sub-menu {
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    display: inline-block;
    /* left: auto; */
    box-shadow: 0 0 10px -6px;
}

.top_header .wpml-ls-sidebars-languages .wpml-ls-sub-menu li {
    background: transparent;
    color: #082F45;
    width: 100%;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding: 6px 8px;
    letter-spacing: unset;
}

.top_header .wpml-ls-sub-menu .wpml-ls-link:hover {
    background: transparent;
    color: #082F45;
}

.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: none;
}

.all-text .back-home {
    background-color: #0071F1;
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    text-decoration: none;
    padding: 10px 32px;
}

.all-text .back-home:hover {
    background-color: #082F45;
}

.all-text .titlebar h2 {
    font-family: "Gotham-ExtraLight";
    font-weight: normal;
    text-align: center;
    font-size: 85px;
    line-height: 90px;
    color: #0071f1;
    border: none;
    margin-bottom: 0;
}

.all-text .small-head {
    margin-bottom: 10px;
}

.all-text .button {
    margin: 35px 0px;
}

.all-text {
    margin: 150px 0px;
}


/* .top_header ul {
    align-items: center;
} */

.wpml-ls-legacy-dropdown a span,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: inline;
    vertical-align: unset;
}


/* .safari.mac .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: 25%;
} */

.safari.mac #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    top: 30%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.product-accordion-wrp .accordion .accordion-item .accordion-button {
    line-height: 35px;
}


/* .safari.mac #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    transform: translate(0, -50%);
    bottom: 15%;
} */


/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    display: -webkit-box;
} */


/* Typography Page Start */

.page-content.typography {
    margin-top: 80px;
}

.page-content h1 {
    font-size: 40px;
    line-height: 45px;
}

.page-content h2 {
    font-size: 35px;
    line-height: 40px;
}

.page-content h3 {
    font-size: 30px;
    line-height: 35px;
}

.page-content h4 {
    font-size: 25px;
    line-height: 30px;
}

.page-content h5 {
    font-size: 20px;
    line-height: 25px;
}

.page-content h6 {
    font-size: 18px;
    line-height: 20px;
}

.page-content .content-image {
    float: right;
}

.page-content .content-image img {
    margin: 0 10px 10px 10px;
}

.page-content p {
    font-size: 16px;
    line-height: 22px;
    color: #082F45;
    text-align: justify;
}

.page-content a {
    color: #cf102d;
    text-decoration: none;
}

.page-content a:hover {
    color: #082F45;
}

.page-content .alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.page-content .alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.page-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-content p span {
    font-size: 20px;
}

.page-content pre {
    font-size: 14px;
    line-height: 16px;
}

.page-content blockquote p {
    font-size: 22px;
    line-height: 25px;
}

.page-content ul,
.page-content ol {
    clear: both;
    display: block;
}

.page-content ul li,
.page-content ol li {
    display: list-item;
    font-size: 16px;
    line-height: 22px;
}

.page-content ul li a,
.page-content ol li a {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}


/* Typography Page End */


/* =========== end inner section ======*/

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
}


/* New Style Start */

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: unset;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
}

.mega-menu-row .execphpwidget .row {
    margin: 0 -15px;
}

.mega-menu-row .execphpwidget .row [class*=col-] {
    padding: 0 15px;
}


/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 60px 15px 42px 15px;
} */

.mega-menu-column .mega-sub-menu>.mega-menu-item {
    padding: 60px 15px 42px 15px !important;
}

#mega-menu-menu-1 .mega-toggle-on .mega-menu-link {
    color: #CF102D !important;
    font-weight: bold !important;
}

#mega-menu-menu-1 .mega-current-menu-item .mega-menu-link {
    color: #CF102D !important;
    font-weight: bold !important;
}

li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: #CF102D !important;
    font-weight: bold !important;
}

.navbar .collapse {
    justify-content: center;
}

.interest-prd-box h3 {
    font-size: 16px;
    letter-spacing: 0.3px;
}

.interest-prd-box p {
    letter-spacing: 0.3px;
}

.products-wrpper {
    padding: 10px 0 200px;
}

.wpcf7-list-item {
    display: block;
    margin: 0;
}


/* .contact-form .wpcf7-form[data-status="invalid"] .form-group label {
    color: #ff0000;
}*/

.contact-form .wpcf7-form .form-group .form-control.wpcf7-not-valid {
    border-color: #ff0000;
}

.top_header ul li a:hover {
    color: #CF102D;
}

.woof_select_radio_check .woof_select_radio_check_opened .woof_select_radio_check_opener::after {
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
}

.woof_select_radio_check .woof_select_radio_check_opened .woof_select_radio_check_opener {
    background-color: #DDDDE5;
}

.experience-slider .slider-box {
    height: 100%;
    display: flex;
}

.experience-slider .slider-box a {
    height: 100%;
}

.experience-slider .slick-track {
    display: flex !important;
}

.experience-slider .slick-slide {
    height: auto !important;
}

.flows-slider .slick-track {
    display: flex !important;
}

.flows-slider .slick-slide {
    height: auto !important;
}

.flows-slider .news_block {
    height: 100%;
}

.flows-slider .news_block a {
    height: 100%;
}

.wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link:hover {
    color: #CF102D;
}

.footer_links .current-menu-item a {
    color: #cf102d !important;
}

.mega-menu-item a.zi-mega-menu:hover {
    color: #cf102d;
}

.page-404 .all-text .titlebar h2 {
    color: #cf102d !important;
}

.page-404 .all-text .back-home {
    background: #cf102d;
    font-size: 15px;
    color: #fff;
    padding: 12px 25px;
    background: #cf102d;
    border-radius: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.page-404 .all-text .back-home:hover {
    background: #2d2d2d;
    color: #fff;
}

.top_header .wpml-ls-sidebars-top-header .wpml-ls-sub-menu {
    justify-content: flex-start;
    background: #fff;
    border: 1px solid #c4c4c4;
    display: inline-block;
    box-shadow: 0 0 10px -6px;
    -webkit-box-shadow: 0 0 10px -6px;
    -moz-box-shadow: 0 0 10px -6px;
}

.news_block .corporate p {
    font-size: 12px;
}

.top_header .wpml-ls-legacy-dropdown a {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.hero-block:before {
    display: none;
}

.c-scrolldown {
    width: 1px;
    height: 92px;
    position: absolute;
    bottom: -62px;
    left: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -92px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
    0% {
        background-position: 0 -92px;
    }
    75% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 92px;
    }
}

.mega-menu-item a:hover {
    color: #CF102D;
}


/* New Style End */


/* New Responsive start */

@media (min-width: 1400px) and (max-width: 1499px) {
    .execphpwidget {
        width: 85%;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .execphpwidget {
        width: 90%;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .products-wrpper {
        padding: 10px 0 90px;
    }
    .execphpwidget {
        width: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-wrpper {
        padding: 10px 0 80px;
    }
    .execphpwidget {
        width: 97%;
    }
    .mega-menu-column .mega-sub-menu>.mega-menu-item {
        padding: 40px 15px 40px 15px !important;
    }
}

@media (max-width: 991px) {
    .mega-menu-column .mega-sub-menu>.mega-menu-item {
        padding: 10px 0 10px 0 !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0 10px !important;
        border-bottom: none;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-wrpper {
        padding: 10px 0 70px;
    }
    .mobile-search_bar {
        display: block;
        margin-left: auto;
        margin-right: 15px;
        position: relative;
    }
    .right_header {
        display: none;
    }
    .titlebar h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .products-wrpper {
        padding: 10px 0 30px;
    }
    .prd-wrpper {
        padding: 70px 0 50px;
    }
}


/* New Responsive end */