/*Blog page CSS start*/
.blog_main {
    padding: 30px 0;
    /*float: left;*/
    width: 100%;
}
.blog_main .search {
    border: 10px solid #f2f2f2;
    position: relative;
    float: left;
    width: 100%;
}
.blog_main .search input {
    border: none;
    padding: 5px 10px 5px 25px;
    width: 100%;
    background: transparent;
    height: inherit;
    margin: 0;
}
.blog_main .search input:focus {
    outline: 0 none;
}
.blog_main .search i {
    position: absolute;
    left: 5px;
    top: 8px;
    color: #00ace9;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.blog_main .widget h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00ace9;
    line-height: 36px;
}
.blog_main .widget ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.blog_main .widget ul li {
    list-style: none;
    line-height: 28px;
}
.blog_main .widget ul li:before { 
    content: "";
    border-color: transparent #00ace9;
    border-style: solid;
    border-width: 0.30em 0 0.30em 0.40em;
    display: block;
    height: 0;
    width: 0;
    left: -12px;
    top: 19px;
    position: relative;
}
.blog_main .widget ul li a {
    color: #232323;
    font-weight: 700;
    font-size: 13px;
}
.blog_main .widget ul li a:hover {
    color: #00ace9;
}
.blog_main .blog_brd_pad {
    border-left: 1px solid #b2b2b2;
    padding-left: 40px;
}
.blog_main .recent-post {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ff0000;
    padding: 10px 0;
}
.blog_main .thumb-img {
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
}
.blog_main .rec-text {
    width: 73%;
    float: left;
    margin-left: 10px;
}
.blog_main .rec-text > a {
    color: #00ace9;
    font-size: 14px;
    display: inline-block;
    line-height: 14px;
    font-weight: 600;
}
.blog_main .rec-text a:hover {
    color: #00ace9;
}
.blog_main .blog_date_side {
    display: block;
    color: #232323;
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
}
.blog_main .blog_date_side span {
    margin-right: 3px;
}
.blog_main .blog_date_side span a {
    color: #232323;
}
.blog_main .blog_date_side span a:hover {
    color: #00ace9;
}
.blog_main .blog_date_side i {
    color: #00ace9;
    margin-right: 3px;
}
.blog_main .blog_list {
    float: left;
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 30px;
}
.blog_main .blog_list_content .blog_date {
    float: left;
    text-align: center;
    padding: 10px 15px;
    background: #00ace9;
    color: #fff;
    margin-right: 25px;
}
.blog_main .blog_list_content .blog_content {
    padding-right: 20px;
}
.blog_main .blog_list_content .blog_content h3 {
    text-transform: inherit;
    margin: 10px 0 0 0;
}
.blog_main .blog_list_content .blog_content p {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}
.blog_main .blog_list_content .blog_date .date {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
}
.blog_main .blog_list_content .blog_date .month {
    text-transform: uppercase;
}
.blog_main .blog_list_content .blog_text_link {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #00ace9;
}
.blog_main .blog_list_content .cat_comment {
    padding: 15px 30px;
    font-size: 12px;
}
.blog_main .blog_list_content .cat_comment a {
    color: #424247;
}
.blog_main .blog_list_content .cat_comment a:hover {
    color: #00ace9;
}
.blog_main .blog_list_content .cat_comment span {
    margin-right: 10px;
}
.blog_main .blog_list_content .cat_comment span i {
    margin-right: 2px;
}
.blog_main .col-md-3 > li {
    list-style: none;
    float: left;
    width: 100%;
}
.blog_main .widget.widget_categories, .blog_main .widget.widget_recent_entries {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.blog_main .widget.widget_categories .current-cat a {
    color: #00ace9;
}

.btn_sub {
    background: #00ace9;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: .2px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    position: relative;
    font-weight: 800;
    min-width: 165px;
    margin: 10px 0;
    padding: 0 25px;
    line-height: 44px;
    text-align: center;
    height: 44px;
    border: none;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    text-transform: capitalize;
}
.btn_sub:hover {
    background: #1c2a5d;
    color: #fff;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
}

.blog_main .blog_text_link p {
    line-height: 26px;
    margin-bottom: 15px;
}
/*Blog page CSS end*/
.mega-content-block ul li.hide-view-more-menu {
display: none;
}
/*Global pagination CSS start*/
.pager {
    float: left;
    width: 100%;
    margin: 30px 0 40px 0;
}
.pager .page-numbers {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 2px 5px 2px;
    background: #00ace9;
    color: #fff;
}
.pager .page-numbers:hover, .pager .page-numbers.current {
    background: #1c2a5d;
}
/*Global pagination CSS end*/

.news_detail {padding: 60px 0; background: #fff;}
.news_detail h2{color: #00ace9;font-size: 24px;text-transform: uppercase;margin: 0 0 10px;}
.news_detail .date{color: #FF0000;font-weight: 700;font-size: 17px;display: block;margin: 0 0 10px;}
.news_detail .img_tag{margin: 0 0 60px;}
.news_detail p, .news_detail ul li {
    color: #232323;
    line-height: 26px;
    font-size: 15px;
    margin: 0 0 15px;
}
.news_detail p a{color: #00ace9;font-weight: 700;}
.news_detail p a:hover{color: #4a4a4a;}
.news_detail .btn_sub{margin: 0;}
.heading_pages{background: #F2F2F2;padding: 75px 0;}
.heading_pages h1{font-size: 42px;color: #00ace9;margin: 0;font-weight: 800;}
.news_detail ul {
    padding-left: 20px;
}


#requestQuote .modal-header{flex-flow: column;}
#requestQuote .modal-header .modal-title {width: 100%;}
#requestQuote .modal-header p {width: 100%;margin:10px 0 0 0;color: #1C2A5D;font-family: Poppins; }
#requestQuote .btn-close{position: absolute;right: 10px;} 
#requestQuote .btn-primary{background-image: url(../images/arrow-wh.svg);background-size: 15px;background-position: 20px;background-repeat: no-repeat;padding-left: 0px !important;color: var(--white) !important;background-color: var(--primary) !important;border: 1px solid var(--primary) !important;}
#requestQuote .btn-primary:hover, #requestQuote .btn-primary:focus{color: var(--white) !important;background-color: var(--body) !important;border: 1px solid var(--body) !important;}

@media only screen and (max-width: 1199px) {
    .heading_pages{padding: 55px 0;}
    .heading_pages h1{font-size: 36px;}
}

@media only screen and (max-width: 991px) {
    .news_list .row{display: block;display: -webkit-block;}
    .news_list .img_tag{margin: 0 0 15px;}
    .news_detail .img_tag{margin: 0 0 45px;}
    .heading_pages h1{font-size: 32px;}
    .news_detail h2{font-size: 18px;}
    .news_detail{padding: 45px 0 !important;}
    .news_detail .date{font-size: 15px;}
    .blog_main .rec-text {
        width: 80%;
        margin-left: 10px;
    }
    .blog_main .blog_brd_pad { padding-left: 15px; }
    .blog_main .blog_list:first-child { margin-top: 30px; }
}

@media only screen and (max-width: 767px) {
    .btn_sub{padding: 0 16px;}
    .heading_pages{padding: 40px 0;}
    .heading_pages h1{font-size: 28px;}
    .news_list h2{font-size: 20px;}
    .news_list{padding: 40px 0;}
    .blog_main .blog_list_content .blog_date { float: none; display: inline-block; vertical-align: middle; }
    .blog_main .blog_list_content .blog_content {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
    }
    .blog_desc_sec p { font-size: 18px; }
    .blog_main .blog_list_content .blog_content h3 { font-size: 22px; }

    .blog_list_content .d-flex {
        display: block !important;
    }
}

@media only screen and (max-width: 639px) {
    .blog_desc_sec p { font-size: 16px; }
    .blog_main .blog_list_content .blog_date { width: 100%; margin-right: 0; text-align: left; }
    .blog_main .blog_list_content .blog_date .date, .blog_main .blog_list_content .blog_date .month, .blog_main .blog_list_content .blog_date .year {
        display: inline-block;
        font-size: 15px;
        margin-right: 2px;
        font-weight: normal;
    }
    .blog_main .blog_list_content .blog_content {
        width: 100%;
        padding: 10px 15px;
    }
    .blog_main .blog_list_content .blog_text_link {
        padding: 30px 15px 20px 15px;
    }
    .blog_main .blog_list_content .cat_comment {
        padding: 15px;
    }
    .blog_main .blog_list_content .cat_comment span { display: block; }
}

@media only screen and (max-width: 479px) {
    .heading_pages h1{font-size: 22px;}
    .news_list h2{font-size: 18px;}
    .news_list .date{ font-size: 14px;}
    .blog_main .rec-text {
        width: 100%;
        margin-left: 0;
    }
    .blog_main .blog_list_content .blog_content h3 { font-size: 18px; }
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
width: 100% !important;
    height: 50px !important;
    border: 1px solid var(--dark-gray) !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    color: var(--text-gray) !important;
    opacity: 1 !important;
    padding: 0 0 0 16px !important;
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

body.modal-open .modal.show {
    z-index: 99999;
}
body.modal-open .modal-dialog {
    max-width: 65%;
}
button.single_add_to_cart_button.btn.btn-primary {
    margin-bottom: 20px;
}
#requestQuote .form-button .wpcf7-spinner {
    position: absolute;
    right: 10px;
    bottom: 14px;
    margin: 0;
}
#requestQuote .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
}
@media(max-width:767px){
body.modal-open .modal-dialog {
    max-width: 100%;
}
}
@media(max-width:420px){
#requestQuote .modal-header p {font-size: 12px;}
}	
@media(max-width:360px){
#requestQuote .modal-header p {font-size: 12px;}
}	

/* .single-product .product-type-variable p.price { 
    display: none !important;
} */

@media (max-width: 768px) {
    .home .custom-col-lg .hero-video{
        display: none;
    }
}

@media(max-width: 575px){
    .footer-address { margin: 0 auto; padding: 0 28.875px; }
 }

 .newslatter-wrapper{
    margin-bottom: 25px !important;
}

/*filter toggle CSS start*/
.archive .sidebar-box.category-list span.facetwp-counter, .archive .filter_toggle_span {
    display: none !important;
}
.archive .mobile_filter .sidebar-box, .archive .mobile_filter .sidebar-box h5 {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.archive .mobile_filter {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
} 

@media(max-width: 991px){ 
    .archive .product-sidebar.desk_filter { 
        display: none;
    }
    .archive .filter_toggle_span  {
        display: flex !important;
        cursor: pointer;
        position: relative;

    }
    .archive .filter_toggle_span:hover, .archive .filter_toggle_span:hover i:before {
        color: var(--primary);
    }
    .archive .product-sidebar.mobile_filter .title_close {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px 0;
        margin-bottom: 15px;
    }

    .archive .fliter-sidebar-mobile.active {
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.50);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
    }
    .archive .product-sidebar.mobile_filter {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 400px;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        flex-direction: column;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        z-index: 9999999;
    }
    .archive .product-sidebar.mobile_filter.open { 
        transform: translateX(0);
    }
    .archive .product-sidebar.mobile_filter .title_close span {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .375rem;
        opacity: .5;
        cursor: pointer;
    }
    .archive .product-sidebar.mobile_filter .title_close span:hover {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300ace9'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        opacity: 1;
    }
    .archive .product-sidebar.mobile_filter .title_close span i {
        display: none;
    }
    .no-scroll {
        overflow: hidden;
    }
    .archive .accordion-button:not(.collapsed) {
        color: var(--primary);
        background-color: var(--white);
        border: unset;
    }
    .archive .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300ace9'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }
    .archive .accordion-button:focus, .archive .accordion-button:focus-visible {
        border-color: unset;
        outline: 0;
        box-shadow: unset; 
    }
    .archive #collapseTwo .facetwp-facet {
        margin-top: 15px;
    }
    .archive .accordion-button {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        line-height: 23.76px;
        text-align: left;
        color: #1C2A5D;
    }
    .archive .accordion-button:hover {
        color: var(--primary);
    }
    .archive .accordion-button:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300ace9'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }
    .archive .filter_toggle_span:after {
        content: "";
        width: 100%;
        height: 1px;
        display: flex;
        background-color: #1C2A5D;
        position: absolute;
        bottom: -5px;
    }
    .archive .facetwp-checkbox, .archive.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox {
        padding: 5px 20px 5px 26px !important;
        line-height: 1;
    }
    .archive .filter_toggle_span:hover:after {
        background-color: var(--primary);
    }
    .archive.tax-product_cat .site-main .product-sidebar .sidebar-box {
        border: unset !important;
    }
    .archive.tax-product_cat.accordion-button:not(.collapsed) {
        box-shadow: unset !important;
    }
    .post-type-archive .facetwp-checkbox .facetwp-expand, .tax-product_cat .facetwp-checkbox .facetwp-expand {
        top: 3px;
    }
}
@media(max-width: 575px){ 
    .archive .product-sidebar.mobile_filter.open {
        width: calc(100% - 100px;) 
    }
}
@media(max-width: 400px){ 
    .archive .product-sidebar.mobile_filter.open {
        width: 100%; 
    }
}
/*filter toggle CSS end*/